mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-12 06:37:52 +02:00
6 lines
136 B
SPARQL
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 }
|