10 lines
167 B
Text
10 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
|