comparison sparql/sparql/test/dawg/data-r2/sort/.svn/text-base/data-sort-6.ttl.svn-base @ 0:7785ad38967f default tip

Uploaded
author atsuko
date Thu, 25 Aug 2011 22:14:55 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7785ad38967f
1 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
2 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
3 @prefix ex: <http://example.org/things#> .
4 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
5
6 _:a rdf:type foaf:Person ;
7 foaf:name "Eve" ;
8 ex:address <http://example.org/eve> .
9
10 _:b rdf:type foaf:Person ;
11 foaf:name "Alice" ;
12 ex:address "Fascination Street 11" .
13
14 _:c rdf:type foaf:Person ;
15 foaf:name "Fred" ;
16 ex:address "fred@work.example" .
17
18 _:e foaf:name "Bob" ;
19 ex:address <mailto:bob@work.example> .
20