query-c6378b6ccbc043e94ceda1a3e9933173
Eléments archivés par La contemporaine par nationalité SELECT ?item ?itemLabel ?nationalityLabel WHERE { ?item wdt:P31 wd:Q5; wdt:P485 wd:Q856640. OPTIONAL {?item wdt:P27 ?nationality .} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr". } }
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#>
#Eléments archivés par La contemporaine par nationalité
SELECT ?item ?itemLabel ?nationalityLabel WHERE {
?item wdt:P31 wd:Q5;
wdt:P485 wd:Q856640.
OPTIONAL {?item wdt:P27 ?nationality .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?nationality")
c4(["wd:Q856640"]):::iri
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,fr"]):::literal
c2(["wd:Q5"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P485"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P27".-> v2
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end