@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_c0340470-e77a-4c5b-a813-76fcbfc5cef3
  a a2a:Record ;
  rdfs:label "Doop op 15 februari 1807" ;
  a2a:hasPerson oa:person_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Person-c546a861-2671-4861-a0ac-e315552faf98, oa:person_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Person-466a8ec3-329f-474f-a536-c3599fae0bbb, oa:person_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Person-02a7923e-b2df-4722-a2fc-0d78df5e1258 ;
  a2a:hasEvent oa:event_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_0, oa:relationep_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_1, oa:relationep_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_2 ;
  a2a:hasSource oa:source_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3 .

oa:person_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Person-c546a861-2671-4861-a0ac-e315552faf98
  a a2a:Person ;
  rdfs:label "Tonnis" ;
  a2a:PersonName [
    rdfs:label "Tonnis" ;
    a2a:PersonNameFirstName "Tonnis"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Bonnen" ;
    rdfs:label "Bonnen"
  ] .

oa:person_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Person-466a8ec3-329f-474f-a536-c3599fae0bbb
  a a2a:Person ;
  rdfs:label "Aaltje Eggens Schuiling" ;
  a2a:PersonName [
    rdfs:label "Aaltje Eggens Schuiling" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Eggens" ;
    a2a:PersonNameLastName "Schuiling"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Person-02a7923e-b2df-4722-a2fc-0d78df5e1258
  a a2a:Person ;
  rdfs:label "Jan Everts Dekens" ;
  a2a:PersonName [
    rdfs:label "Jan Everts Dekens" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Everts" ;
    a2a:PersonNameLastName "Dekens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1807" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1807-02-15"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Person:c546a861-2671-4861-a0ac-e315552faf98 ;
  a2a:EventKeyRef oa:event_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Event1 .

oa:relationep_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Person:466a8ec3-329f-474f-a536-c3599fae0bbb ;
  a2a:EventKeyRef oa:event_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Event1 .

oa:relationep_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Person:02a7923e-b2df-4722-a2fc-0d78df5e1258 ;
  a2a:EventKeyRef oa:event_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3_Event1 .

oa:source_dar_c0340470-e77a-4c5b-a813-76fcbfc5cef3
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Gieten" ;
    rdfs:label "Gieten", "1807-02-15 - 1807-02-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1807-02-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1807-02-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1807" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1807-02-15"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 39" ;
    a2a:Book "Doopregister Gieten 39" ;
    a2a:DocumentNumber "39" ;
    a2a:RegistryNumber "39" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 39, Doopregister Gieten 39, 39, 39"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/ae8fd3f7-a4aa-84fa-06fc-4337d2b638aa.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c0340470-e77a-4c5b-a813-76fcbfc5cef3" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/ae8fd3f7-a4aa-84fa-06fc-4337d2b638aa.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c0340470-e77a-4c5b-a813-76fcbfc5cef3" ;
  a2a:RecordGUID "{c0340470-e77a-4c5b-a813-76fcbfc5cef3}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_20982_00020982.xml van DAR" .

