query-c18f0446a8acbc6b8ff79492609a53f9

rq turtle/ttl

KrabinaGerman one(Q232561)Zweierlinie citiesmunicipalities

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 ?item ?itemLabel WHERE {
    ?item wdt:P31/wdt:P279* wd:Q667509.
    SERVICE wikibase:label { bd:serviceParam wikibase:language "de" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c7(["de"]):::literal c5(["bd:serviceParam"]):::iri c3(["wd:Q667509"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end