query-71a6d904c3ad4b3625f1eab85acc48ce

rq turtle/ttl

Nebenflüsse des Karnaphuli

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 ?itemDescription WHERE {
  ?item wdt:P31 wd:Q4022; # ist ein = Fluss
    wdt:P403 wd:Q766956.  # mündet in = Karnaphuli
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en,[AUTO_LANGUAGE]". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c4(["wd:Q766956"]):::iri c6(["bd:serviceParam"]):::iri c2(["wd:Q4022"]):::iri c8(["de,en,#91;AUTO_LANGUAGE#93;"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P403"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end