@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_dc2ef35c-167c-71ca-e40d-667c10b46af1
  a a2a:Record ;
  rdfs:label "Geboorte op 28 december 1914 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Person-1cb415db-72e4-42d6-704e-7b754d86bbc2, oa:person_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Person-3dcb65f0-0d87-f74a-832d-2e62d36baa0f, oa:person_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Person-87e0aabe-4a43-6ca2-7756-5a8aefce1364 ;
  a2a:hasEvent oa:event_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_0, oa:relationep_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_1, oa:relationep_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_2 ;
  a2a:hasSource oa:source_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1 .

oa:person_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Person-1cb415db-72e4-42d6-704e-7b754d86bbc2
  a a2a:Person ;
  rdfs:label "Alphonsus Dionijsius Slaets" ;
  a2a:PersonName [
    rdfs:label "Alphonsus Dionijsius Slaets" ;
    a2a:PersonNameFirstName "Alphonsus Dionijsius" ;
    a2a:PersonNameLastName "Slaets"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32 jaar" ;
    rdfs:label "32 jaar"
  ] ;
  a2a:Profession "spoorwegbediende" .

oa:person_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Person-3dcb65f0-0d87-f74a-832d-2e62d36baa0f
  a a2a:Person ;
  rdfs:label "Cornelia Elisabeth van Loon" ;
  a2a:PersonName [
    rdfs:label "Cornelia Elisabeth van Loon" ;
    a2a:PersonNameFirstName "Cornelia Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Person-87e0aabe-4a43-6ca2-7756-5a8aefce1364
  a a2a:Person ;
  rdfs:label "Leonardus Albert Johannes Slaets" ;
  a2a:PersonName [
    rdfs:label "Leonardus Albert Johannes Slaets" ;
    a2a:PersonNameFirstName "Leonardus Albert Johannes" ;
    a2a:PersonNameLastName "Slaets"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1914" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1914-12-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:event_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1914-12-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Person:1cb415db-72e4-42d6-704e-7b754d86bbc2 ;
  a2a:EventKeyRef oa:event_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Event1 .

oa:relationep_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Person:3dcb65f0-0d87-f74a-832d-2e62d36baa0f ;
  a2a:EventKeyRef oa:event_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Event1 .

oa:relationep_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Person:87e0aabe-4a43-6ca2-7756-5a8aefce1364 ;
  a2a:EventKeyRef oa:event_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1_Event1 .

oa:source_wba_dc2ef35c-167c-71ca-e40d-667c10b46af1
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1914-12-28 - 1914-12-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-12-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-12-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1914-12-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Bergen op Zoom - burgerlijke stand, Bron: boek, Deel: 104, P..." ;
    a2a:Book "Geboorteregister 1914" ;
    a2a:DocumentNumber "581" ;
    a2a:RegistryNumber "104" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Bergen op Zoom - burgerlijke stand, Bron: boek, Deel: 104, P..., Geboorteregister 1914, 581, 104"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/25205141-f429-247c-4133-fb48892b79df.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/dc2ef35c-167c-71ca-e40d-667c10b46af1" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/25205141-f429-247c-4133-fb48892b79df.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-01-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/dc2ef35c-167c-71ca-e40d-667c10b46af1" ;
  a2a:RecordGUID "{dc2ef35c-167c-71ca-e40d-667c10b46af1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17393_00017393.xml van WBA" .

