query-a342d2f9f98c68451f5011135af25a34

rq turtle/ttl

Map of the Islamic Art collection

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:Selected objects from the Khalili Collection of Islamic Art
#defaultView:Map{"hide": ["?coords", "?layer"]}
SELECT ?item ?itemLabel ?image ?coords WHERE {
VALUES ?coll {wd:Q66455355}. #  wd:Q66457023
?i wdt:P195 ?coll; wdt:P18 ?image ; wdt:P1071 ?place; wdt:P973 ?item . ?place wdt:P625 ?coords.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". ?i rdfs:label ?itemLabel }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?coll") v6("?coords"):::projected v2("?i") v3("?image"):::projected v5("?item"):::projected v7("?itemLabel"):::projected v4("?place") c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?coll/] bind0-->v1 bind00(["wd:Q66455355"]) bind00 --> bind0 v2 --"wdt:P195"--> v1 v2 --"wdt:P18"--> v3 v2 --"wdt:P1071"--> v4 v2 --"wdt:P973"--> v5 v4 --"wdt:P625"--> v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 v2 --"rdfs:label"--> v7 end