@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_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c
  a a2a:Record ;
  rdfs:label "Geboorte op 8 december 1894 te Valthermond" ;
  a2a:hasPerson oa:person_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Person-1e0c4327-b7ff-4349-a4a8-02cf6a11bc3c, oa:person_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Person-12c2f62c-3b64-4e0d-a194-8e9b824f0a33, oa:person_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Person-8059b0b2-258b-4d57-a6e4-d51309c38db9 ;
  a2a:hasEvent oa:event_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_0, oa:relationep_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_1, oa:relationep_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_2 ;
  a2a:hasSource oa:source_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c .

oa:person_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Person-1e0c4327-b7ff-4349-a4a8-02cf6a11bc3c
  a a2a:Person ;
  rdfs:label "Dauwe Kamst" ;
  a2a:PersonName [
    rdfs:label "Dauwe Kamst" ;
    a2a:PersonNameFirstName "Dauwe" ;
    a2a:PersonNameLastName "Kamst"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:Profession "winkelier" .

oa:person_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Person-12c2f62c-3b64-4e0d-a194-8e9b824f0a33
  a a2a:Person ;
  rdfs:label "Knelsina Super" ;
  a2a:PersonName [
    rdfs:label "Knelsina Super" ;
    a2a:PersonNameFirstName "Knelsina" ;
    a2a:PersonNameLastName "Super"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Person-8059b0b2-258b-4d57-a6e4-d51309c38db9
  a a2a:Person ;
  rdfs:label "Knelsina Kamst" ;
  a2a:PersonName [
    rdfs:label "Knelsina Kamst" ;
    a2a:PersonNameFirstName "Knelsina" ;
    a2a:PersonNameLastName "Kamst"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1894" ;
    a2a:Month "12" ;
    a2a:Day "8" ;
    rdfs:label "1894-12-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Valthermond" ;
    rdfs:label "Valthermond"
  ] .

oa:event_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "12" ;
    a2a:Day "8" ;
    rdfs:label "1894-12-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Valthermond" ;
    rdfs:label "Valthermond"
  ] .

oa:relationep_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Person:1e0c4327-b7ff-4349-a4a8-02cf6a11bc3c ;
  a2a:EventKeyRef oa:event_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Event1 .

oa:relationep_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Person:12c2f62c-3b64-4e0d-a194-8e9b824f0a33 ;
  a2a:EventKeyRef oa:event_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Event1 .

oa:relationep_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Person:8059b0b2-258b-4d57-a6e4-d51309c38db9 ;
  a2a:EventKeyRef oa:event_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c_Event1 .

oa:source_dar_1d0b3fb9-2aea-4d31-9595-e1fec1daf57c
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn", "1894-12-10 - 1894-12-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-12-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-12-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1894" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1894-12-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1894, Periode: 1894" ;
    a2a:Book "Geboorteregister Odoorn 1894" ;
    a2a:DocumentNumber "311" ;
    a2a:RegistryNumber "1894" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1894, Periode: 1894, Geboorteregister Odoorn 1894, 311, 1894"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/34cd2676-9f6c-cb64-4218-6c1ba8d96b2b.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1d0b3fb9-2aea-4d31-9595-e1fec1daf57c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/34cd2676-9f6c-cb64-4218-6c1ba8d96b2b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1d0b3fb9-2aea-4d31-9595-e1fec1daf57c" ;
  a2a:RecordGUID "{1d0b3fb9-2aea-4d31-9595-e1fec1daf57c}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1894" ;
  a2a:SourceRemarkregister_periode "1894" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_5186_00005186.xml van DAR" .

