query-8cc5c7482ec30b36b728a12c8bd7b5f8
Depictions of the Kaaba in the Khalili Collection of Hajj and the Arts of Pilgrimage
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:ImageGrid{"hide" :["?img"]}
#title:Depictions of the Kaaba in the Khalili Collection of Hajj and the Arts of Pilgrimage
SELECT ?work (?link as ?q) ?qLabel ?inv ?img WHERE {
?work p:P195 [ps:P195 wd:Q66458773 ; pq:P217 ?inv] ; # Khalili Collection of Hajj and the Arts of Pilgrimage
wdt:P180 wd:Q29466; # Depicting the Kaaba
wdt:P18 ?img;
wdt:P973 ?link;
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".
?work rdfs:label ?qLabel }
} ORDER BY UCASE(?qLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?img"):::projected
v2("?inv"):::projected
v5("?link"):::projected
v6("?q")
v1("?qLabel"):::projected
v3("?work"):::projected
a1((" "))
c2(["wd:Q66458773"]):::iri
c6(["wd:Q29466"]):::iri
c10(["bd:serviceParam"]):::iri
c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal
a1 --"p:statement/P195"--> c2
a1 --"p:qualifier/P217"--> v2
v3 --"p:P195"--> a1
v3 --"p:direct/P180"--> c6
v3 --"p:direct/P18"--> v4
v3 --"p:direct/P973"--> v5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
v3 --"rdfs:label"--> v1
end
bind0[/"?link"/]
v5 --o bind0
bind0 --as--o v6