query-2c212cbb64907ced532226ea1b8afabb
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX p: <http://www.wikidata.org/prop/>SELECT ?item ?itemLabel ?iedvien ?iedvienLabel
WHERE {
?item p:P131 ?iedvien
VALUES ?item { wd:Q15218492 }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?iedvien"):::projected
v3("?item"):::projected
c3(["bd:serviceParam"]):::iri
c5(["en"]):::literal
v3 --"p:P131"--> v2
bind0[/VALUES ?item/]
bind0-->v3
bind00(["wd:Q15218492"])
bind00 --> bind0
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end