@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_e09f25ec-e8d6-5e5b-471d-fe36f294325d
  a a2a:Record ;
  rdfs:label "Geboorte op 28 februari 1892" ;
  a2a:hasPerson oa:person_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Person-6e6c9755-b187-8132-7d4f-78e0a8791050, oa:person_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Person-9b9145e4-dddf-7089-2f20-fea71288c27c, oa:person_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Person-bc868b69-c8c6-c3dd-7328-4106fa9a5e73 ;
  a2a:hasEvent oa:event_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_0, oa:relationep_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_1, oa:relationep_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_2 ;
  a2a:hasSource oa:source_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d .

oa:person_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Person-6e6c9755-b187-8132-7d4f-78e0a8791050
  a a2a:Person ;
  rdfs:label "Commerijntje Linssen" ;
  a2a:PersonName [
    rdfs:label "Commerijntje Linssen" ;
    a2a:PersonNameFirstName "Commerijntje" ;
    a2a:PersonNameLastName "Linssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Person-9b9145e4-dddf-7089-2f20-fea71288c27c
  a a2a:Person ;
  rdfs:label "Johannes Berm" ;
  a2a:PersonName [
    rdfs:label "Johannes Berm" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Berm"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1892" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1892-02-28"^^xsd:date
  ] .

oa:person_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Person-bc868b69-c8c6-c3dd-7328-4106fa9a5e73
  a a2a:Person ;
  rdfs:label "David Berm" ;
  a2a:PersonName [
    rdfs:label "David Berm" ;
    a2a:PersonNameFirstName "David" ;
    a2a:PersonNameLastName "Berm"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1892" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1892-02-28"^^xsd:date
  ] .

oa:relationep_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Person:6e6c9755-b187-8132-7d4f-78e0a8791050 ;
  a2a:EventKeyRef oa:event_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Event1 .

oa:relationep_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Person:9b9145e4-dddf-7089-2f20-fea71288c27c ;
  a2a:EventKeyRef oa:event_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Event1 .

oa:relationep_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Person:bc868b69-c8c6-c3dd-7328-4106fa9a5e73 ;
  a2a:EventKeyRef oa:event_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d_Event1 .

oa:source_bhi_e09f25ec-e8d6-5e5b-471d-fe36f294325d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem", "1892-02-29 - 1892-02-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1892-02-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1892-02-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1892" ;
    a2a:Month "2" ;
    a2a:Day "29" ;
    rdfs:label "1892-02-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9124, Periode: 1892" ;
    a2a:Book "Geboorteregister Woudrichem 1892" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "9124" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9124, Periode: 1892, Geboorteregister Woudrichem 1892, 12, 9124"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5531089d-00a2-41c5-32f8-6ba6c8fdd607.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5531089d-00a2-41c5-32f8-6ba6c8fdd607.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-10-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e09f25ec-e8d6-5e5b-471d-fe36f294325d" ;
  a2a:RecordGUID "{e09f25ec-e8d6-5e5b-471d-fe36f294325d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_426_00000426.xml van BHI" .

