@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_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc
  a a2a:Record ;
  rdfs:label "Geboorte op 13 mei 1918 te Oosterhout" ;
  a2a:hasPerson oa:person_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Person-fca5788c-3795-fea9-a2af-a619589d62d1, oa:person_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Person-816c1142-22e8-4bce-0358-e51f7641c6bd, oa:person_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Person-5bc16c0d-4e77-b6a7-31fa-0c8e981fc5d9 ;
  a2a:hasEvent oa:event_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_0, oa:relationep_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_1, oa:relationep_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_2 ;
  a2a:hasSource oa:source_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc .

oa:person_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Person-fca5788c-3795-fea9-a2af-a619589d62d1
  a a2a:Person ;
  rdfs:label "Johanna Maria den Dekker" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria den Dekker" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Dekker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Person-816c1142-22e8-4bce-0358-e51f7641c6bd
  a a2a:Person ;
  rdfs:label "Adrianus Martinus Bossers" ;
  a2a:PersonName [
    rdfs:label "Adrianus Martinus Bossers" ;
    a2a:PersonNameFirstName "Adrianus Martinus" ;
    a2a:PersonNameLastName "Bossers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1918-05-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:person_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Person-5bc16c0d-4e77-b6a7-31fa-0c8e981fc5d9
  a a2a:Person ;
  rdfs:label "Laurentius Bossers" ;
  a2a:PersonName [
    rdfs:label "Laurentius Bossers" ;
    a2a:PersonNameFirstName "Laurentius" ;
    a2a:PersonNameLastName "Bossers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1918-05-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Person:fca5788c-3795-fea9-a2af-a619589d62d1 ;
  a2a:EventKeyRef oa:event_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Event1 .

oa:relationep_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Person:816c1142-22e8-4bce-0358-e51f7641c6bd ;
  a2a:EventKeyRef oa:event_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Event1 .

oa:relationep_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Person:5bc16c0d-4e77-b6a7-31fa-0c8e981fc5d9 ;
  a2a:EventKeyRef oa:event_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc_Event1 .

oa:source_bhi_3c01a83f-0e34-abfe-aa1b-42391efa2ccc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1918-05-14 - 1918-05-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-05-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-05-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1918-05-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2223, Periode: 1918" ;
    a2a:Book "Geboorteregister Oosterhout 1918" ;
    a2a:DocumentNumber "155" ;
    a2a:RegistryNumber "2223" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2223, Periode: 1918, Geboorteregister Oosterhout 1918, 155, 2223"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/64d2b38f-6eae-450a-5197-a975ea6daaf5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/64d2b38f-6eae-450a-5197-a975ea6daaf5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-08-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/3c01a83f-0e34-abfe-aa1b-42391efa2ccc" ;
  a2a:RecordGUID "{3c01a83f-0e34-abfe-aa1b-42391efa2ccc}" ;
  a2a:SourceRemarkdeel "2223" ;
  a2a:SourceRemarkregister_periode "1918" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251116_276_00000276.xml van BHI" .

