summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0267-isvalid.html
blob: 291dad06cafe8ac3775399704a816ae80b57141d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
	<meta charset=utf-8>
	<title>Test 0267</title>
</head>
<body>
  <div about="http://www.w3.org/Person/Ivan#me">
     <p resource="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</p>
  </div>
</body>
</html>