query-3d39e35d2bd8b8a5aba2da88490ad444
Liste des personnes (connues de Wikidata) nées ou mortes dans le Canton de Vaud (Suisse) avec leurs occupations et l'institution où sont déposées leurs archives SELECT ?humain ?humainLabel ?lieuNaissanceLabel ?lieuMortLabel ?occ ?archive_at WITH { SELECT ?humain (group_concat(distinct ?occupLabel;separator=", ") as ?occ) (group_concat(distinct ?archiveLabel;separator=", ") as ?archive_at) WHERE { ?humain wdt:P31 wd:Q5. OPTIONAL {?humain wdt:P106 ?occup. ?occup rdfs:label ?occupLabel. filter(lang(?occupLabel)="fr")} OPTIONAL {?humain wdt:P485 ?archive. ?archive rdfs:label ?archiveLabel. filter(lang(?archiveLabel)="fr")} {?humain wdt:P19 ?lieuNaissance. ?lieuNaissance wdt:P131 wd:Q12771.} UNION {?humain wdt:P20 ?lieuMort. ?lieuMort wdt:P131 wd:Q12771.} } group by ?humain } as %i WHERE {include %i OPTIONAL {?humain wdt:P19 ?lieuNaissance.} OPTIONAL {?humain wdt:P20 ?lieuMort.} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr". } } ORDER BY ?humainLabel
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Liste des personnes (connues de Wikidata) nées ou mortes dans le Canton de Vaud (Suisse) avec leurs occupations et l'institution où sont déposées leurs archives
SELECT ?humain ?humainLabel ?lieuNaissanceLabel ?lieuMortLabel ?occ ?archive_at
WHERE { { SELECT ?humain (group_concat(distinct ?occupLabel;separator=", ") as ?occ) (group_concat(distinct ?archiveLabel;separator=", ") as ?archive_at) WHERE
{
?humain wdt:P31 wd:Q5.
OPTIONAL {?humain wdt:P106 ?occup.
?occup rdfs:label ?occupLabel. filter(lang(?occupLabel)="fr")}
OPTIONAL {?humain wdt:P485 ?archive.
?archive rdfs:label ?archiveLabel. filter(lang(?archiveLabel)="fr")}
{?humain wdt:P19 ?lieuNaissance.
?lieuNaissance wdt:P131 wd:Q12771.}
UNION
{?humain wdt:P20 ?lieuMort.
?lieuMort wdt:P131 wd:Q12771.}
} group by ?humain } OPTIONAL {?humain wdt:P19 ?lieuNaissance.}
OPTIONAL {?humain wdt:P20 ?lieuMort.}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr". }
} ORDER BY ?humainLabel