File: rdfa-test.xhtml

package info (click to toggle)
librdf-query-perl 2.918-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,600 kB
  • sloc: perl: 30,668; javascript: 131; makefile: 19; csh: 10
file content (11 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:dc="http://purl.org/dc/elements/1.1/">
<head>
	<title>Test 0001</title>
</head>
<body>
	<p>This photo was taken by <span class="author" about="photo1.jpg" property="dc:creator">Mark Birbeck</span>.</p>
</body>
</html>