comparison sparql/sparql/test/dawg/data-r2/optional-filter/.svn/text-base/data-1.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 x: <http://example.org/ns#> .
2 @prefix : <http://example.org/books#> .
3 @prefix dc: <http://purl.org/dc/elements/1.1/> .
4 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
5
6 :book1 dc:title "TITLE 1" .
7 :book1 x:price "10"^^xsd:integer .
8
9 :book2 dc:title "TITLE 2" .
10 :book2 x:price "20"^^xsd:integer .
11
12 :book3 dc:title "TITLE 3" .