@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_9263ced0-e771-5f3a-d5a3-63bf475cdc4e
  a a2a:Record ;
  rdfs:label "Doop op 19 januari 1806" ;
  a2a:hasPerson oa:person_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Person-1fc0feac-7959-122b-ba1b-b8f91ac821df, oa:person_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Person-0f3b8094-1080-55af-7b2d-6c57e2f8e870, oa:person_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Person-80ff017e-d2b9-e8ba-33b7-2d8caf7047da ;
  a2a:hasEvent oa:event_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_0, oa:relationep_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_1, oa:relationep_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_2 ;
  a2a:hasSource oa:source_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e .

oa:person_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Person-1fc0feac-7959-122b-ba1b-b8f91ac821df
  a a2a:Person ;
  rdfs:label "Geertien Wubbels" ;
  a2a:PersonName [
    rdfs:label "Geertien Wubbels" ;
    a2a:PersonNameFirstName "Geertien" ;
    a2a:PersonNamePatronym "Wubbels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Person-0f3b8094-1080-55af-7b2d-6c57e2f8e870
  a a2a:Person ;
  rdfs:label "Jantien Klasens" ;
  a2a:PersonName [
    rdfs:label "Jantien Klasens" ;
    a2a:PersonNameFirstName "Jantien" ;
    a2a:PersonNamePatronym "Klasens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1806" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1806-01-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roswinkel" ;
    rdfs:label "Roswinkel"
  ] .

oa:person_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Person-80ff017e-d2b9-e8ba-33b7-2d8caf7047da
  a a2a:Person ;
  rdfs:label "Klaas Ellinge" ;
  a2a:PersonName [
    rdfs:label "Klaas Ellinge" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Ellinge"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1806" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1806-01-19"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Person:1fc0feac-7959-122b-ba1b-b8f91ac821df ;
  a2a:EventKeyRef oa:event_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Event1 .

oa:relationep_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Person:0f3b8094-1080-55af-7b2d-6c57e2f8e870 ;
  a2a:EventKeyRef oa:event_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Event1 .

oa:relationep_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Person:80ff017e-d2b9-e8ba-33b7-2d8caf7047da ;
  a2a:EventKeyRef oa:event_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e_Event1 .

oa:source_dar_9263ced0-e771-5f3a-d5a3-63bf475cdc4e
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Roswinkel" ;
    rdfs:label "Roswinkel", "1806-01-19 - 1806-01-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1806-01-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1806-01-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1806" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1806-01-19"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 100" ;
    a2a:Book "Doopregister Roswinkel 100" ;
    a2a:RegistryNumber "100" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 100, Doopregister Roswinkel 100, 100"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a0c0f17f-7b49-f0df-5b5f-5867c9c55b1b.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9263ced0-e771-5f3a-d5a3-63bf475cdc4e" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a0c0f17f-7b49-f0df-5b5f-5867c9c55b1b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9263ced0-e771-5f3a-d5a3-63bf475cdc4e" ;
  a2a:RecordGUID "{9263ced0-e771-5f3a-d5a3-63bf475cdc4e}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "100" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1096_00001096.xml van DAR" .

