summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0326-isvalid.html
blob: 95ae06a7fe97b4c50ddc45ce39a9463f5756a563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
  <base href="http://example.com/"/>
  <meta charset=utf-8>
  <title>Test 0326</title>
</head>
<body vocab="http://schema.org/">
  <div resource="#referencing" typeof="Person">
    <link property="rdfa:copy" resource="#referenced"/>
  </div>
  <p resource="#referenced" typeof="rdfa:Pattern">Name: <span property="name">Bella</span></p>
  <p resource="#unreferenced" typeof="rdfa:Pattern">Name: <span property="name">Lola</span></p>
</body>
</html>