@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_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea
  a a2a:Record ;
  rdfs:label "Doop op 8 januari 1758" ;
  a2a:hasPerson oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person-6e2ee0b6-7b49-cc35-cc93-69f1a76ee982, oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person-b0bda626-3440-339d-dea2-e4303e8627e7, oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person-0481c2a7-92a3-d06b-4eaf-b46a2e1c9258, oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person-1129dc79-9db0-4bc6-84ae-3ccb1d7ddbfd ;
  a2a:hasEvent oa:event_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_0, oa:relationep_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_1, oa:relationep_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_2, oa:relationep_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_3 ;
  a2a:hasSource oa:source_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea .

oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person-6e2ee0b6-7b49-cc35-cc93-69f1a76ee982
  a a2a:Person ;
  rdfs:label "Jentjen Thijes" ;
  a2a:PersonName [
    rdfs:label "Jentjen Thijes" ;
    a2a:PersonNameFirstName "Jentjen" ;
    a2a:PersonNamePatronym "Thijes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person-b0bda626-3440-339d-dea2-e4303e8627e7
  a a2a:Person ;
  rdfs:label "Geert Wolters" ;
  a2a:PersonName [
    rdfs:label "Geert Wolters" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNamePatronym "Wolters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person-0481c2a7-92a3-d06b-4eaf-b46a2e1c9258
  a a2a:Person ;
  rdfs:label "Femmichjen Geerts" ;
  a2a:PersonName [
    rdfs:label "Femmichjen Geerts" ;
    a2a:PersonNameFirstName "Femmichjen" ;
    a2a:PersonNamePatronym "Geerts"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person-1129dc79-9db0-4bc6-84ae-3ccb1d7ddbfd
  a a2a:Person ;
  rdfs:label "Hillighjen Egberts" ;
  a2a:PersonName [
    rdfs:label "Hillighjen Egberts" ;
    a2a:PersonNameFirstName "Hillighjen" ;
    a2a:PersonNamePatronym "Egberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1758" ;
    a2a:Month "1" ;
    a2a:Day "8" ;
    rdfs:label "1758-01-08"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person:6e2ee0b6-7b49-cc35-cc93-69f1a76ee982 ;
  a2a:EventKeyRef oa:event_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Event1 .

oa:relationep_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person:b0bda626-3440-339d-dea2-e4303e8627e7 ;
  a2a:EventKeyRef oa:event_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Event1 .

oa:relationep_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person:0481c2a7-92a3-d06b-4eaf-b46a2e1c9258 ;
  a2a:EventKeyRef oa:event_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Event1 .

oa:relationep_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_3
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Person:1129dc79-9db0-4bc6-84ae-3ccb1d7ddbfd ;
  a2a:EventKeyRef oa:event_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea_Event1 .

oa:source_dar_e5939a2f-b3d5-a531-4f22-e3d6432d85ea
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1758-01-08 - 1758-01-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1758-01-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1758-01-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1758" ;
    a2a:Month "1" ;
    a2a:Day "8" ;
    rdfs:label "1758-01-08"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 70" ;
    a2a:Book "Doopregister Meppel 70" ;
    a2a:RegistryNumber "70" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 70, Doopregister Meppel 70, 70"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/3e6364ae-7621-9446-e48c-0960191caef2.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e5939a2f-b3d5-a531-4f22-e3d6432d85ea" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/3e6364ae-7621-9446-e48c-0960191caef2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e5939a2f-b3d5-a531-4f22-e3d6432d85ea" ;
  a2a:RecordGUID "{e5939a2f-b3d5-a531-4f22-e3d6432d85ea}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "70" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1029_00001029.xml van DAR" .

