@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_f02a080d-91cc-4e5e-9024-24f7aeae4c8a
  a a2a:Record ;
  rdfs:label "Doop op 11 februari 1694" ;
  a2a:hasPerson oa:person_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Person-c38a0118-c4c1-4fd3-9f3d-37956f62bcf7, oa:person_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Person-6f766ad1-40ed-45e6-b425-4892117f3189, oa:person_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Person-f7eda062-5d14-432a-8c03-68c12deb3688 ;
  a2a:hasEvent oa:event_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_0, oa:relationep_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_1, oa:relationep_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_2 ;
  a2a:hasSource oa:source_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a .

oa:person_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Person-c38a0118-c4c1-4fd3-9f3d-37956f62bcf7
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Person-6f766ad1-40ed-45e6-b425-4892117f3189
  a a2a:Person ;
  rdfs:label "Jacob Thijes" ;
  a2a:PersonName [
    rdfs:label "Jacob Thijes" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Thijes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Person-f7eda062-5d14-432a-8c03-68c12deb3688
  a a2a:Person ;
  rdfs:label "Albertien Jacobs" ;
  a2a:PersonName [
    rdfs:label "Albertien Jacobs" ;
    a2a:PersonNameFirstName "Albertien Jacobs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Colderveen" ;
    rdfs:label "Colderveen"
  ] .

oa:event_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1694" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1694-02-11"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Person:c38a0118-c4c1-4fd3-9f3d-37956f62bcf7 ;
  a2a:EventKeyRef oa:event_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Event1 .

oa:relationep_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Person:6f766ad1-40ed-45e6-b425-4892117f3189 ;
  a2a:EventKeyRef oa:event_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Event1 .

oa:relationep_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Person:f7eda062-5d14-432a-8c03-68c12deb3688 ;
  a2a:EventKeyRef oa:event_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a_Event1 .

oa:source_dar_f02a080d-91cc-4e5e-9024-24f7aeae4c8a
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kolder- en Dinxterveen" ;
    rdfs:label "Kolder- en Dinxterveen", "1694-02-11 - 1694-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1694-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1694-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1694" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1694-02-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 60" ;
    a2a:Book "Doopregister Kolder- en Dinxterveen 60" ;
    a2a:DocumentNumber "60" ;
    a2a:RegistryNumber "60" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 60, Doopregister Kolder- en Dinxterveen 60, 60, 60"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/7ced08dc-a8ff-925f-7c35-43aae8ec52b3.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f02a080d-91cc-4e5e-9024-24f7aeae4c8a" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/7ced08dc-a8ff-925f-7c35-43aae8ec52b3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f02a080d-91cc-4e5e-9024-24f7aeae4c8a" ;
  a2a:RecordGUID "{f02a080d-91cc-4e5e-9024-24f7aeae4c8a}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_22733_00022733.xml van DAR" .

