summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfalite/0323-isvalid.html
blob: 6e8d034b4608303daf6da18521bcfc44b72778a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>Test 0323</title>
</head>
<body>
  <div typeof="schema:Person">
    <link property="rdfa:copy" resource="_:a">
  </div>
  <div typeof="foaf:Person">
    <link property="rdfa:copy" resource="_:a">
  </div>
  <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="schema:name foaf:name">Amanda</span></p>
</body>
</html>