@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_a8ba83ee-9f07-c842-5038-e48e25bda72f
  a a2a:Record ;
  rdfs:label "Doop op 6 mei 1810" ;
  a2a:hasPerson oa:person_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Person-80d4e572-97a9-c0fa-627d-dc64a5d03da0, oa:person_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Person-73d379b7-d4b7-fba4-3124-fe9653fc59fc, oa:person_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Person-f84a3b35-5aec-bae5-d2c5-8396c6800fd8 ;
  a2a:hasEvent oa:event_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_0, oa:relationep_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_1, oa:relationep_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_2 ;
  a2a:hasSource oa:source_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f .

oa:person_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Person-80d4e572-97a9-c0fa-627d-dc64a5d03da0
  a a2a:Person ;
  rdfs:label "Trijntje Niklaas" ;
  a2a:PersonName [
    rdfs:label "Trijntje Niklaas" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Niklaas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Person-73d379b7-d4b7-fba4-3124-fe9653fc59fc
  a a2a:Person ;
  rdfs:label "Harm Sloots" ;
  a2a:PersonName [
    rdfs:label "Harm Sloots" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Sloots"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Person-f84a3b35-5aec-bae5-d2c5-8396c6800fd8
  a a2a:Person ;
  rdfs:label "Klaas Harms" ;
  a2a:PersonName [
    rdfs:label "Klaas Harms" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNamePatronym "Harms"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1810" ;
    a2a:Month "4" ;
    a2a:Day "29" ;
    rdfs:label "1810-04-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eext" ;
    rdfs:label "Eext"
  ] .

oa:event_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1810" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1810-05-06"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Person:80d4e572-97a9-c0fa-627d-dc64a5d03da0 ;
  a2a:EventKeyRef oa:event_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Event1 .

oa:relationep_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Person:73d379b7-d4b7-fba4-3124-fe9653fc59fc ;
  a2a:EventKeyRef oa:event_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Event1 .

oa:relationep_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Person:f84a3b35-5aec-bae5-d2c5-8396c6800fd8 ;
  a2a:EventKeyRef oa:event_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f_Event1 .

oa:source_dar_a8ba83ee-9f07-c842-5038-e48e25bda72f
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1810-05-06 - 1810-05-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1810-05-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1810-05-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1810" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1810-05-06"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 1" ;
    a2a:Book "Doopregister Anloo 1" ;
    a2a:RegistryNumber "1" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 1, Doopregister Anloo 1, 1"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/5664e6ec-8f71-e412-39a7-f4908e5c2f7c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/a8ba83ee-9f07-c842-5038-e48e25bda72f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/5664e6ec-8f71-e412-39a7-f4908e5c2f7c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/a8ba83ee-9f07-c842-5038-e48e25bda72f" ;
  a2a:RecordGUID "{a8ba83ee-9f07-c842-5038-e48e25bda72f}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "1" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_405_00000405.xml van DAR" .

