@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_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03
  a a2a:Record ;
  rdfs:label "Doop op 1 februari 1749 te Ravenstein" ;
  a2a:hasPerson oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person-072ee73d-22af-d9f8-2fe2-a3d5b4bfc3a7, oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person-e2bc685d-b53b-a279-98c4-cc3b69cfa5c5, oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person-90f7e830-fa8b-71c5-f28f-ad169194d69e, oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person-a98db826-c365-76f7-e2fd-8a76a99a5278, oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person-b4f96ba2-dead-c318-a93a-2a08ba4f32e2 ;
  a2a:hasEvent oa:event_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_0, oa:relationep_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_1, oa:relationep_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_2, oa:relationep_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_3, oa:relationep_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_4 ;
  a2a:hasSource oa:source_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03 .

oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person-072ee73d-22af-d9f8-2fe2-a3d5b4bfc3a7
  a a2a:Person ;
  rdfs:label "Abraham van Burch" ;
  a2a:PersonName [
    rdfs:label "Abraham van Burch" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Burch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person-e2bc685d-b53b-a279-98c4-cc3b69cfa5c5
  a a2a:Person ;
  rdfs:label "Gertrudis Leli" ;
  a2a:PersonName [
    rdfs:label "Gertrudis Leli" ;
    a2a:PersonNameFirstName "Gertrudis" ;
    a2a:PersonNameLastName "Leli"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person-90f7e830-fa8b-71c5-f28f-ad169194d69e
  a a2a:Person ;
  rdfs:label "Aldegonda van Burch" ;
  a2a:PersonName [
    rdfs:label "Aldegonda van Burch" ;
    a2a:PersonNameFirstName "Aldegonda" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Burch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person-a98db826-c365-76f7-e2fd-8a76a99a5278
  a a2a:Person ;
  rdfs:label "Leonardus Suijkers" ;
  a2a:PersonName [
    rdfs:label "Leonardus Suijkers" ;
    a2a:PersonNameFirstName "Leonardus" ;
    a2a:PersonNameLastName "Suijkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person-b4f96ba2-dead-c318-a93a-2a08ba4f32e2
  a a2a:Person ;
  rdfs:label "Christianus Suijkers" ;
  a2a:PersonName [
    rdfs:label "Christianus Suijkers" ;
    a2a:PersonNameFirstName "Christianus" ;
    a2a:PersonNameLastName "Suijkers"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1749" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1749-02-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ravenstein" ;
    rdfs:label "Ravenstein"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person:072ee73d-22af-d9f8-2fe2-a3d5b4bfc3a7 ;
  a2a:EventKeyRef oa:event_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Event1 .

oa:relationep_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person:e2bc685d-b53b-a279-98c4-cc3b69cfa5c5 ;
  a2a:EventKeyRef oa:event_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Event1 .

oa:relationep_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person:90f7e830-fa8b-71c5-f28f-ad169194d69e ;
  a2a:EventKeyRef oa:event_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Event1 .

oa:relationep_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person:a98db826-c365-76f7-e2fd-8a76a99a5278 ;
  a2a:EventKeyRef oa:event_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Event1 .

oa:relationep_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Person:b4f96ba2-dead-c318-a93a-2a08ba4f32e2 ;
  a2a:EventKeyRef oa:event_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03_Event1 .

oa:source_bhi_c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Ravenstein" ;
    rdfs:label "Ravenstein", "1749-02-01 - 1749-02-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1749-02-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1749-02-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1749" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1749-02-01"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: BHIC, Bron: boek, Deel: 2, Periode: 1741-1810" ;
    a2a:Book "Dopen, Trouwen, Begraven" ;
    a2a:RegistryNumber "2" ;
    a2a:Folio "2v09" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: boek, Deel: 2, Periode: 1741-1810, Dopen, Trouwen, Begraven, 2, 2v09"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8bbdd4a5-2748-ff47-d4de-104a232c7820.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8bbdd4a5-2748-ff47-d4de-104a232c7820.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-05-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03" ;
  a2a:RecordGUID "{c2c5f247-e09c-81e2-7ee2-7f2cb4eaab03}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_51521_00051521.xml van BHI" .

