query-5ccfc0f4dada217e207193ca2882b3f3

rq turtle/ttl

Personnalité inhumée au cimetière Mont-Royal‎

Use at

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 psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?nomLabel ?itemLabel ?itemDescription ?dtnaissance ?lieunaisLabel ?dtdeces ?lieudecesLabel
WHERE
{
    ?item wdt:P119 wd:Q1457377 .
    OPTIONAL {?item wdt:P734 ?nom }
    OPTIONAL {?item p:P569 [ps:P569 ?dtnaissance; psv:P569 [wikibase:timePrecision ?precDoB] ] }
    ?month wdt:P31 wd:Q47018901; wdt:P279 wd:Q18602249; wdt:P1545 ?monthnumber . FILTER(?monthnumber=STR(MONTH(?dtnaissance)))
    ?month rdfs:label ?monthname . FILTER(lang(?monthname)='fr')
    BIND(IF(?precDoB=11,?dtnaissance,IF(?precDoB=10,CONCAT(STR(?monthname),' ',STR(YEAR(?dtnaissance))),YEAR(?dtnaissance))) AS ?dtnaissance)  
    OPTIONAL {?item wdt:P19 ?lieunais }
    OPTIONAL {?item wdt:P570 ?dtdeces }
    OPTIONAL {?item wdt:P20 ?lieudeces }
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr" }
}
ORDER BY (?nomLabel)

Query found at