Translations:Project:SPARQL/examples/56/en: Difference between revisions

From Resistance in Belgium
(Importing a new version from external source)
 
(No difference)

Latest revision as of 18:26, 15 October 2024

Message definition (Project:SPARQL/examples)
?person  wdt:P3 ?surname .            # Retrieves the surname (P3)
  ?person  wdt:P2 ?firstName .          # Retrieves the first name (P2)
  
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }  # Retrieves the labels in English

?person wdt:P3 ?surname . # Retrieves the surname (P3)

 ?person  wdt:P2 ?firstName .           # Retrieves the first name (P2)
 
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }  # Retrieves the labels in English