Translations:Project:SPARQL/examples/49/fr: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 October 2024

  • curprev 18:5418:54, 15 October 2024Adminagr talk contribs 706 bytes +706 Created page with "SELECT ?personne ?personneLabel ?lieuDeces ?lieuDecesLabel ?GPS ?dateDeces WHERE { ?personne wdt:P1 wd:Q2 . # Sélectionne toutes les personnes (P1 = Q2) ?personne wdt:P48 ?lieuDeces . # Récupère les lieux de décès (P48) ?lieuDeces wdt:P6 ?GPS . # Récupère les coordonnées GPS des lieux de décès (P6) OPTIONAL { ?personne wdt:P68 ?dateDeces . # Récupère la date de décès, si disponible..."