summaryrefslogtreecommitdiffstats
path: root/tests/rdfa11/0247.xml
blob: 069c0cb296287098e3111e40b070805a4e8c4b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
		<title>Test 0247</title>    
  </head>
  <body prefix="foaf: http://xmlns.com/foaf/0.1/">    
	<div about ="http://www.example.org/#somebody" rel="foaf:knows">
	    <p property="foaf:name">Ivan Herman</p>
		<p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p>
		<p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p>
	</div>
  </body>
</html>