summaryrefslogtreecommitdiffstats
path: root/tests/rdfa11/0126.xml
blob: 3dbb78a86d1346ebc32b60a63ecb795ba6d3195d (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:dct="http://purl.org/dc/terms/"
xmlns:sioc="http://rdfs.org/sioc/ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
    <head>
      <title>Test 0126</title>
    </head>
    <body>
      <div about="http://www.example.org/#article" typeof="foaf:Document sioc:Post">
        <h1 property="dct:title">My article</h1>
      </div>
    </body>
</html>