@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_7be3c30c-d54a-e8d5-455e-7d99dab5ce72
  a a2a:Record ;
  rdfs:label "Doop op 2 april 1721 te Schaijk" ;
  a2a:hasPerson oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person-b4876951-e8cb-c925-90da-e8c6b3213b50, oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person-15f01754-028c-9b9e-d362-74c982da50aa, oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person-74bbe3fc-5d2f-76f9-7d77-70b1506a47b1, oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person-6dc594a0-a917-65c3-8274-157b84680bae, oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person-89755975-2135-2c8b-cfc1-615b19b43283 ;
  a2a:hasEvent oa:event_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_0, oa:relationep_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_1, oa:relationep_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_2, oa:relationep_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_3, oa:relationep_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_4 ;
  a2a:hasSource oa:source_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72 .

oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person-b4876951-e8cb-c925-90da-e8c6b3213b50
  a a2a:Person ;
  rdfs:label "Geeraert van den Heuvel" ;
  a2a:PersonName [
    rdfs:label "Geeraert van den Heuvel" ;
    a2a:PersonNameFirstName "Geeraert" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Heuvel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person-15f01754-028c-9b9e-d362-74c982da50aa
  a a2a:Person ;
  rdfs:label "Beth Hanrick Frans" ;
  a2a:PersonName [
    rdfs:label "Beth Hanrick Frans" ;
    a2a:PersonNameFirstName "Beth" ;
    a2a:PersonNamePatronym "Hanrick" ;
    a2a:PersonNameLastName "Frans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person-74bbe3fc-5d2f-76f9-7d77-70b1506a47b1
  a a2a:Person ;
  rdfs:label "Berthjen N.N." ;
  a2a:PersonName [
    rdfs:label "Berthjen N.N." ;
    a2a:PersonNameFirstName "Berthjen" ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person-6dc594a0-a917-65c3-8274-157b84680bae
  a a2a:Person ;
  rdfs:label "Arien van Heuvel" ;
  a2a:PersonName [
    rdfs:label "Arien van Heuvel" ;
    a2a:PersonNameFirstName "Arien" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heuvel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person-89755975-2135-2c8b-cfc1-615b19b43283
  a a2a:Person ;
  rdfs:label "Joannes van Heuvel" ;
  a2a:PersonName [
    rdfs:label "Joannes van Heuvel" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heuvel"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1721" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1721-04-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schaijk" ;
    rdfs:label "Schaijk"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person:b4876951-e8cb-c925-90da-e8c6b3213b50 ;
  a2a:EventKeyRef oa:event_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Event1 .

oa:relationep_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person:15f01754-028c-9b9e-d362-74c982da50aa ;
  a2a:EventKeyRef oa:event_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Event1 .

oa:relationep_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person:74bbe3fc-5d2f-76f9-7d77-70b1506a47b1 ;
  a2a:EventKeyRef oa:event_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Event1 .

oa:relationep_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person:6dc594a0-a917-65c3-8274-157b84680bae ;
  a2a:EventKeyRef oa:event_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Event1 .

oa:relationep_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Person:89755975-2135-2c8b-cfc1-615b19b43283 ;
  a2a:EventKeyRef oa:event_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72_Event1 .

oa:source_bhi_7be3c30c-d54a-e8d5-455e-7d99dab5ce72
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Schaijk" ;
    rdfs:label "Schaijk", "1721-04-02 - 1721-04-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1721-04-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1721-04-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1721" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1721-04-02"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: Boek, Deel: 17, Periode: 1694-1731" ;
    a2a:Book "Schaijk doop- en trouwboek 1694-1731" ;
    a2a:RegistryNumber "17" ;
    a2a:Folio "148-05" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: Boek, Deel: 17, Periode: 1694-1731, Schaijk doop- en trouwboek 1694-1731, 17, 148-05"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a5a536f6-61b9-dc5c-251d-b45dde168477.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a5a536f6-61b9-dc5c-251d-b45dde168477.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-02-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7be3c30c-d54a-e8d5-455e-7d99dab5ce72" ;
  a2a:RecordGUID "{7be3c30c-d54a-e8d5-455e-7d99dab5ce72}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_48239_00048239.xml van BHI" .

[] a2a:PersonRemarkdiversen "absent" .
[] a2a:PersonRemarkdiversen "absent" .
