query-224baf84037e32eb651c591cca703756

rq turtle/ttl

Naissance en France (1137 résultats au 29-09-2016) SELECT ?item ?itemLabel ?date WHERE { ?item wdt:P19 wd:Q142 . OPTIONAL { ?item wdt:P569 ?date } SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" } }

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#>
#Naissance en France (1137 résultats au 29-09-2016)
SELECT ?item ?itemLabel ?date WHERE {
    ?item wdt:P19 wd:Q142 .
    OPTIONAL { ?item wdt:P569 ?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:P19"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P569".-> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end