summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfalite/0325-isvalid.html
blob: 549844fd7979dbe73eb02fe20e8115ce404ad811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
  <base href="http://example.org/">
  <meta charset=utf-8>
  <title>Test 0325</title>
</head>
<body vocab="http://schema.org/">
  <div resource="#foo" typeof=""><link property="rdfa:copy" resource="_:a"></div>
  <div resource="#bar" typeof=""><link property="rdfa:copy" resource="_:a"></div>
  <div resource="_:a" typeof="rdfa:Pattern">
    <div property="schema:refers-to" typeof="">
      <span property="schema:name">Amanda</span>
    </div>
  </div>
</body>
</html>