mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-27 14:09:33 +02:00
8 lines
106 B
SPARQL
8 lines
106 B
SPARQL
PREFIX : <http://example.org/>
|
|
SELECT ?x
|
|
FROM :g1
|
|
FROM :g2
|
|
FROM NAMED :graph1
|
|
FROM NAMED :graph2
|
|
WHERE {}
|