@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_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6
  a a2a:Record ;
  rdfs:label "Geboorte op 1 februari 1811" ;
  a2a:hasPerson oa:person_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Person-b9701a18-de74-ce07-1da4-8babc13959de, oa:person_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Person-0dc85efc-1649-bef0-2c6e-0000e58f6ef1, oa:person_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Person-5136051e-9959-930f-fb25-87acd95ffd19 ;
  a2a:hasEvent oa:event_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_0, oa:relationep_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_1, oa:relationep_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_2 ;
  a2a:hasSource oa:source_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6 .

oa:person_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Person-b9701a18-de74-ce07-1da4-8babc13959de
  a a2a:Person ;
  rdfs:label "Pierre Haast" ;
  a2a:PersonName [
    rdfs:label "Pierre Haast" ;
    a2a:PersonNameFirstName "Pierre" ;
    a2a:PersonNameLastName "Haast"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Person-0dc85efc-1649-bef0-2c6e-0000e58f6ef1
  a a2a:Person ;
  rdfs:label "Marie Jongeneelen" ;
  a2a:PersonName [
    rdfs:label "Marie Jongeneelen" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNameLastName "Jongeneelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Person-5136051e-9959-930f-fb25-87acd95ffd19
  a a2a:Person ;
  rdfs:label "Jean Haast" ;
  a2a:PersonName [
    rdfs:label "Jean Haast" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNameLastName "Haast"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1811" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1811-02-01"^^xsd:date
  ] .

oa:event_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1811-02-01"^^xsd:date
  ] .

oa:relationep_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Person:b9701a18-de74-ce07-1da4-8babc13959de ;
  a2a:EventKeyRef oa:event_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Event1 .

oa:relationep_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Person:0dc85efc-1649-bef0-2c6e-0000e58f6ef1 ;
  a2a:EventKeyRef oa:event_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Event1 .

oa:relationep_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Person:5136051e-9959-930f-fb25-87acd95ffd19 ;
  a2a:EventKeyRef oa:event_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6_Event1 .

oa:source_bhi_c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1811-02-04 - 1811-02-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-02-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-02-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "2" ;
    a2a:Day "4" ;
    rdfs:label "1811-02-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6617, Periode: 1811" ;
    a2a:Book "Geboorteregister Roosendaal 1811" ;
    a2a:DocumentNumber "15" ;
    a2a:RegistryNumber "6617" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6617, Periode: 1811, Geboorteregister Roosendaal 1811, 15, 6617"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/542102ee-5eb6-e23c-3565-f3dfbe554355.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/542102ee-5eb6-e23c-3565-f3dfbe554355.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6" ;
  a2a:RecordGUID "{c3d5c877-cffd-b8a4-b52b-d1bfbf424dd6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_6199_00006199.xml van BHI" .

