@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_53cb5535-899c-63fc-920f-e0743cebd837
  a a2a:Record ;
  rdfs:label "Geboorte op 29 augustus 1872" ;
  a2a:hasPerson oa:person_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Person-9bfe083a-4657-11e3-a747-d206bceb4d38, oa:person_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Person-9bfe895e-4657-11e3-a747-d206bceb4d38, oa:person_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Person-9bfe48ae-4657-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_53cb5535-899c-63fc-920f-e0743cebd837_0, oa:relationep_bhi_53cb5535-899c-63fc-920f-e0743cebd837_1, oa:relationep_bhi_53cb5535-899c-63fc-920f-e0743cebd837_2 ;
  a2a:hasSource oa:source_bhi_53cb5535-899c-63fc-920f-e0743cebd837 .

oa:person_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Person-9bfe083a-4657-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Adriana Catharina van Gent" ;
  a2a:PersonName [
    rdfs:label "Adriana Catharina van Gent" ;
    a2a:PersonNameFirstName "Adriana Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gent"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1872" ;
    a2a:Month "8" ;
    a2a:Day "29" ;
    rdfs:label "1872-08-29"^^xsd:date
  ] .

oa:person_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Person-9bfe895e-4657-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Tanneke Kats" ;
  a2a:PersonName [
    rdfs:label "Tanneke Kats" ;
    a2a:PersonNameFirstName "Tanneke" ;
    a2a:PersonNameLastName "Kats"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Person-9bfe48ae-4657-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Arie van Gent" ;
  a2a:PersonName [
    rdfs:label "Arie van Gent" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gent"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "8" ;
    a2a:Day "29" ;
    rdfs:label "1872-08-29"^^xsd:date
  ] .

oa:relationep_bhi_53cb5535-899c-63fc-920f-e0743cebd837_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Person:9bfe083a-4657-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Event1 .

oa:relationep_bhi_53cb5535-899c-63fc-920f-e0743cebd837_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Person:9bfe895e-4657-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Event1 .

oa:relationep_bhi_53cb5535-899c-63fc-920f-e0743cebd837_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Person:9bfe48ae-4657-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_53cb5535-899c-63fc-920f-e0743cebd837_Event1 .

oa:source_bhi_53cb5535-899c-63fc-920f-e0743cebd837
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Fijnaart en Heijningen" ;
    rdfs:label "Fijnaart en Heijningen", "1872-01-01 - 1872-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1872" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 2533, Periode: 1872" ;
    a2a:Book "Geboorteregister Fijnaart en Heijningen 1872" ;
    a2a:DocumentNumber "85" ;
    a2a:RegistryNumber "2533" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 2533, Periode: 1872, Geboorteregister Fijnaart en Heijningen 1872, 85, 2533"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/7a301bb5-c3cd-6590-ecb1-ccda5e5ed06f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/7a301bb5-c3cd-6590-ecb1-ccda5e5ed06f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/53cb5535-899c-63fc-920f-e0743cebd837" ;
  a2a:RecordGUID "{53cb5535-899c-63fc-920f-e0743cebd837}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "2533" ;
  a2a:SourceRemarkregister_periode "1872" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_17_00000017.xml van BHI" .

