@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_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2
  a a2a:Record ;
  rdfs:label "Geboorte op 19 december 1813" ;
  a2a:hasPerson oa:person_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Person-d3652f45-b8cb-a365-a7b4-1ba046ddf069, oa:person_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Person-fa7653b6-b3d5-6264-61d4-f730bb09e32c, oa:person_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Person-b16e4c43-fd51-dada-9111-d3ea8a10ddb7 ;
  a2a:hasEvent oa:event_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_0, oa:relationep_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_1, oa:relationep_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_2 ;
  a2a:hasSource oa:source_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2 .

oa:person_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Person-d3652f45-b8cb-a365-a7b4-1ba046ddf069
  a a2a:Person ;
  rdfs:label "Petronella Rentiens" ;
  a2a:PersonName [
    rdfs:label "Petronella Rentiens" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Rentiens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1813" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1813-12-19"^^xsd:date
  ] .

oa:person_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Person-fa7653b6-b3d5-6264-61d4-f730bb09e32c
  a a2a:Person ;
  rdfs:label "Johanna Maria Kusters" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Kusters" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Kusters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Person-b16e4c43-fd51-dada-9111-d3ea8a10ddb7
  a a2a:Person ;
  rdfs:label "Mattheus Rentiens" ;
  a2a:PersonName [
    rdfs:label "Mattheus Rentiens" ;
    a2a:PersonNameFirstName "Mattheus" ;
    a2a:PersonNameLastName "Rentiens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1813-12-19"^^xsd:date
  ] .

oa:relationep_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Person:d3652f45-b8cb-a365-a7b4-1ba046ddf069 ;
  a2a:EventKeyRef oa:event_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Event1 .

oa:relationep_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Person:fa7653b6-b3d5-6264-61d4-f730bb09e32c ;
  a2a:EventKeyRef oa:event_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Event1 .

oa:relationep_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Person:b16e4c43-fd51-dada-9111-d3ea8a10ddb7 ;
  a2a:EventKeyRef oa:event_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2_Event1 .

oa:source_bhi_2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau", "1838-06-16 - 1838-06-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-06-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-06-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1838" ;
    a2a:Month "6" ;
    a2a:Day "16" ;
    rdfs:label "1838-06-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 313, Periode: 1838" ;
    a2a:Book "Geboorteregister Baarle-Nassau 1838" ;
    a2a:DocumentNumber "28" ;
    a2a:RegistryNumber "313" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 313, Periode: 1838, Geboorteregister Baarle-Nassau 1838, 28, 313"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6a3d50a8-dc29-d75c-750c-3aeb25de95be.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6a3d50a8-dc29-d75c-750c-3aeb25de95be.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-04-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2" ;
  a2a:RecordGUID "{2aeef593-e8b3-dec8-0ffe-910bbb0f4ab2}" ;
  a2a:SourceRemarkOpmerking "Bij vonnis rechtbank d.d. 22-05-1838" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_76718_00076718.xml van BHI" .

