Translations:Brussels/7/nl: Difference between revisions
(Created page with "<div class="table-container"> {{#sparql: SELECT DISTINCT ?WoonplaatsLabel ?Achternaam ?Voornaam (CONCAT("<a href='", STR(?person), "' target='_blank'>", REPLACE(STR(?person), "https://data.arch.be/entity/", ""), "</a>") AS ?PersoonID) (CONCAT(SUBSTR(STR(?birthDate), 1, 4), "-", SUBSTR(STR(?birthDate), 6, 2), "-", SUBSTR(STR(?birthDate), 9, 2)) AS ?Geboortedatum) ?ArchiefLabel ?Inventarisnummer WHERE { ?person wdt:P7 ?Residence . ?Residence wdt:P14* wd:Q...") |
(No difference)
|
Revision as of 20:56, 14 October 2024
{{#sparql: SELECT DISTINCT ?WoonplaatsLabel ?Achternaam ?Voornaam (CONCAT("<a href='", STR(?person), "' target='_blank'>", REPLACE(STR(?person), "https://data.arch.be/entity/", ""), "</a>") AS ?PersoonID)
(CONCAT(SUBSTR(STR(?birthDate), 1, 4), "-", SUBSTR(STR(?birthDate), 6, 2), "-", SUBSTR(STR(?birthDate), 9, 2)) AS ?Geboortedatum)
?ArchiefLabel ?Inventarisnummer
WHERE {
?person wdt:P7 ?Residence .
?Residence wdt:P14* wd:Q46 . # Brussels-Capital Region
OPTIONAL { ?person wdt:P2 ?Voornaam }
OPTIONAL { ?person wdt:P3 ?Achternaam }
OPTIONAL { ?person wdt:P67 ?birthDate }
# Link to collections and inventory number
?person p:P34 ?ArchiveDeclaration .
?ArchiveDeclaration ps:P34 ?Archief .
?ArchiveDeclaration pq:P35 ?Inventarisnummer .