query-11340c6955ec835884367c12afa2de17
Décès en 2017, sans libellé FR tinyurl.com/yc8mh7dw
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?dod ?itemLabel ?itemDescription ?nom
WHERE
{
?item wdt:P570 ?dod .
FILTER ( ?dod >= "1982-00-00"^^xsd:date && ?dod <= "1982-12-31"^^xsd:date )
?item wdt:P31 wd:Q5 .
OPTIONAL { ?item wdt:P569 ?v }
OPTIONAL { ?item wdt:P1559 ?nom }
FILTER(NOT EXISTS {
?item rdfs:label ?lang_label.
FILTER(LANG(?lang_label) = "fr")
})
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,de,es,it,nl,pl". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?dod"):::projected
v2("?item"):::projected
v1("?lang_label")
v5("?nom"):::projected
v4("?v")
c11(["bd:serviceParam"]):::iri
c7(["wd:Q5"]):::iri
c13(["en,de,es,it,nl,pl"]):::literal
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0f0[["?lang_label = 'fr'"]]
e0f0 --> e0v1
e0v2 --"rdfs:label"--> e0v1
e0v2("?item"):::projected
e0v1("?lang_label"):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> v2
f0 --> c2
f1[["?lang_label = 'fr'"]]
f1 --> v1
v2 --"rdfs:label"--> v1
f2[["?dod >= '1982-00-00^^xsd:date'?dod <= '1982-12-31^^xsd:date'"]]
f2 --> v3
v2 --"wdt:P570"--> v3
v2 --"wdt:P31"--> c7
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P569".-> v4
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P1559".-> v5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end