@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_023e23dd-52f2-470e-b036-e9e8eb3b3a8f
  a a2a:Record ;
  rdfs:label "Doop op 25 december 1689" ;
  a2a:hasPerson oa:person_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Person-083578ed-6c3b-4fea-aa6b-e0698d4292e3, oa:person_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Person-1593ab52-d3bb-4eda-bae5-9e7bd1407352, oa:person_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Person-fdaa8978-d8c8-4201-8ec1-c0366a70aafb ;
  a2a:hasEvent oa:event_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_0, oa:relationep_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_1, oa:relationep_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_2 ;
  a2a:hasSource oa:source_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f .

oa:person_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Person-083578ed-6c3b-4fea-aa6b-e0698d4292e3
  a a2a:Person ;
  rdfs:label "Stijntien" ;
  a2a:PersonName [
    rdfs:label "Stijntien" ;
    a2a:PersonNameFirstName "Stijntien"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Person-1593ab52-d3bb-4eda-bae5-9e7bd1407352
  a a2a:Person ;
  rdfs:label "Klaas Roelofs" ;
  a2a:PersonName [
    rdfs:label "Klaas Roelofs" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNamePatronym "Roelofs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Person-fdaa8978-d8c8-4201-8ec1-c0366a70aafb
  a a2a:Person ;
  rdfs:label "Roelof" ;
  a2a:PersonName [
    rdfs:label "Roelof" ;
    a2a:PersonNameFirstName "Roelof"
  ] ;
  a2a:Gender "Man" .

oa:event_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1689" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1689-12-25"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Person:083578ed-6c3b-4fea-aa6b-e0698d4292e3 ;
  a2a:EventKeyRef oa:event_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Event1 .

oa:relationep_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Person:1593ab52-d3bb-4eda-bae5-9e7bd1407352 ;
  a2a:EventKeyRef oa:event_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Event1 .

oa:relationep_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Person:fdaa8978-d8c8-4201-8ec1-c0366a70aafb ;
  a2a:EventKeyRef oa:event_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f_Event1 .

oa:source_dar_023e23dd-52f2-470e-b036-e9e8eb3b3a8f
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wapserveen" ;
    rdfs:label "Wapserveen", "1689-12-25 - 1689-12-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1689-12-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1689-12-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1689" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1689-12-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 120" ;
    a2a:Book "Doopregister Wapserveen 120" ;
    a2a:DocumentNumber "120" ;
    a2a:RegistryNumber "120" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 120, Doopregister Wapserveen 120, 120, 120"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/99a728b6-6f0f-09f7-0c94-4855b2bc9bab.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/023e23dd-52f2-470e-b036-e9e8eb3b3a8f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/99a728b6-6f0f-09f7-0c94-4855b2bc9bab.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/023e23dd-52f2-470e-b036-e9e8eb3b3a8f" ;
  a2a:RecordGUID "{023e23dd-52f2-470e-b036-e9e8eb3b3a8f}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7673_00007673.xml van DAR" .

