summaryrefslogtreecommitdiffstats
path: root/tests/rdfa11/0093.xml
blob: e0764805df1ade7bfe38bbf0fff9e234d00f4398 (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:dc="http://purl.org/dc/elements/1.1/"
xmlns:ex="http://www.example.org/">
  <head profile="http://www.w3.org/1999/xhtml/vocab">
	<title>Test 0093</title>
  </head>
  <body>
  	<div about="">
      Author: <span property="dc:creator">Albert Einstein</span>
      <h2 property="dc:title" datatype="ex:XMLLiteral">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2>
	</div>
  </body>
</html>