query-6f59fcdeff9a7dabd6fe023172f33b5a
Décès en France (388 résultats au 29-09-2016) SELECT ?item ?itemLabel ?date WHERE { ?item wdt:P20 wd:Q142 . OPTIONAL { ?item wdt:P570 ?date } SERVICE wikibase:label { bd:serviceParam wikibase: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#>
#Décès en France (388 résultats au 29-09-2016)
SELECT ?item ?itemLabel ?date WHERE {
?item wdt:P20 wd:Q142 .
OPTIONAL { ?item wdt:P570 ?date }
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?date"):::projected
v1("?item"):::projected
c5(["bd:serviceParam"]):::iri
c7(["fr"]):::literal
c2(["wd:Q142"]):::iri
v1 --"wdt:P20"--> c2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P570".-> v2
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end