query-5534cf9014d3ea5fcbd37f060e2f5c5c

rq turtle/ttl

Depictions of irises (the flower) in the Khalili Collections

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 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 irises in the Khalili Collections
SELECT (?work 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:Q156901; # depicting an iris (flower)
        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") v8("?q") v2("?qLabel"):::projected v5("?work"):::projected a1((" ")) c7(["wd:Q156901"]):::iri c11(["bd:serviceParam"]):::iri c2(["wd:Q63160499"]):::iri c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal 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[/"?work"/] v5 --o bind0 bind0 --as--o v8