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