query-9343c77ec8025dae4f46d08666e79c93
title:Patrons of objects in the Khalili Collections SELECT DISTINCT ?i ?iLabel ?collLabel ?propLabel ?patronLabel ?url WHERE { ?i wdt:P195 ?coll. ?coll wdt:P361? wd:Q63160499. VALUES ?rel {wdt:P88 wdt:P825} ?i ?rel ?patron . ?i wdt:P973 ?url. ?prop wikibase:directClaim ?rel ; a wikibase:Property SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?patronLabel ?collLabel
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 bd: <http://www.bigdata.com/rdf#>
#title:Patrons of objects in the Khalili Collections
SELECT DISTINCT ?i ?iLabel ?collLabel ?propLabel ?patronLabel ?url WHERE {
?i wdt:P195 ?coll.
?coll wdt:P361? wd:Q63160499.
VALUES ?rel {wdt:P88 wdt:P825}
?i ?rel ?patron .
?i wdt:P973 ?url.
?prop wikibase:directClaim ?rel ; a wikibase:Property
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} ORDER BY ?patronLabel ?collLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?coll")
v2("?collLabel"):::projected
v3("?i"):::projected
v6("?patron")
v1("?patronLabel"):::projected
v8("?prop")
v5("?rel")
v7("?url"):::projected
c9(["bd:serviceParam"]):::iri
c7(["wikibase:Property"]):::iri
c2(["wd:Q63160499"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v3 --"wdt:P195"--> v4
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v4 --"wdt:P361"--> c2
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
end
union0r <== or ==> union0l
end
bind0[/VALUES ?rel/]
bind0-->v5
bind00(["wdt:P88"])
bind00 --> bind0
bind01(["wdt:P825"])
bind01 --> bind0
v3 -->v5--> v6
v3 --"wdt:P973"--> v7
v8 --"wikibase:directClaim"--> v5
v8 --"a"--> c7
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end