@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_03441805-f73f-e1df-e8a0-bff239e71975
  a a2a:Record ;
  rdfs:label "Geboorte op 15 november 1820" ;
  a2a:hasPerson oa:person_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Person-0be78f95-763e-b5e7-699c-7c11651c2dfa, oa:person_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Person-ed56a826-86ae-3160-5363-a0f0709bbbf5, oa:person_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Person-1c4405ff-e11f-d973-b232-07f2e825c7cd ;
  a2a:hasEvent oa:event_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_03441805-f73f-e1df-e8a0-bff239e71975_0, oa:relationep_bhi_03441805-f73f-e1df-e8a0-bff239e71975_1, oa:relationep_bhi_03441805-f73f-e1df-e8a0-bff239e71975_2 ;
  a2a:hasSource oa:source_bhi_03441805-f73f-e1df-e8a0-bff239e71975 .

oa:person_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Person-0be78f95-763e-b5e7-699c-7c11651c2dfa
  a a2a:Person ;
  rdfs:label "Joanna Catharina Verworst" ;
  a2a:PersonName [
    rdfs:label "Joanna Catharina Verworst" ;
    a2a:PersonNameFirstName "Joanna Catharina" ;
    a2a:PersonNameLastName "Verworst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Person-ed56a826-86ae-3160-5363-a0f0709bbbf5
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Person-1c4405ff-e11f-d973-b232-07f2e825c7cd
  a a2a:Person ;
  rdfs:label "Petronella Verworst" ;
  a2a:PersonName [
    rdfs:label "Petronella Verworst" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Verworst"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1820" ;
    a2a:Month "11" ;
    a2a:Day "15" ;
    rdfs:label "1820-11-15"^^xsd:date
  ] .

oa:event_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1820" ;
    a2a:Month "11" ;
    a2a:Day "15" ;
    rdfs:label "1820-11-15"^^xsd:date
  ] .

oa:relationep_bhi_03441805-f73f-e1df-e8a0-bff239e71975_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Person:0be78f95-763e-b5e7-699c-7c11651c2dfa ;
  a2a:EventKeyRef oa:event_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Event1 .

oa:relationep_bhi_03441805-f73f-e1df-e8a0-bff239e71975_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Person:ed56a826-86ae-3160-5363-a0f0709bbbf5 ;
  a2a:EventKeyRef oa:event_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Event1 .

oa:relationep_bhi_03441805-f73f-e1df-e8a0-bff239e71975_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Person:1c4405ff-e11f-d973-b232-07f2e825c7cd ;
  a2a:EventKeyRef oa:event_bhi_03441805-f73f-e1df-e8a0-bff239e71975_Event1 .

oa:source_bhi_03441805-f73f-e1df-e8a0-bff239e71975
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1820-11-16 - 1820-11-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1820-11-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1820-11-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1820" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1820-11-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8991, Periode: 1820" ;
    a2a:Book "Geboorteregister Woensdrecht 1820" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "8991" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8991, Periode: 1820, Geboorteregister Woensdrecht 1820, 24, 8991"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b0a3bf45-5301-f66d-c384-684039d8e397.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b0a3bf45-5301-f66d-c384-684039d8e397.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/03441805-f73f-e1df-e8a0-bff239e71975" ;
  a2a:RecordGUID "{03441805-f73f-e1df-e8a0-bff239e71975}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1150_00001150.xml van BHI" .

