@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_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f
  a a2a:Record ;
  rdfs:label "Geboorte op 27 oktober 1920" ;
  a2a:hasPerson oa:person_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Person-316dcc6c-72c8-7659-d2b0-2cd888b60a79, oa:person_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Person-9033ed71-a372-2c9a-473f-c461ddfed2fa, oa:person_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Person-f0bb7bab-75e2-33e7-8aae-b6492228783b ;
  a2a:hasEvent oa:event_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_0, oa:relationep_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_1, oa:relationep_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_2 ;
  a2a:hasSource oa:source_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f .

oa:person_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Person-316dcc6c-72c8-7659-d2b0-2cd888b60a79
  a a2a:Person ;
  rdfs:label "Adrianus Antonius Lunenburg" ;
  a2a:PersonName [
    rdfs:label "Adrianus Antonius Lunenburg" ;
    a2a:PersonNameFirstName "Adrianus Antonius" ;
    a2a:PersonNameLastName "Lunenburg"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1920-10-27"^^xsd:date
  ] .

oa:person_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Person-9033ed71-a372-2c9a-473f-c461ddfed2fa
  a a2a:Person ;
  rdfs:label "Elisabeth Maria van den Berg" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Maria van den Berg" ;
    a2a:PersonNameFirstName "Elisabeth Maria" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Berg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Person-f0bb7bab-75e2-33e7-8aae-b6492228783b
  a a2a:Person ;
  rdfs:label "Petrus Lunenburg" ;
  a2a:PersonName [
    rdfs:label "Petrus Lunenburg" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Lunenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1920-10-27"^^xsd:date
  ] .

oa:relationep_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Person:316dcc6c-72c8-7659-d2b0-2cd888b60a79 ;
  a2a:EventKeyRef oa:event_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Event1 .

oa:relationep_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Person:9033ed71-a372-2c9a-473f-c461ddfed2fa ;
  a2a:EventKeyRef oa:event_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Event1 .

oa:relationep_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Person:f0bb7bab-75e2-33e7-8aae-b6492228783b ;
  a2a:EventKeyRef oa:event_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f_Event1 .

oa:source_bhi_f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dinther" ;
    rdfs:label "Dinther", "1920-10-27 - 1920-10-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-10-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-10-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1920-10-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 713, Periode: 1920" ;
    a2a:Book "Geboorteregister Dinther 1920" ;
    a2a:DocumentNumber "64" ;
    a2a:RegistryNumber "713" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 713, Periode: 1920, Geboorteregister Dinther 1920, 64, 713"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/3205d960-1a1b-6321-5516-c0247d86750d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/3205d960-1a1b-6321-5516-c0247d86750d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-01-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f" ;
  a2a:RecordGUID "{f9ff71da-34bb-dd9a-e79e-f02ad2b5c31f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_235_00000235.xml van BHI" .

