All public logs

Combined display of all available logs of Resistance in Belgium. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:08, 16 October 2024 A Lyapounov talk contribs created page Translations:Project:SPARQL/examples/31/nl (Created page with "SELECT ?persoon ?achternaam ?voornaam ?woonplaatsLabel ?beroepLabel WHERE { ?persoon wdt:P1 wd:Q2 . # Selecteert alle personen (P1) met de identificatie "Persoon" (Q2) ?persoon wdt:P13 ?beroep . # Selecteert hun beroep (P13) ?persoon wdt:P3 ?achternaam . # Haalt de achternaam op (P3) ?persoon wdt:P2 ?voornaam . # Haalt de voornaam op (P2) FILTER (CONTAINS(str(?beroep), 'coiffeu') || CONTAINS(str(?beroep), 'k...")