mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-04 14:39:08 +02:00
6 lines
176 B
SPARQL
6 lines
176 B
SPARQL
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
CONSTRUCT { [] rdf:subject ?s ;
|
|
rdf:predicate ?p ;
|
|
rdf:object ?o }
|
|
WHERE {?s ?p ?o}
|