@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_689e8aec-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Record ;
  rdfs:label "Doop op 18 december 1654 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person-c2ba7aca-4867-11e1-9853-b7a7dd2b6a2a, oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person-c2baa324-4867-11e1-9853-b7a7dd2b6a2a, oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person-c2bacb88-4867-11e1-9853-b7a7dd2b6a2a, oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person-c2baf87e-4867-11e1-9853-b7a7dd2b6a2a, oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person-c2ba4d66-4867-11e1-9853-b7a7dd2b6a2a ;
  a2a:hasEvent oa:event_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_0, oa:relationep_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_1, oa:relationep_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_2, oa:relationep_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_3, oa:relationep_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_4 ;
  a2a:hasSource oa:source_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a .

oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person-c2ba7aca-4867-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Abraham Sebastiaen Hezelü" ;
  a2a:PersonName [
    rdfs:label "Abraham Sebastiaen Hezelü" ;
    a2a:PersonNameFirstName "Abraham Sebastiaen" ;
    a2a:PersonNameLastName "Hezelü"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person-c2baa324-4867-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Maeijcken" ;
  a2a:PersonName [
    rdfs:label "Maeijcken" ;
    a2a:PersonNameFirstName "Maeijcken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person-c2bacb88-4867-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Anna Hezelü" ;
  a2a:PersonName [
    rdfs:label "Anna Hezelü" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Hezelü"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person-c2baf87e-4867-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Hans Hezelü" ;
  a2a:PersonName [
    rdfs:label "Hans Hezelü" ;
    a2a:PersonNameFirstName "Hans" ;
    a2a:PersonNameLastName "Hezelü"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person-c2ba4d66-4867-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Anna Maria Hezelü" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Hezelü" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Hezelü"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1654" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1654-12-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person:c2ba7aca-4867-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person:c2baa324-4867-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person:c2bacb88-4867-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person:c2baf87e-4867-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_4
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Person:c2ba4d66-4867-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:source_wba_689e8aec-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1654-12-18 - 1654-12-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1654-12-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1654-12-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1654" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1654-12-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken Bergen op Zoom, Bron: boek, Deel: 18, Periode: 1650-1663" ;
    a2a:Book "NH doopboek 1650-1663" ;
    a2a:RegistryNumber "18" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Doop-, trouw- en begraafboeken Bergen op Zoom, Bron: boek, Deel: 18, Periode: 1650-1663, NH doopboek 1650-1663, 18"
  ] ;
  a2a:SourceLastChangeDate "2016-07-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/689e8aec-4865-11e1-9853-b7a7dd2b6a2a" ;
  a2a:RecordGUID "{689e8aec-4865-11e1-9853-b7a7dd2b6a2a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_8540_00008540.xml van WBA" .

[] a2a:PersonRemarkdiversen "w" .
