query-14be7ac8be9282a9d7a25e7e1fdc0786
TODO
Use at
- https://query.wikidata.org/sparql
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 ?item ?itemLabel ?Flanders_Arts_Institute_person_ID WHERE
{
values ?item {wd:Q52189692}
?item wdt:P5068 ?Flanders_Arts_Institute_person_ID.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?Flanders_Arts_Institute_person_ID"):::projected
v1("?item"):::projected
c3(["bd:serviceParam"]):::iri
c5(["#91;AUTO_LANGUAGE#93;,nl"]):::literal
bind0[/VALUES ?item/]
bind0-->v1
bind00(["wd:Q52189692"])
bind00 --> bind0
v1 --"wdt:P5068"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end