@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_1f707da1-8108-a5bb-c6c2-059af45f8eb9
  a a2a:Record ;
  rdfs:label "Geboorte op 23 februari 1876" ;
  a2a:hasPerson oa:person_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Person-a0b70cd6-0f2a-7018-4751-a576341cc541, oa:person_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Person-5579797a-919c-4981-2a5a-c77ffb8bd11d, oa:person_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Person-aa9db7a3-c6fa-7fcd-a4d9-350dde82d95a ;
  a2a:hasEvent oa:event_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_0, oa:relationep_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_1, oa:relationep_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_2 ;
  a2a:hasSource oa:source_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9 .

oa:person_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Person-a0b70cd6-0f2a-7018-4751-a576341cc541
  a a2a:Person ;
  rdfs:label "Catharina Hugina Boom" ;
  a2a:PersonName [
    rdfs:label "Catharina Hugina Boom" ;
    a2a:PersonNameFirstName "Catharina Hugina" ;
    a2a:PersonNameLastName "Boom"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1876-02-23"^^xsd:date
  ] .

oa:person_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Person-5579797a-919c-4981-2a5a-c77ffb8bd11d
  a a2a:Person ;
  rdfs:label "Christina Jannigje Boom" ;
  a2a:PersonName [
    rdfs:label "Christina Jannigje Boom" ;
    a2a:PersonNameFirstName "Christina Jannigje" ;
    a2a:PersonNameLastName "Boom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Person-aa9db7a3-c6fa-7fcd-a4d9-350dde82d95a
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1876-02-23"^^xsd:date
  ] .

oa:relationep_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Person:a0b70cd6-0f2a-7018-4751-a576341cc541 ;
  a2a:EventKeyRef oa:event_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Event1 .

oa:relationep_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Person:5579797a-919c-4981-2a5a-c77ffb8bd11d ;
  a2a:EventKeyRef oa:event_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Event1 .

oa:relationep_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Person:aa9db7a3-c6fa-7fcd-a4d9-350dde82d95a ;
  a2a:EventKeyRef oa:event_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9_Event1 .

oa:source_bhi_1f707da1-8108-a5bb-c6c2-059af45f8eb9
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hooge en Lage Zwaluwe" ;
    rdfs:label "Hooge en Lage Zwaluwe", "1876-02-24 - 1876-02-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-02-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-02-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1876" ;
    a2a:Month "2" ;
    a2a:Day "24" ;
    rdfs:label "1876-02-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9586, Periode: 1876" ;
    a2a:Book "Geboorteregister Hooge en Lage Zwaluwe 1876" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "9586" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9586, Periode: 1876, Geboorteregister Hooge en Lage Zwaluwe 1876, 27, 9586"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/2b377088-3a3f-88f1-e1ad-5ac560f745f1.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/2b377088-3a3f-88f1-e1ad-5ac560f745f1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1f707da1-8108-a5bb-c6c2-059af45f8eb9" ;
  a2a:RecordGUID "{1f707da1-8108-a5bb-c6c2-059af45f8eb9}" ;
  a2a:SourceRemarkOpmerking "Kind wordt bij het huwelijk d.d. 27-2-1879 gewettigd en erkend." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_75590_00075590.xml van BHI" .

