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