West-Vlaanderen: Difference between revisions
(Created page with " <div class="table-container"> {{#sparql: SELECT DISTINCT ?DomicileLabel ?Nom ?Prenom (CONCAT("<a href='", STR(?personne), "' target='_blank'>", REPLACE(STR(?personne), "https://data.arch.be/entity/", ""), "</a>") AS ?PersonneID) (CONCAT(SUBSTR(STR(?dateNaissance), 1, 4), "-", SUBSTR(STR(?dateNaissance), 6, 2), "-", SUBSTR(STR(?dateNaissance), 9, 2)) AS ?DateNaissance) ?FondsArchivesLabel ?NoInventaire WHERE { ?personne wdt:P7 ?Domicile . ?Domicile wdt:...") |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<translate> | |||
==== Resistance Members from the Province of West Flanders ==== <!--T:1--> | |||
<!--T:2--> | |||
Below is the complete list of individuals residing in the Province of West Flanders (based on the current organisation of municipalities) during or just after World War II, for whom a file or record has been drawn up by the State Security Service (Sûreté de l’État/Staatsveiligheid). The residency municipalities are listed according to their names prior to the fusion of the municipalities, but grouped according to current provinces for convenience. | |||
<!--T:3--> | |||
'''The search bar, located at the top right of the list, lets you to filter the results by municipality''' or any other term. Clicking on a person's ID (blue link) will take you to the person's complete file, where you can view all the data recorded about them. The table also contains the reference to the individual file held by the State Archives. For more information on access to paper archives, please consult the [https://data.arch.be/wiki/FAQ/en#Access_to_paper_archives FAQ]. | |||
<!--T:4--> | |||
For more complex searches, combining several criteria or aiming to group together more information, please consult the page dedicated to [https://data.arch.be/wiki/In-depth_search in-depth search]. | |||
<!--T:5--> | |||
'''Good to know''': You can download this data in CSV format, which you can open with programmes such as LibreOffice Calc. | |||
<!--T:6--> | |||
<br>'''Would you like to quote or re-use content found on ''Resistance in Belgium''? Please refer to our [https://data.arch.be/wiki/licence/en practical information page] to make sure you comply with the reuse rules.''' | |||
<!--T:7--> | |||
<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:Q58 . # Province of West Flanders | ||
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 . | ||
# | <!--T:8--> | ||
# OPTIONAL { ? | # Retrieve the residence label | ||
# OPTIONAL { ?Residence rdfs:label ?ResidenceLabel . FILTER(LANG(?ResidenceLabel) = 'en') } | |||
<!--T:9--> | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE], | # Automatically retrieve labels or in English | ||
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 34: | Line 55: | ||
}} | }} | ||
</div> | </div> | ||
</translate> |
Latest revision as of 18:57, 20 October 2024
Resistance Members from the Province of West Flanders
Below is the complete list of individuals residing in the Province of West Flanders (based on the current organisation of municipalities) during or just after World War II, for whom a file or record has been drawn up by the State Security Service (Sûreté de l’État/Staatsveiligheid). The residency municipalities are listed according to their names prior to the fusion of the municipalities, but grouped according to current provinces for convenience.
The search bar, located at the top right of the list, lets you to filter the results by municipality or any other term. Clicking on a person's ID (blue link) will take you to the person's complete file, where you can view all the data recorded about them. The table also contains the reference to the individual file held by the State Archives. For more information on access to paper archives, please consult the FAQ.
For more complex searches, combining several criteria or aiming to group together more information, please consult the page dedicated to in-depth search.
Good to know: You can download this data in CSV format, which you can open with programmes such as LibreOffice Calc.
Would you like to quote or re-use content found on Resistance in Belgium? Please refer to our practical information page to make sure you comply with the reuse rules.