@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_4bafb7a2-e511-c5a1-ea06-edee72f23c6b
  a a2a:Record ;
  rdfs:label "Geboorte op 19 december 1813" ;
  a2a:hasPerson oa:person_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Person-b8858852-6c35-2e24-1c04-b6bd6d4e8661, oa:person_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Person-7de9c40b-3f34-4271-3e04-8be17b8e5a7d, oa:person_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Person-4701842a-bfa2-1df6-7b77-af1769a805c7 ;
  a2a:hasEvent oa:event_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_0, oa:relationep_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_1, oa:relationep_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_2 ;
  a2a:hasSource oa:source_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b .

oa:person_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Person-b8858852-6c35-2e24-1c04-b6bd6d4e8661
  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_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Person-7de9c40b-3f34-4271-3e04-8be17b8e5a7d
  a a2a:Person ;
  rdfs:label "Petronella Rentiens" ;
  a2a:PersonName [
    rdfs:label "Petronella Rentiens" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Rentiens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1813" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1813-12-19"^^xsd:date
  ] .

oa:person_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Person-4701842a-bfa2-1df6-7b77-af1769a805c7
  a a2a:Person ;
  rdfs:label "Matheus Rentiens" ;
  a2a:PersonName [
    rdfs:label "Matheus Rentiens" ;
    a2a:PersonNameFirstName "Matheus" ;
    a2a:PersonNameLastName "Rentiens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_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_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Person:b8858852-6c35-2e24-1c04-b6bd6d4e8661 ;
  a2a:EventKeyRef oa:event_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Event1 .

oa:relationep_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Person:7de9c40b-3f34-4271-3e04-8be17b8e5a7d ;
  a2a:EventKeyRef oa:event_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Event1 .

oa:relationep_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Person:4701842a-bfa2-1df6-7b77-af1769a805c7 ;
  a2a:EventKeyRef oa:event_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b_Event1 .

oa:source_bhi_4bafb7a2-e511-c5a1-ea06-edee72f23c6b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau", "1813-01-01 - 1813-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1813" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 311, Periode: 1813" ;
    a2a:Book "Geboorteregister Baarle-Nassau 1813" ;
    a2a:DocumentNumber "48" ;
    a2a:RegistryNumber "311" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 311, Periode: 1813, Geboorteregister Baarle-Nassau 1813, 48, 311"
  ] ;
  a2a:SourceLastChangeDate "2015-03-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4bafb7a2-e511-c5a1-ea06-edee72f23c6b" ;
  a2a:RecordGUID "{4bafb7a2-e511-c5a1-ea06-edee72f23c6b}" ;
  a2a:SourceRemarkOpmerking "inschrijving vonnis vrederechter dd. 5-6-1838." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20211008_14134_00014134.xml van BHI" .

