query-23a754fd5e9b2cdc15cd971fa3096072
Toutes les œuvres (et sous-classes) à propos de la famine (et thèmes associés)
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#>
SELECT DISTINCT ?item ?itemLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item wdt:P31/wdt:P279* wd:Q17537576.
VALUES ?starv { wd:Q853930 wd:Q168247 wd:Q165947 wd:Q2964234 wd:Q165058}
?item wdt:P921 ?starv.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?starv")
a1((" "))
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c7(["wd:Q17537576"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c7
bind0[/VALUES ?starv/]
bind0-->v2
bind00(["wd:Q853930"])
bind00 --> bind0
bind01(["wd:Q168247"])
bind01 --> bind0
bind02(["wd:Q165947"])
bind02 --> bind0
bind03(["wd:Q2964234"])
bind03 --> bind0
bind04(["wd:Q165058"])
bind04 --> bind0
v1 --"wdt:P921"--> v2