Vlaams-Brabant: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<translate> | |||
==== Resistance Members from the Province of Flemish Brabant ==== | |||
Below is the complete list of individuals residing in the Province of Flemish Brabant (based on the current organisation of municipalities) during or just after World War II, for whom a file or record was created by the State Security. The municipalities of residence are indicated by their names prior to the municipal merger, but they are grouped by the current provinces for convenience. | |||
The search bar, located at the top right of the list, allows you to filter the results by '''municipality''' or any other term. By clicking on a person's identifier (blue link), you will access their complete record to view all the data available about them. The table also includes the reference for the individual file kept by the State Archives. For more information on consulting the paper archives, please refer to the [https://data.arch.be/wiki/FAQ/en#Access_to_paper_archives FAQ]. | |||
For more complex searches, combining multiple criteria or aimed at gathering more information, please consult the [[dedicated cross-sectional queries page]]. | |||
'''Note:''' you have the option to download this data in CSV format, which can be opened with programmes such as LibreOffice Calc. | |||
''' | <br>'''Would you like to cite or reuse content found on ''Resistance in Belgium''? Please refer to our [https://data.arch.be/wiki/licence/en information page] to ensure you comply with the reuse conditions.''' | ||
<div class="table-container"> | <div class="table-container"> | ||
{{#sparql: | {{#sparql: | ||
SELECT DISTINCT ? | SELECT DISTINCT ?ResidenceLabel ?LastName ?FirstName | ||
(CONCAT("<a href='", STR(? | (CONCAT("<a href='", STR(?person), "' target='_blank'>", REPLACE(STR(?person), "https://data.arch.be/entity/", ""), "</a>") AS ?PersonID) | ||
(CONCAT(SUBSTR(STR(? | (CONCAT(SUBSTR(STR(?birthDate), 1, 4), "-", SUBSTR(STR(?birthDate), 6, 2), "-", SUBSTR(STR(?birthDate), 9, 2)) AS ?BirthDate) | ||
? | ?ArchiveCollectionLabel ?InventoryNumber | ||
WHERE { | WHERE { | ||
? | ?person wdt:P7 ?Residence . | ||
? | ?Residence wdt:P14* wd:Q56 . # Province of Flemish Brabant | ||
OPTIONAL { ? | OPTIONAL { ?person wdt:P2 ?FirstName } | ||
OPTIONAL { ? | OPTIONAL { ?person wdt:P3 ?LastName } | ||
OPTIONAL { ? | OPTIONAL { ?person wdt:P67 ?birthDate } | ||
# | # Link to collections and inventory number | ||
? | ?person p:P34 ?ArchiveDeclaration . | ||
? | ?ArchiveDeclaration ps:P34 ?ArchiveCollection . | ||
? | ?ArchiveDeclaration pq:P35 ?InventoryNumber . | ||
# | # Retrieve the residence label | ||
# OPTIONAL { ? | # OPTIONAL { ?Residence rdfs:label ?ResidenceLabel . FILTER(LANG(?ResidenceLabel) = 'en') } | ||
# | # Automatically retrieve labels or in English | ||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE], | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | ||
} | } | ||
# GROUP BY ? | # GROUP BY ?person ?LastName ?FirstName ?ResidenceLabel ?BirthDate ?ArchiveCollectionLabel ?InventoryNumber | ||
ORDER BY ASC(? | ORDER BY ASC(?ResidenceLabel) ASC(?LastName) ASC(?FirstName) | ||
| chart=bordercloud.visualization.DataTable | | chart=bordercloud.visualization.DataTable | ||
| class=my-table-class | | class=my-table-class | ||
Line 50: | Line 49: | ||
}} | }} | ||
</div> | </div> | ||
</translate> |
Revision as of 07:47, 8 October 2024
Resistance Members from the Province of Flemish Brabant
Below is the complete list of individuals residing in the Province of Flemish Brabant (based on the current organisation of municipalities) during or just after World War II, for whom a file or record was created by the State Security. The municipalities of residence are indicated by their names prior to the municipal merger, but they are grouped by the current provinces for convenience.
The search bar, located at the top right of the list, allows you to filter the results by municipality or any other term. By clicking on a person's identifier (blue link), you will access their complete record to view all the data available about them. The table also includes the reference for the individual file kept by the State Archives. For more information on consulting the paper archives, please refer to the FAQ.
For more complex searches, combining multiple criteria or aimed at gathering more information, please consult the dedicated cross-sectional queries page.
Note: you have the option to download this data in CSV format, which can be opened with programmes such as LibreOffice Calc.
Would you like to cite or reuse content found on Resistance in Belgium? Please refer to our information page to ensure you comply with the reuse conditions.