1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-12 06:37:52 +02:00
2010-01-24 09:19:39 +00:00

6 lines
136 B
SPARQL

PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX : <http://example.org/book/>
SELECT ?title
WHERE
{ :book1 dc:title ?title }