Chaos-BVD/query.txt
2023-06-04 17:35:25 +02:00

9 lines
167 B
Text

select * where {
{?city rdfs:label Neuss@de}
UNION
{?city rdfs:label Alzey@de}
UNION
{?city rdfs:label Wörrstadt@de}
?city dbo:district ?district .
} LIMIT 100