query-c5d1d66f94c3f53640b27360e532176c

rq turtle/ttl

Items faisant partie des collections du Musée d'art contemporain de Montréal (MAC)

SELECT ?item ?itemLabel ?collectionLabel WHERE { VALUES ?collection {wd:Q115676902 wd:Q115676811} #collections du MAC ?item wdt:P195 ?collection SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr, en". } }

Use at

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#>
#Items faisant partie des collections du Musée d'art contemporain de Montréal (MAC)

SELECT ?item ?itemLabel ?collectionLabel
WHERE {
  VALUES ?collection {wd:Q115676902 wd:Q115676811} #collections du MAC
  ?item wdt:P195 ?collection
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr, en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?collection") v2("?item"):::projected c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,fr, en"]):::literal bind0[/VALUES ?collection/] bind0-->v1 bind00(["wd:Q115676902"]) bind00 --> bind0 bind01(["wd:Q115676811"]) bind01 --> bind0 v2 --"wdt:P195"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end