blob: 5a7d822f945a2e25a3c23476fb52f747588d2dcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<http://rdfa.info/test-suite/test-cases/xhtml1/rdfa1.0/0296.xml> <http://www.w3.org/ns/rdfa#usesVocabulary> <http://xmlns.com/foaf/0.1/> .
<http://example.com/gregg/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://example.com/gregg/#me> <http://xmlns.com/foaf/0.1/name> "Gregg" .
<http://example.com/gregg/#me> <http://xmlns.com/foaf/0.1/homepage> <http://example.com/gregg/> .
<http://example.com/niklas/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://example.com/niklas/#me> <http://xmlns.com/foaf/0.1/name> "Niklas" .
<http://example.com/niklas/#me> <http://xmlns.com/foaf/0.1/homepage> <http://example.com/niklas/> .
<http://example.com/gregg/#me> <http://xmlns.com/foaf/0.1/knows> <http://example.com/niklas/#me> .
<http://example.com/st\u00E9phane/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://example.com/st\u00E9phane/#me> <http://xmlns.com/foaf/0.1/name> "St\u00E9phane" .
<http://example.com/st\u00E9phane/#me> <http://xmlns.com/foaf/0.1/homepage> <http://example.com/st\u00E9phane/> .
<http://example.com/gregg/#me> <http://xmlns.com/foaf/0.1/knows> <http://example.com/st\u00E9phane/#me> .
<http://example.com/ivan/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://example.com/ivan/#me> <http://xmlns.com/foaf/0.1/name> "Ivan" .
<http://example.com/ivan/#me> <http://xmlns.com/foaf/0.1/homepage> <http://example.com/ivan/> .
<http://example.com/gregg/#me> <http://xmlns.com/foaf/0.1/knows> <http://example.com/ivan/#me> .
<http://example.com/manu/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://example.com/manu/#me> <http://xmlns.com/foaf/0.1/name> "Manu" .
<http://example.com/manu/#me> <http://xmlns.com/foaf/0.1/homepage> <http://example.com/manu/> .
<http://example.com/gregg/#me> <http://xmlns.com/foaf/0.1/knows> <http://example.com/manu/#me> .
|