summaryrefslogtreecommitdiffstats
path: root/tests/rdfa/0081.xml
blob: 4027682dd7d5cf6f53c493718f09a11ff541ad76 (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" xmlns:foaf="http://xmlns.com/foaf/0.1/">
  <head>
		<title>Test 0081</title>    
  </head>
  <body>
	<div about ="http://www.example.org/#somebody" rev="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" property="foaf:name">Mark Birbeck</p>
	</div>
  </body>
</html>