@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_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1924-1939)" ;
  a2a:hasPerson oa:person_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Person4005499086, oa:person_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Person4005499087, oa:person_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Person4005499088 ;
  a2a:hasEvent oa:event_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Event1 ;
  a2a:hasRelationEP oa:relationep_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_0, oa:relationep_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_1, oa:relationep_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_2 ;
  a2a:hasSource oa:source_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954 .

oa:person_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Person4005499086
  a a2a:Person ;
  rdfs:label "Michiel Cohen" ;
  a2a:PersonName [
    rdfs:label "Michiel Cohen" ;
    a2a:PersonNameFirstName "Michiel" ;
    a2a:PersonNameLastName "Cohen"
  ] ;
  a2a:BirthDate [
    a2a:LiteralDate "26-07-1891" ;
    a2a:Year "1891" ;
    a2a:Month "07" ;
    a2a:Day "26" ;
    rdfs:label "26-07-1891"
  ] ;
  a2a:Profession "koopman" .

oa:person_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Person4005499087
  a a2a:Person ;
  rdfs:label "Betje de Beer" ;
  a2a:PersonName [
    rdfs:label "Betje de Beer" ;
    a2a:PersonNameFirstName "Betje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Beer"
  ] ;
  a2a:BirthDate [
    a2a:LiteralDate "16-04-1886" ;
    a2a:Year "1886" ;
    a2a:Month "04" ;
    a2a:Day "16" ;
    rdfs:label "16-04-1886"
  ] .

oa:person_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Person4005499088
  a a2a:Person ;
  rdfs:label "Alexander Leonard Cohen" ;
  a2a:PersonName [
    rdfs:label "Alexander Leonard Cohen" ;
    a2a:PersonNameFirstName "Alexander Leonard" ;
    a2a:PersonNameLastName "Cohen"
  ] ;
  a2a:BirthDate [
    a2a:LiteralDate "18-04-1923" ;
    a2a:Year "1923" ;
    a2a:Month "04" ;
    a2a:Day "18" ;
    rdfs:label "18-04-1923"
  ] .

oa:event_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [ ] ;
  a2a:EventPlace [ rdfs:label "" ] .

oa:relationep_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Person4005499086 ;
  a2a:EventKeyRef oa:event_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Event1 .

oa:relationep_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Person4005499087 ;
  a2a:EventKeyRef oa:event_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Event1 .

oa:relationep_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Person4005499088 ;
  a2a:EventKeyRef oa:event_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954_Event1 .

oa:source_eal_C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954
  a a2a:Source ;
  rdfs:label "Erfgoedcentrum Achterhoek en Liemers, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1924-01-01 - 1939-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1939-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1924-1939" ;
    a2a:Year "1924" ;
    rdfs:label "1924-1939"
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoedcentrum Achterhoek en Liemers" ;
    a2a:Place "Doetinchem" ;
    a2a:Collection "Gemeentebestuur Hengelo (G), 1811-1933 (1967)" ;
    a2a:Book "Nadere toegang op het Bevolkingsregister" ;
    a2a:RegistryNumber "457" ;
    rdfs:label "Erfgoedcentrum Achterhoek en Liemers, Doetinchem, Gemeentebestuur Hengelo (G), 1811-1933 (1967), Nadere toegang op het Bevolkingsregister, 457"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/26/C38363DB1261419CA07F0B268394C610" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/26/C38363DB1261419CA07F0B268394C610" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/26/C38363DB1261419CA07F0B268394C610"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://proxy.archieven.nl/download/26/E3E1BBD5716140BD8092AC1CDBE3B60C" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/26/E3E1BBD5716140BD8092AC1CDBE3B60C" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/26/E3E1BBD5716140BD8092AC1CDBE3B60C"
  ] ;
  a2a:SourceLastChangeDate "2025-01-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/26/C2B50CFC1FEC4BDDADEBFACF5B4D6954" ;
  a2a:RecordIdentifier "4005499085" ;
  a2a:RecordGUID "{C2B50CFC-1FEC-4BDD-ADEB-FACF5B4D6954}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/66B656A7C5364EBE8CBDB674E9AD5FD5" .

