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