Chaos-BVD/query.txt

10 lines
167 B
Text
Raw Permalink Normal View History

2023-06-04 17:35:25 +02:00
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