@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_e53cd734-e4b7-4b5a-770a-60cf117656fe
  a a2a:Record ;
  rdfs:label "Geboorte op 27 maart 1910" ;
  a2a:hasPerson oa:person_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Person-fce042b8-f2b1-cd02-5c35-7f6ef6a1b68c, oa:person_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Person-7f0f0a3a-7ac0-e54e-79da-4d809723a951, oa:person_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Person-f3c3bbed-5fb0-32e7-673c-326a3e99af3b ;
  a2a:hasEvent oa:event_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_0, oa:relationep_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_1, oa:relationep_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_2 ;
  a2a:hasSource oa:source_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe .

oa:person_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Person-fce042b8-f2b1-cd02-5c35-7f6ef6a1b68c
  a a2a:Person ;
  rdfs:label "Hendrika van Drunen" ;
  a2a:PersonName [
    rdfs:label "Hendrika van Drunen" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Drunen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Person-7f0f0a3a-7ac0-e54e-79da-4d809723a951
  a a2a:Person ;
  rdfs:label "Henricus Johannes Bergman" ;
  a2a:PersonName [
    rdfs:label "Henricus Johannes Bergman" ;
    a2a:PersonNameFirstName "Henricus Johannes" ;
    a2a:PersonNameLastName "Bergman"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1910-03-27"^^xsd:date
  ] .

oa:person_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Person-f3c3bbed-5fb0-32e7-673c-326a3e99af3b
  a a2a:Person ;
  rdfs:label "Arnoldus Martinus Bergman" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Martinus Bergman" ;
    a2a:PersonNameFirstName "Arnoldus Martinus" ;
    a2a:PersonNameLastName "Bergman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1910-03-27"^^xsd:date
  ] .

oa:relationep_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Person:fce042b8-f2b1-cd02-5c35-7f6ef6a1b68c ;
  a2a:EventKeyRef oa:event_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Event1 .

oa:relationep_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Person:7f0f0a3a-7ac0-e54e-79da-4d809723a951 ;
  a2a:EventKeyRef oa:event_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Event1 .

oa:relationep_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Person:f3c3bbed-5fb0-32e7-673c-326a3e99af3b ;
  a2a:EventKeyRef oa:event_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe_Event1 .

oa:source_bhi_e53cd734-e4b7-4b5a-770a-60cf117656fe
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1910-03-29 - 1910-03-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-03-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-03-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1910-03-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3499, Periode: 1910" ;
    a2a:Book "Geboorteregister Waalwijk 1910" ;
    a2a:DocumentNumber "33" ;
    a2a:RegistryNumber "3499" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3499, Periode: 1910, Geboorteregister Waalwijk 1910, 33, 3499"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/70a9a018-50c1-8e61-f1d9-3f43afef7852.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/70a9a018-50c1-8e61-f1d9-3f43afef7852.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e53cd734-e4b7-4b5a-770a-60cf117656fe" ;
  a2a:RecordGUID "{e53cd734-e4b7-4b5a-770a-60cf117656fe}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_81147_00081147.xml van BHI" .

