@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_67fae2ee-66c8-6d52-120d-27f91cb9ccde
  a a2a:Record ;
  rdfs:label "Doop op 20 september 1797" ;
  a2a:hasPerson oa:person_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Person-d7fcdcc8-ae32-1a28-601e-544b086fa43b, oa:person_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Person-256ae132-639f-59bb-f7f7-795b54359960, oa:person_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Person-fd392cc5-ee9d-eea7-89f7-f46d67b328fb ;
  a2a:hasEvent oa:event_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_0, oa:relationep_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_1, oa:relationep_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_2 ;
  a2a:hasSource oa:source_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde .

oa:person_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Person-d7fcdcc8-ae32-1a28-601e-544b086fa43b
  a a2a:Person ;
  rdfs:label "Annichjen Klaasens" ;
  a2a:PersonName [
    rdfs:label "Annichjen Klaasens" ;
    a2a:PersonNameFirstName "Annichjen" ;
    a2a:PersonNamePatronym "Klaasens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Person-256ae132-639f-59bb-f7f7-795b54359960
  a a2a:Person ;
  rdfs:label "Gerrit Benes" ;
  a2a:PersonName [
    rdfs:label "Gerrit Benes" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePatronym "Benes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Person-fd392cc5-ee9d-eea7-89f7-f46d67b328fb
  a a2a:Person ;
  rdfs:label "Niesjen Gerrits Gerrits" ;
  a2a:PersonName [
    rdfs:label "Niesjen Gerrits Gerrits" ;
    a2a:PersonNameFirstName "Niesjen Gerrits" ;
    a2a:PersonNamePatronym "Gerrits"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] .

oa:event_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1797" ;
    a2a:Month "9" ;
    a2a:Day "20" ;
    rdfs:label "1797-09-20"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Person:d7fcdcc8-ae32-1a28-601e-544b086fa43b ;
  a2a:EventKeyRef oa:event_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Event1 .

oa:relationep_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Person:256ae132-639f-59bb-f7f7-795b54359960 ;
  a2a:EventKeyRef oa:event_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Event1 .

oa:relationep_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Person:fd392cc5-ee9d-eea7-89f7-f46d67b328fb ;
  a2a:EventKeyRef oa:event_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde_Event1 .

oa:source_dar_67fae2ee-66c8-6d52-120d-27f91cb9ccde
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1797-09-20 - 1797-09-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1797-09-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1797-09-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1797" ;
    a2a:Month "9" ;
    a2a:Day "20" ;
    rdfs:label "1797-09-20"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 47" ;
    a2a:Book "Doopregister Hoogeveen 47" ;
    a2a:RegistryNumber "47" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 47, Doopregister Hoogeveen 47, 47"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/7cf92570-3495-9819-c120-548670d4ef01.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/67fae2ee-66c8-6d52-120d-27f91cb9ccde" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/7cf92570-3495-9819-c120-548670d4ef01.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/67fae2ee-66c8-6d52-120d-27f91cb9ccde" ;
  a2a:RecordGUID "{67fae2ee-66c8-6d52-120d-27f91cb9ccde}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "47" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_614_00000614.xml van DAR" .

