1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-09 22:53:55 +01:00
Files
audacity/lib-src/redland/rasqal/tests/sparql/Expr1/data-1.ttl
2010-01-24 09:19:39 +00:00

12 lines
264 B
Turtle

@prefix x: <http://example.org/ns#> .
@prefix : <http://example.org/books#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
:book1 dc:title "TITLE 1" .
:book1 x:price 10 .
:book2 dc:title "TITLE 2" .
:book2 x:price 20 .
:book3 dc:title "TITLE 3" .