@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_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d
  a a2a:Record ;
  rdfs:label "Registratie op 17 juli 1939 te RoosendaaL" ;
  a2a:hasPerson oa:person_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Person-08a255c1-fca0-6be5-4d57-00844d0a6b37, oa:person_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Person-fed9d6b8-12d8-b07b-ceca-460b3d15cda6, oa:person_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Person-3289904d-5815-3c68-1aac-f8e4da2c5bfc ;
  a2a:hasEvent oa:event_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_0, oa:relationep_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_1, oa:relationep_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_2 ;
  a2a:hasSource oa:source_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d .

oa:person_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Person-08a255c1-fca0-6be5-4d57-00844d0a6b37
  a a2a:Person ;
  rdfs:label "Hendricus Adrianus Waltherus Koen" ;
  a2a:PersonName [
    rdfs:label "Hendricus Adrianus Waltherus Koen" ;
    a2a:PersonNameFirstName "Hendricus Adrianus Waltherus" ;
    a2a:PersonNameLastName "Koen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1912" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1912-02-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] ;
  a2a:Profession "landbouwarbeider" .

oa:person_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Person-fed9d6b8-12d8-b07b-ceca-460b3d15cda6
  a a2a:Person ;
  rdfs:label "Johanna Petronella Stok" ;
  a2a:PersonName [
    rdfs:label "Johanna Petronella Stok" ;
    a2a:PersonNameFirstName "Johanna Petronella" ;
    a2a:PersonNameLastName "Stok"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1913" ;
    a2a:Month "7" ;
    a2a:Day "29" ;
    rdfs:label "1913-07-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:person_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Person-3289904d-5815-3c68-1aac-f8e4da2c5bfc
  a a2a:Person ;
  rdfs:label "Johannes Jacobus Adrianus Koen" ;
  a2a:PersonName [
    rdfs:label "Johannes Jacobus Adrianus Koen" ;
    a2a:PersonNameFirstName "Johannes Jacobus Adrianus" ;
    a2a:PersonNameLastName "Koen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1939" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1939-07-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "RoosendaaL" ;
    rdfs:label "RoosendaaL"
  ] .

oa:event_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1939" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1939-07-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "RoosendaaL" ;
    rdfs:label "RoosendaaL"
  ] .

oa:relationep_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Person:08a255c1-fca0-6be5-4d57-00844d0a6b37 ;
  a2a:EventKeyRef oa:event_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Event1 .

oa:relationep_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Person:fed9d6b8-12d8-b07b-ceca-460b3d15cda6 ;
  a2a:EventKeyRef oa:event_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Event1 .

oa:relationep_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Person:3289904d-5815-3c68-1aac-f8e4da2c5bfc ;
  a2a:EventKeyRef oa:event_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d_Event1 .

oa:source_wba_2febd101-5b0a-465a-a1ef-d17f6f7e522d
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1912-02-25 - 1912-02-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-02-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-02-25"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 18498-064" ;
    a2a:Book "Gezinskaarten 1910-1939 Kno t/m Köh" ;
    a2a:DocumentNumber "028" ;
    a2a:RegistryNumber "18498-064" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 18498-064, Gezinskaarten 1910-1939 Kno t/m Köh, 028, 18498-064"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/2f806d6d-a7e2-2440-7414-ab2ae9c248af.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/2febd101-5b0a-465a-a1ef-d17f6f7e522d" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/2f806d6d-a7e2-2440-7414-ab2ae9c248af.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/a459fe41-79e6-d484-3fc9-25fb8cf336c6.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/2febd101-5b0a-465a-a1ef-d17f6f7e522d" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/a459fe41-79e6-d484-3fc9-25fb8cf336c6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/2febd101-5b0a-465a-a1ef-d17f6f7e522d" ;
  a2a:RecordGUID "{2febd101-5b0a-465a-a1ef-d17f6f7e522d}" ;
  a2a:SourceRemarkProvenance "A2Acollection wba_a2a_br_a-201802.68.xml van WBA" .

