@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_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62
  a a2a:Record ;
  rdfs:label "Doop op 6 april 1758 te Lith" ;
  a2a:hasPerson oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person-56620798-0980-d57b-9144-df828b2747a0, oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person-be2c7db2-37a1-d696-92f9-c2fb7aa7d388, oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person-21d4d0fc-8927-4fa8-2e68-197a21477e1f, oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person-2a2c4b4c-65a4-9756-c942-a51ae956455c, oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person-72b17d54-1662-2530-a5f1-0235322148fb ;
  a2a:hasEvent oa:event_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_0, oa:relationep_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_1, oa:relationep_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_2, oa:relationep_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_3, oa:relationep_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_4 ;
  a2a:hasSource oa:source_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62 .

oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person-56620798-0980-d57b-9144-df828b2747a0
  a a2a:Person ;
  rdfs:label "Joannes van Heck" ;
  a2a:PersonName [
    rdfs:label "Joannes van Heck" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heck"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person-be2c7db2-37a1-d696-92f9-c2fb7aa7d388
  a a2a:Person ;
  rdfs:label "Gerardus van den Heuvel" ;
  a2a:PersonName [
    rdfs:label "Gerardus van den Heuvel" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Heuvel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person-21d4d0fc-8927-4fa8-2e68-197a21477e1f
  a a2a:Person ;
  rdfs:label "Anna Mechtildis van Tefelen" ;
  a2a:PersonName [
    rdfs:label "Anna Mechtildis van Tefelen" ;
    a2a:PersonNameFirstName "Anna Mechtildis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tefelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person-2a2c4b4c-65a4-9756-c942-a51ae956455c
  a a2a:Person ;
  rdfs:label "Joannes van Heck" ;
  a2a:PersonName [
    rdfs:label "Joannes van Heck" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person-72b17d54-1662-2530-a5f1-0235322148fb
  a a2a:Person ;
  rdfs:label "Barbara van Tefelen" ;
  a2a:PersonName [
    rdfs:label "Barbara van Tefelen" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tefelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1758" ;
    a2a:Month "4" ;
    a2a:Day "6" ;
    rdfs:label "1758-04-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lith" ;
    rdfs:label "Lith"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person:56620798-0980-d57b-9144-df828b2747a0 ;
  a2a:EventKeyRef oa:event_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Event1 .

oa:relationep_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person:be2c7db2-37a1-d696-92f9-c2fb7aa7d388 ;
  a2a:EventKeyRef oa:event_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Event1 .

oa:relationep_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person:21d4d0fc-8927-4fa8-2e68-197a21477e1f ;
  a2a:EventKeyRef oa:event_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Event1 .

oa:relationep_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person:2a2c4b4c-65a4-9756-c942-a51ae956455c ;
  a2a:EventKeyRef oa:event_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Event1 .

oa:relationep_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Person:72b17d54-1662-2530-a5f1-0235322148fb ;
  a2a:EventKeyRef oa:event_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62_Event1 .

oa:source_bhi_2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Lith" ;
    rdfs:label "Lith", "1758-04-06 - 1758-04-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1758-04-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1758-04-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1758" ;
    a2a:Month "4" ;
    a2a:Day "6" ;
    rdfs:label "1758-04-06"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4, Periode: 1728-1787" ;
    a2a:Book "Lith doopboek 1728-1787" ;
    a2a:RegistryNumber "4" ;
    a2a:Folio "44v01" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4, Periode: 1728-1787, Lith doopboek 1728-1787, 4, 44v01"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8255fb1f-2898-6a00-1aa7-25a2fae040b0.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8255fb1f-2898-6a00-1aa7-25a2fae040b0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-08-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62" ;
  a2a:RecordGUID "{2ba5a37b-7b92-e0fc-7189-9cfd1f73ca62}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_40723_00040723.xml van BHI" .

