Translations:Project:SPARQL/examples/55/fr: Difference between revisions

From Resistance in Belgium
(Created page with " OPTIONAL { ?personne wdt:P13 ?profession. } # Récupère la profession si disponible (P13) OPTIONAL { ?personne wdt:P55 ?statutReconnaissance. } # Récupère l'éventuel statut de reconnaissance nationale obtenu (P55)")
 
(No difference)

Latest revision as of 18:56, 15 October 2024

Message definition (Project:SPARQL/examples)
OPTIONAL { ?person wdt:P13 ?profession. }          # Retrieves the profession if available (P13)
  OPTIONAL { ?person wdt:P55 ?recognitionStatus. }    # Retrieves the national recognition status if obtained (P55)
OPTIONAL { ?personne wdt:P13 ?profession. }           # Récupère la profession si disponible (P13)
 OPTIONAL { ?personne wdt:P55 ?statutReconnaissance. } # Récupère l'éventuel statut de reconnaissance nationale obtenu (P55)