@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_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf
  a a2a:Record ;
  rdfs:label "Doop op 9 oktober 1803" ;
  a2a:hasPerson oa:person_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Person-d9331f01-71b0-be86-c747-24935422ad42, oa:person_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Person-b96fae0a-fcd1-12da-cf75-5648e2f87f7c, oa:person_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Person-d814a95c-5cbc-3f6b-bbae-cbdb46544664 ;
  a2a:hasEvent oa:event_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_0, oa:relationep_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_1, oa:relationep_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_2 ;
  a2a:hasSource oa:source_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf .

oa:person_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Person-d9331f01-71b0-be86-c747-24935422ad42
  a a2a:Person ;
  rdfs:label "Jaatje Hendriks" ;
  a2a:PersonName [
    rdfs:label "Jaatje Hendriks" ;
    a2a:PersonNameFirstName "Jaatje" ;
    a2a:PersonNamePatronym "Hendriks"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1803" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1803-09-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nietap" ;
    rdfs:label "Nietap"
  ] .

oa:person_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Person-b96fae0a-fcd1-12da-cf75-5648e2f87f7c
  a a2a:Person ;
  rdfs:label "Hinderk Jakobs" ;
  a2a:PersonName [
    rdfs:label "Hinderk Jakobs" ;
    a2a:PersonNameFirstName "Hinderk" ;
    a2a:PersonNamePatronym "Jakobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Person-d814a95c-5cbc-3f6b-bbae-cbdb46544664
  a a2a:Person ;
  rdfs:label "Lamke Harms" ;
  a2a:PersonName [
    rdfs:label "Lamke Harms" ;
    a2a:PersonNameFirstName "Lamke" ;
    a2a:PersonNamePatronym "Harms"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1803" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1803-10-09"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Person:d9331f01-71b0-be86-c747-24935422ad42 ;
  a2a:EventKeyRef oa:event_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Event1 .

oa:relationep_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Person:b96fae0a-fcd1-12da-cf75-5648e2f87f7c ;
  a2a:EventKeyRef oa:event_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Event1 .

oa:relationep_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Person:d814a95c-5cbc-3f6b-bbae-cbdb46544664 ;
  a2a:EventKeyRef oa:event_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf_Event1 .

oa:source_dar_0febbdcd-c823-d3c1-c5e7-b88ef313b5cf
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden", "1803-10-09 - 1803-10-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1803-10-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1803-10-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1803" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1803-10-09"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 90" ;
    a2a:Book "Doopregister Roden 90" ;
    a2a:RegistryNumber "90" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 90, Doopregister Roden 90, 90"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a1bc8497-87d0-b729-672d-76092f0cacb1.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0febbdcd-c823-d3c1-c5e7-b88ef313b5cf" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a1bc8497-87d0-b729-672d-76092f0cacb1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0febbdcd-c823-d3c1-c5e7-b88ef313b5cf" ;
  a2a:RecordGUID "{0febbdcd-c823-d3c1-c5e7-b88ef313b5cf}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "90" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1286_00001286.xml van DAR" .

