mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
6 lines
80 B
SPARQL
6 lines
80 B
SPARQL
# rdf: is not a default namespace in sparql
|
|
SELECT *
|
|
WHERE {
|
|
?s rdf:type ?o
|
|
}
|