view 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 source

@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" .