mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-05 15:09:08 +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 {}
|