query-bc19268c1a321159e3c5df2def2aa039
Depictions of eagles in the Khalili Collections
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 eagles in the Khalili Collections
SELECT (?link as ?q) ?qLabel ?inv ?img ?collLabel WHERE {
?coll wdt:P361 wd:Q63160499. # Khalili Collections
?work p:P195 [ps:P195 ?coll ; pq:P217 ?inv];
wdt:P180 wd:Q2092297; # Depicting an eagle
wdt:P18 ?img;
wdt:P973 ?link;
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".
?work rdfs:label ?qLabel. ?coll rdfs:label ?collLabel }
} ORDER BY ?collLabel UCASE(?qLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?coll")
v1("?collLabel"):::projected
v6("?img"):::projected
v4("?inv"):::projected
v7("?link"):::projected
v8("?q")
v2("?qLabel"):::projected
v5("?work")
a1((" "))
c11(["bd:serviceParam"]):::iri
c2(["wd:Q63160499"]):::iri
c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c7(["wd:Q2092297"]):::iri
v3 --"p:direct/P361"--> c2
a1 --"p:statement/P195"--> v3
a1 --"p:qualifier/P217"--> v4
v5 --"p:P195"--> a1
v5 --"p:direct/P180"--> c7
v5 --"p:direct/P18"--> v6
v5 --"p:direct/P973"--> v7
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
v5 --"rdfs:label"--> v2
v3 --"rdfs:label"--> v1
end
bind0[/"?link"/]
v7 --o bind0
bind0 --as--o v8