@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_8276cc4c-450b-fa56-e92e-d93af30c08cb
  a a2a:Record ;
  rdfs:label "Geboorte op 29 juni 1811" ;
  a2a:hasPerson oa:person_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Person-af086f77-7f74-6889-61c2-739bdfe811e0, oa:person_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Person-8be0233c-df0d-79ff-055a-cde6e4756a80, oa:person_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Person-e191a170-d5b5-b002-2d34-49994901e2f7 ;
  a2a:hasEvent oa:event_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_0, oa:relationep_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_1, oa:relationep_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_2 ;
  a2a:hasSource oa:source_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb .

oa:person_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Person-af086f77-7f74-6889-61c2-739bdfe811e0
  a a2a:Person ;
  rdfs:label "Adrien Hagenaars" ;
  a2a:PersonName [
    rdfs:label "Adrien Hagenaars" ;
    a2a:PersonNameFirstName "Adrien" ;
    a2a:PersonNameLastName "Hagenaars"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1811" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1811-06-29"^^xsd:date
  ] .

oa:person_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Person-8be0233c-df0d-79ff-055a-cde6e4756a80
  a a2a:Person ;
  rdfs:label "Cornelie Martelmans" ;
  a2a:PersonName [
    rdfs:label "Cornelie Martelmans" ;
    a2a:PersonNameFirstName "Cornelie" ;
    a2a:PersonNameLastName "Martelmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Person-e191a170-d5b5-b002-2d34-49994901e2f7
  a a2a:Person ;
  rdfs:label "Corneille Hagenaars" ;
  a2a:PersonName [
    rdfs:label "Corneille Hagenaars" ;
    a2a:PersonNameFirstName "Corneille" ;
    a2a:PersonNameLastName "Hagenaars"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1811-06-29"^^xsd:date
  ] .

oa:relationep_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Person:af086f77-7f74-6889-61c2-739bdfe811e0 ;
  a2a:EventKeyRef oa:event_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Event1 .

oa:relationep_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Person:8be0233c-df0d-79ff-055a-cde6e4756a80 ;
  a2a:EventKeyRef oa:event_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Event1 .

oa:relationep_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Person:e191a170-d5b5-b002-2d34-49994901e2f7 ;
  a2a:EventKeyRef oa:event_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb_Event1 .

oa:source_bhi_8276cc4c-450b-fa56-e92e-d93af30c08cb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1811-06-30 - 1811-06-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-06-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-06-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1811-06-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9161, Periode: 1811" ;
    a2a:Book "Geboorteregister Wouw 1811" ;
    a2a:DocumentNumber "32" ;
    a2a:RegistryNumber "9161" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9161, Periode: 1811, Geboorteregister Wouw 1811, 32, 9161"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/80904ef2-664e-5752-ce8c-ae21b5d83339.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/80904ef2-664e-5752-ce8c-ae21b5d83339.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/8276cc4c-450b-fa56-e92e-d93af30c08cb" ;
  a2a:RecordGUID "{8276cc4c-450b-fa56-e92e-d93af30c08cb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_70798_00070798.xml van BHI" .

