query-67ad269c6d4b37a046cb32a190d14850

rq turtle/ttl

Monument view (#/object/) used as example. (Q9188)Empire State Building Data about monument https://www.wikidata.org/w/api.php?action=wbgetentities&format=json&ids=Q9188&props=info%7Clabels%7Caliases%7Cdescriptions%7Cclaims%7Cdatatype%7CsitelinksLocation of monument

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 ?parent ?parentLabel WHERE {
 wd:Q9188 wdt:P276/wdt:P131* ?parent .
 SERVICE wikibase:label { bd:serviceParam wikibase:language "en, de" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?parent"):::projected a1((" ")) c7(["en, de"]):::literal c5(["bd:serviceParam"]):::iri c1(["wd:Q9188"]):::iri c1 --"wdt:P276"--> a1 a1 --"wdt:P131"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end