@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_elo_fa55e266-76e4-4a48-aec4-281111b19a7e
  a a2a:Record ;
  rdfs:label "Politierapporten op 25 februari 1944 te Leiden" ;
  a2a:hasPerson oa:person_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Person-5c45a781-8a2c-404c-ab4b-075b8d61578b, oa:person_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Person-020ec9b1-4083-4ae4-bee6-cbdcbde6dcb2, oa:person_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Person-c2ad8944-0e8c-4b25-a2e5-ac423447ec01 ;
  a2a:hasEvent oa:event_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_0, oa:relationep_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_1, oa:relationep_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_2 ;
  a2a:hasSource oa:source_elo_fa55e266-76e4-4a48-aec4-281111b19a7e .

oa:person_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Person-5c45a781-8a2c-404c-ab4b-075b8d61578b
  a a2a:Person ;
  rdfs:label "Sjoerd Sjouke Mulder" ;
  a2a:PersonName [
    rdfs:label "Sjoerd Sjouke Mulder" ;
    a2a:PersonNameFirstName "Sjoerd Sjouke" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "3" ;
    a2a:Day "18" ;
    rdfs:label "1917-03-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Den Haag" ;
    rdfs:label "Den Haag"
  ] ;
  a2a:Profession "banketbakker" .

oa:person_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Person-020ec9b1-4083-4ae4-bee6-cbdcbde6dcb2
  a a2a:Person ;
  rdfs:label "Job Johannes den Outer" ;
  a2a:PersonName [
    rdfs:label "Job Johannes den Outer" ;
    a2a:PersonNameFirstName "Job Johannes" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Outer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1901" ;
    a2a:Month "9" ;
    a2a:Day "9" ;
    rdfs:label "1901-09-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:Profession "touwslager" .

oa:person_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Person-c2ad8944-0e8c-4b25-a2e5-ac423447ec01
  a a2a:Person ;
  rdfs:label "Johannes Willem van Weeren" ;
  a2a:PersonName [
    rdfs:label "Johannes Willem van Weeren" ;
    a2a:PersonNameFirstName "Johannes Willem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Weeren"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1903-03-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] ;
  a2a:Profession "staaldraaddraaier" .

oa:event_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Event1
  a a2a:Event ;
  rdfs:label "other:Politierapporten" ;
  a2a:EventType "other:Politierapporten" ;
  a2a:EventDate [
    a2a:Year "1944" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1944-02-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_0
  a a2a:RelationEP ;
  rdfs:label "other:Verdachte" ;
  a2a:RelationType "other:Verdachte" ;
  a2a:PersonKeyRef oa:person_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Person:5c45a781-8a2c-404c-ab4b-075b8d61578b ;
  a2a:EventKeyRef oa:event_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Event1 .

oa:relationep_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_1
  a a2a:RelationEP ;
  rdfs:label "other:Verdachte" ;
  a2a:RelationType "other:Verdachte" ;
  a2a:PersonKeyRef oa:person_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Person:020ec9b1-4083-4ae4-bee6-cbdcbde6dcb2 ;
  a2a:EventKeyRef oa:event_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Event1 .

oa:relationep_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_2
  a a2a:RelationEP ;
  rdfs:label "other:Verdachte" ;
  a2a:RelationType "other:Verdachte" ;
  a2a:PersonKeyRef oa:person_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Person:c2ad8944-0e8c-4b25-a2e5-ac423447ec01 ;
  a2a:EventKeyRef oa:event_elo_fa55e266-76e4-4a48-aec4-281111b19a7e_Event1 .

oa:source_elo_fa55e266-76e4-4a48-aec4-281111b19a7e
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1944-01-01 - 1944-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1944-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1944-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1944" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1944-02-25"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Gemeentepolitie van Leiden, Deel: 2688" ;
    a2a:Book "Januari-februari 1944." ;
    a2a:RegistryNumber "2688" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Gemeentepolitie van Leiden, Deel: 2688, Januari-februari 1944., 2688"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/58ca4127-285d-4526-b42b-94455748b5e5/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/fa55e266-76e4-4a48-aec4-281111b19a7e" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/58ca4127-285d-4526-b42b-94455748b5e5/full/!250,250/0/default.jpg"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/fa55e266-76e4-4a48-aec4-281111b19a7e" ;
  a2a:RecordGUID "{fa55e266-76e4-4a48-aec4-281111b19a7e}" ;
  a2a:SourceRemarkOpmerking "Transcriptie: Brengt de wm Besouwen vanaf de Haven aan het bureau als verdacht van diefstal van steenkolen, Sjoerd Sjouke Mulder, geboren te Den Haag, 18 maart 1917, banketbakker, wonende te Leiden, Van der Helmstraat 5, Johannes Willem van Weeren, geboren te Nijmegen, 15 maart 1903, staaldraaddraaier, wonende te Leiden, Sophiastraat 24 en Job Johannes den Outer, geboren te Rotterdam, 9 september 1901, touwslager, wonende te Leiden, Aloèlaan 36. Zij zijn allen ter beschikking gesteld van den K.Cdt.<br>Tijdstip: 23:00<br>Typering: administratief: arrestatie<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0552/file/2688\">Inventarisnummer 2688 van archiefnummer 0552 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Gemeentepolitie van Leiden" ;
  a2a:SourceRemarkdeel "2688" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_15942_00015942.xml van ELO" .

[] a2a:PersonRemarkdiversen "Adres: Leiden" .
[] a2a:PersonRemarkdiversen "Adres: Leiden" .
[] a2a:PersonRemarkdiversen "Adres: Leiden" .
