@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_cd4590f5-e87b-16de-1763-619da34a2ef3
  a a2a:Record ;
  rdfs:label "Doop op 27 oktober 1811" ;
  a2a:hasPerson oa:person_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Person-cf274644-d961-478c-0e63-72f30933ac3e, oa:person_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Person-beed08d3-6394-2c56-d07c-90eaa8ce5c06, oa:person_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Person-f11b9fed-0d66-0659-c603-394152079d7a ;
  a2a:hasEvent oa:event_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_0, oa:relationep_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_1, oa:relationep_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_2 ;
  a2a:hasSource oa:source_dar_cd4590f5-e87b-16de-1763-619da34a2ef3 .

oa:person_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Person-cf274644-d961-478c-0e63-72f30933ac3e
  a a2a:Person ;
  rdfs:label "Jantien Roelefs" ;
  a2a:PersonName [
    rdfs:label "Jantien Roelefs" ;
    a2a:PersonNameFirstName "Jantien" ;
    a2a:PersonNamePatronym "Roelefs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1811" ;
    a2a:Month "10" ;
    a2a:Day "17" ;
    rdfs:label "1811-10-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kloosterveen" ;
    rdfs:label "Kloosterveen"
  ] .

oa:person_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Person-beed08d3-6394-2c56-d07c-90eaa8ce5c06
  a a2a:Person ;
  rdfs:label "Roelof Frens Strik" ;
  a2a:PersonName [
    rdfs:label "Roelof Frens Strik" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNamePatronym "Frens" ;
    a2a:PersonNameLastName "Strik"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Person-f11b9fed-0d66-0659-c603-394152079d7a
  a a2a:Person ;
  rdfs:label "Aaltien Hendriks" ;
  a2a:PersonName [
    rdfs:label "Aaltien Hendriks" ;
    a2a:PersonNameFirstName "Aaltien" ;
    a2a:PersonNamePatronym "Hendriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1811-10-27"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Person:cf274644-d961-478c-0e63-72f30933ac3e ;
  a2a:EventKeyRef oa:event_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Event1 .

oa:relationep_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Person:beed08d3-6394-2c56-d07c-90eaa8ce5c06 ;
  a2a:EventKeyRef oa:event_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Event1 .

oa:relationep_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Person:f11b9fed-0d66-0659-c603-394152079d7a ;
  a2a:EventKeyRef oa:event_dar_cd4590f5-e87b-16de-1763-619da34a2ef3_Event1 .

oa:source_dar_cd4590f5-e87b-16de-1763-619da34a2ef3
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kloosterveen" ;
    rdfs:label "Kloosterveen", "1811-10-27 - 1811-10-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-10-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-10-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1811-10-27"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 58" ;
    a2a:Book "Doopregister Kloosterveen 58" ;
    a2a:RegistryNumber "58" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 58, Doopregister Kloosterveen 58, 58"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/21742bc9-6df5-04ad-a00a-6b7bb447ed19.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/cd4590f5-e87b-16de-1763-619da34a2ef3" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/21742bc9-6df5-04ad-a00a-6b7bb447ed19.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/cd4590f5-e87b-16de-1763-619da34a2ef3" ;
  a2a:RecordGUID "{cd4590f5-e87b-16de-1763-619da34a2ef3}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "58" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_842_00000842.xml van DAR" .

