query-db86084214f1c14b5afdc43a61718fe8

rq turtle/ttl

Here my code with which I wanted to test my approach.

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT distinct ?stadtLabel ?bundeslandLabel ?bundeslaenderLabel
WHERE {
  ?stadt wdt:P31 wd:Q515 .
  ?stadt wdt:P131* ?bundesland .
  ?bundesland wdt:P31 wd:Q1221156 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de" .  }
}
limit 10000

Query found at