query-bb47ce16a35e2fc0e2684a9b0b585bb9

rq turtle/ttl

Map of Enamels of the World 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 Enamels of the World
#defaultView:Map{"hide": ["?coords", "?layer"]}
SELECT ?item ?itemLabel ?image ?coords ?where WHERE {
VALUES ?coll {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 . ?place rdfs:label ?where }
}

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") v8("?where"):::projected c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?coll/] bind0-->v1 bind00(["wd:Q66457023"]) 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 v4 --"rdfs:label"--> v8 end