@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_c96a1697-3a0e-b3a7-0d12-e68f62d26243
  a a2a:Record ;
  rdfs:label "Doop op 25 december 1804" ;
  a2a:hasPerson oa:person_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Person-8dd96a7b-4c24-718d-dd28-47d49e9d210f, oa:person_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Person-6c5dda09-472a-63d2-2ac4-39b40b547965, oa:person_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Person-ab411cf4-9cde-b20a-350b-e994aa1f7b8d ;
  a2a:hasEvent oa:event_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_0, oa:relationep_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_1, oa:relationep_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_2 ;
  a2a:hasSource oa:source_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243 .

oa:person_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Person-8dd96a7b-4c24-718d-dd28-47d49e9d210f
  a a2a:Person ;
  rdfs:label "Geeske J. Deen" ;
  a2a:PersonName [
    rdfs:label "Geeske J. Deen" ;
    a2a:PersonNameFirstName "Geeske J." ;
    a2a:PersonNameLastName "Deen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Person-6c5dda09-472a-63d2-2ac4-39b40b547965
  a a2a:Person ;
  rdfs:label "Grietje Pieters" ;
  a2a:PersonName [
    rdfs:label "Grietje Pieters" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePatronym "Pieters"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1804" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1804-12-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nietap" ;
    rdfs:label "Nietap"
  ] .

oa:person_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Person-ab411cf4-9cde-b20a-350b-e994aa1f7b8d
  a a2a:Person ;
  rdfs:label "Pieter Santee" ;
  a2a:PersonName [
    rdfs:label "Pieter Santee" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Santee"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1804" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1804-12-25"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Person:8dd96a7b-4c24-718d-dd28-47d49e9d210f ;
  a2a:EventKeyRef oa:event_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Event1 .

oa:relationep_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Person:6c5dda09-472a-63d2-2ac4-39b40b547965 ;
  a2a:EventKeyRef oa:event_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Event1 .

oa:relationep_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Person:ab411cf4-9cde-b20a-350b-e994aa1f7b8d ;
  a2a:EventKeyRef oa:event_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243_Event1 .

oa:source_dar_c96a1697-3a0e-b3a7-0d12-e68f62d26243
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden", "1804-12-25 - 1804-12-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1804-12-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1804-12-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1804" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1804-12-25"^^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/878a2daa-c329-9dde-b59d-e861bed8fcde.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c96a1697-3a0e-b3a7-0d12-e68f62d26243" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/878a2daa-c329-9dde-b59d-e861bed8fcde.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c96a1697-3a0e-b3a7-0d12-e68f62d26243" ;
  a2a:RecordGUID "{c96a1697-3a0e-b3a7-0d12-e68f62d26243}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "90" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1281_00001281.xml van DAR" .

