Translations:Tutorial/59/nl: Difference between revisions

From Resistance in Belgium
(Created page with "<li><code>WHERE { ... }</code> :<br> Geeft de structuur en voorwaarden van de query: <ul><ul> <li><code>?persoon wdt:P1 wd:Q2</code> : selecteert elementen die menselijke wezens zijn (P1 = type item, Q2 = persoon).</li> <li><code>wdt:P3 ?naam</code> : koppelt de familienaam aan de variabele <code>?naam</code> (P3).</li> <li><code>wdt:P2 ?voornaam</code> : koppelt de voornaam aan de variabele <code>?voornaam</code> (P2).</li> </ul></ul> </li> </ol>")
 
(No difference)

Latest revision as of 09:06, 2 April 2025

Message definition (Tutorial)
<li><code>WHERE { ... }</code>:<br>
Describes the structure and conditions of the query:
<ul>
<li><code>?person wdt:P1 wd:Q2</code>: selects items that are human beings (P1 = item type, Q2 = person).</li>
<li><code>wdt:P3 ?lastName</code>: associates the last name with the variable <code>?lastName</code> (P3).</li>
<li><code>wdt:P2 ?firstName</code>: associates the first name with the variable <code>?firstName</code> (P2).</li>
</ul>
</li>
</ol>
  • WHERE { ... } :
    Geeft de structuur en voorwaarden van de query:
      • ?persoon wdt:P1 wd:Q2 : selecteert elementen die menselijke wezens zijn (P1 = type item, Q2 = persoon).
      • wdt:P3 ?naam : koppelt de familienaam aan de variabele ?naam (P3).
      • wdt:P2 ?voornaam : koppelt de voornaam aan de variabele ?voornaam (P2).