1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-26 15:20:21 +01:00
Files
audacity/lib-src/redland/rasqal/tests/sparql/SyntaxDev/Syntax-SPARQL2/syntax-form-construct03.rq
2010-01-24 09:19:39 +00:00

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}