summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0324-isvalid.html
blob: 4c05270fde25afe50442d1288d1174f52a13b389 (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>