Translations:Project:SPARQL/examples/66/fr: Difference between revisions
(Created page with " OPTIONAL { ?personne wdt:P7 ?domicile. } # Récupère le domicile si disponible (P7) OPTIONAL { ?personne p:P34 ?archives_statement . ?archives_statement ps:P34 ?fondsArchives ; pq:P35 ?noInventaire.} # Référence aux archives SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr". } # Récupère les libellés en français }") |
(No difference)
|
Latest revision as of 19:00, 15 October 2024
OPTIONAL { ?personne wdt:P7 ?domicile. } # Récupère le domicile si disponible (P7)
OPTIONAL { ?personne p:P34 ?archives_statement .
?archives_statement ps:P34 ?fondsArchives ;
pq:P35 ?noInventaire.} # Référence aux archives
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr". } # Récupère les libellés en français
}