@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_f418e488-5e64-60d9-e30f-baea3a1eecdc
  a a2a:Record ;
  rdfs:label "Geboorte op 1 mei 1815" ;
  a2a:hasPerson oa:person_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Person-beccbef1-1542-c3bf-8f81-60f678525f11, oa:person_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Person-68ea06c6-1ae1-545e-1dd3-bff45861d18c, oa:person_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Person-286d13d0-1420-06e7-7d15-2ed60fbc50e4 ;
  a2a:hasEvent oa:event_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_0, oa:relationep_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_1, oa:relationep_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_2 ;
  a2a:hasSource oa:source_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc .

oa:person_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Person-beccbef1-1542-c3bf-8f81-60f678525f11
  a a2a:Person ;
  rdfs:label "Petronilla Antonia Franken" ;
  a2a:PersonName [
    rdfs:label "Petronilla Antonia Franken" ;
    a2a:PersonNameFirstName "Petronilla Antonia" ;
    a2a:PersonNameLastName "Franken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Person-68ea06c6-1ae1-545e-1dd3-bff45861d18c
  a a2a:Person ;
  rdfs:label "Willem Stoof" ;
  a2a:PersonName [
    rdfs:label "Willem Stoof" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Stoof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Person-286d13d0-1420-06e7-7d15-2ed60fbc50e4
  a a2a:Person ;
  rdfs:label "Adriaan Pieter Stoof" ;
  a2a:PersonName [
    rdfs:label "Adriaan Pieter Stoof" ;
    a2a:PersonNameFirstName "Adriaan Pieter" ;
    a2a:PersonNameLastName "Stoof"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1815" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1815-05-01"^^xsd:date
  ] .

oa:event_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1815" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1815-05-01"^^xsd:date
  ] .

oa:relationep_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Person:beccbef1-1542-c3bf-8f81-60f678525f11 ;
  a2a:EventKeyRef oa:event_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Event1 .

oa:relationep_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Person:68ea06c6-1ae1-545e-1dd3-bff45861d18c ;
  a2a:EventKeyRef oa:event_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Event1 .

oa:relationep_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Person:286d13d0-1420-06e7-7d15-2ed60fbc50e4 ;
  a2a:EventKeyRef oa:event_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc_Event1 .

oa:source_bhi_f418e488-5e64-60d9-e30f-baea3a1eecdc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen", "1815-05-05 - 1815-05-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1815-05-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1815-05-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1815" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1815-05-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7288, Periode: 1815" ;
    a2a:Book "Geboorteregister Steenbergen 1815" ;
    a2a:DocumentNumber "64" ;
    a2a:RegistryNumber "7288" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7288, Periode: 1815, Geboorteregister Steenbergen 1815, 64, 7288"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6e8ca205-0350-6e07-e4b1-1a57817c512f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6e8ca205-0350-6e07-e4b1-1a57817c512f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/f418e488-5e64-60d9-e30f-baea3a1eecdc" ;
  a2a:RecordGUID "{f418e488-5e64-60d9-e30f-baea3a1eecdc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_7054_00007054.xml van BHI" .

