Translations:Tutov1/fr/18/en: Difference between revisions

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

Latest revision as of 20:14, 31 March 2025

Message definition (Tutov1/fr)
'''Explanation:'''
1. <code>SELECT ?nom ?prenom</code>: specifies that we want to display the values of the <code>?nom</code> and <code>?prenom</code> variables.
2. <code>WHERE { ... }</code>: defines the conditions the data must meet to be included in the results.

Explanation: 1. SELECT ?nom ?prenom: specifies that we want to display the values of the ?nom and ?prenom variables. 2. WHERE { ... }: defines the conditions the data must meet to be included in the results.