summaryrefslogtreecommitdiffstats
path: root/tests/rdfa11/0302.xml
blob: cec557c2b4cea2945f2df9d94f907d1298e5072e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Test 0302: various types of tokens in @typeof</title>
</head>
<body>
  <div vocab="http://schema.org/" resource="http://openspring.net/scor#me" typeof="Person foaf:Person http://purl.org/dc/terms/Agent">
    <a property="homepage" href="http://openspring.net/"><span property="name">Stéphane Corlosquet</span></a>
  </div>
</body>
</html>