Translations:Project:SPARQL/examples/56/nl

From Resistance in Belgium
Revision as of 14:13, 16 October 2024 by A Lyapounov (talk | contribs) (Created page with " ?persoon wdt:P3 ?achternaam . # Haalt de achternaam op (P3) ?persoon wdt:P2 ?voornaam . # Haalt de voornaam op (P2) SERVICE wikibase:label { bd:serviceParam wikibase:language "nl,[AUTO_LANGUAGE]". } # Haalt de labels in het Nederlands op")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
?persoon  wdt:P3 ?achternaam .           # Haalt de achternaam op (P3)
 ?persoon  wdt:P2 ?voornaam .             # Haalt de voornaam op (P2)
 
 SERVICE wikibase:label { bd:serviceParam wikibase:language "nl,[AUTO_LANGUAGE]". }  # Haalt de labels in het Nederlands op