diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sparql/sparql/test/dawg/data-r2/optional-filter/.svn/text-base/data-1.ttl.svn-base	Thu Aug 25 22:14:55 2011 -0400
@@ -0,0 +1,12 @@
+@prefix x: <http://example.org/ns#> .
+@prefix : <http://example.org/books#> .
+@prefix dc:         <http://purl.org/dc/elements/1.1/> .
+@prefix xsd:        <http://www.w3.org/2001/XMLSchema#> .
+
+:book1 dc:title "TITLE 1" .
+:book1 x:price  "10"^^xsd:integer .
+
+:book2 dc:title "TITLE 2" .
+:book2 x:price  "20"^^xsd:integer .
+
+:book3 dc:title "TITLE 3" .