query-59891ee39d18a8bdc120f9a4fe2aed2d
title:Islamic metalwork in the Khalili Collections SELECT ?link ?itemLabel ?image ?date ?datePrecision ?placeLabel ?collectionLabel WHERE { VALUES ?collection {wd:Q66455355 wd:Q66458773} ?item p:P195 [ps:P195 ?collection; pq:P217 ?inv ] FILTER(STRSTARTS(?inv, "MTW")) ?item wdt:P18 ?image; wdt:P973 ?link; p:P571/psv:P571 ?node. OPTIONAL {?item wdt:P1071 ?place} ?node wikibase:timeValue ?date; wikibase:timePrecision ?datePrecision SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en"} }
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 psv: <http://www.wikidata.org/prop/statement/value/>
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#>
#title:Islamic metalwork in the Khalili Collections
SELECT ?link ?itemLabel ?image ?date ?datePrecision ?placeLabel ?collectionLabel WHERE {
VALUES ?collection {wd:Q66455355 wd:Q66458773}
?item p:P195 [ps:P195 ?collection; pq:P217 ?inv ] FILTER(STRSTARTS(?inv, "MTW"))
?item wdt:P18 ?image; wdt:P973 ?link; p:P571/psv:P571 ?node.
OPTIONAL {?item wdt:P1071 ?place}
?node wikibase:timeValue ?date;
wikibase:timePrecision ?datePrecision
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en"}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?collection")
v8("?date"):::projected
v9("?datePrecision"):::projected
v4("?image"):::projected
v1("?inv")
v3("?item")
v5("?link"):::projected
v6("?node")
v7("?place")
a1((" "))
a2((" "))
c13(["bd:serviceParam"]):::iri
c15(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["starts-with(?inv,'MTW')"]]
f0 --> v1
bind1[/VALUES ?collection/]
bind1-->v2
bind10(["wd:Q66455355"])
bind10 --> bind1
bind11(["wd:Q66458773"])
bind11 --> bind1
a1 --"p:statement/P195"--> v2
a1 --"p:qualifier/P217"--> v1
v3 --"p:P195"--> a1
v3 --"p:direct/P18"--> v4
v3 --"p:direct/P973"--> v5
v3 --"p:P571"--> a2
a2 --"p:statement/value/P571"--> v6
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."p:direct/P1071".-> v7
end
v6 --"wikibase:timeValue"--> v8
v6 --"wikibase:timePrecision"--> v9
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c13 --"wikibase:language"--> c15
end