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).
- 14:12, 16 October 2024 A Lyapounov talk contribs created page Translations:Project:SPARQL/examples/49/nl (Created page with "SELECT ?persoon ?persoonLabel ?overlijdensplaats ?overlijdensplaatsLabel ?GPS ?overlijdensDatum WHERE { ?persoon wdt:P1 wd:Q2 . # Selecteert alle personen (P1 = Q2) ?persoon wdt:P48 ?overlijdensplaats . # Haalt de overlijdensplaatsen op (P48) ?overlijdensplaats wdt:P6 ?GPS . # Haalt de GPS-coördinaten van de overlijdensplaatsen op (P6) OPTIONAL { ?persoon wdt:P68 ?overlijdensDatum . # Haalt de overlijdensdatum op, indien...")