@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_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32
  a a2a:Record ;
  rdfs:label "Geboorte op 10 augustus 1919 te Gasselternijveen" ;
  a2a:hasPerson oa:person_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Person-84f35693-39f5-8c22-0cc9-d8da0d52748b, oa:person_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Person-cffa9d3b-ec66-6205-eecd-480c48c31f63, oa:person_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Person-b2eb14c8-c8cc-9b83-857e-78d92c66ea7d ;
  a2a:hasEvent oa:event_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_0, oa:relationep_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_1, oa:relationep_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_2 ;
  a2a:hasSource oa:source_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32 .

oa:person_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Person-84f35693-39f5-8c22-0cc9-d8da0d52748b
  a a2a:Person ;
  rdfs:label "Einte Thiewes" ;
  a2a:PersonName [
    rdfs:label "Einte Thiewes" ;
    a2a:PersonNameFirstName "Einte" ;
    a2a:PersonNameLastName "Thiewes"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Person-cffa9d3b-ec66-6205-eecd-480c48c31f63
  a a2a:Person ;
  rdfs:label "Albert Thiewes" ;
  a2a:PersonName [
    rdfs:label "Albert Thiewes" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Thiewes"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "8" ;
    a2a:Day "10" ;
    rdfs:label "1919-08-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gasselternijveen" ;
    rdfs:label "Gasselternijveen"
  ] .

oa:person_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Person-b2eb14c8-c8cc-9b83-857e-78d92c66ea7d
  a a2a:Person ;
  rdfs:label "Roelfien Torenbosch" ;
  a2a:PersonName [
    rdfs:label "Roelfien Torenbosch" ;
    a2a:PersonNameFirstName "Roelfien" ;
    a2a:PersonNameLastName "Torenbosch"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "8" ;
    a2a:Day "10" ;
    rdfs:label "1919-08-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gasselternijveen" ;
    rdfs:label "Gasselternijveen"
  ] .

oa:relationep_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Person:84f35693-39f5-8c22-0cc9-d8da0d52748b ;
  a2a:EventKeyRef oa:event_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Event1 .

oa:relationep_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Person:cffa9d3b-ec66-6205-eecd-480c48c31f63 ;
  a2a:EventKeyRef oa:event_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Event1 .

oa:relationep_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Person:b2eb14c8-c8cc-9b83-857e-78d92c66ea7d ;
  a2a:EventKeyRef oa:event_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32_Event1 .

oa:source_dar_5cda4e10-a60c-42d2-9c4d-c03bbcc23e32
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gasselte" ;
    rdfs:label "Gasselte", "1919-08-11 - 1919-08-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-08-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-08-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1919-08-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1919, Periode: 1919" ;
    a2a:Book "Geboorteregister Gasselte 1919" ;
    a2a:DocumentNumber "67" ;
    a2a:RegistryNumber "1919" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1919, Periode: 1919, Geboorteregister Gasselte 1919, 67, 1919"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/faacebaf-582a-eb28-a448-1d2c351d99dd.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5cda4e10-a60c-42d2-9c4d-c03bbcc23e32" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/faacebaf-582a-eb28-a448-1d2c351d99dd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-03-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5cda4e10-a60c-42d2-9c4d-c03bbcc23e32" ;
  a2a:RecordGUID "{5cda4e10-a60c-42d2-9c4d-c03bbcc23e32}" ;
  a2a:SourceRemarkdeel "1919" ;
  a2a:SourceRemarkregister_periode "1919" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_2481_00002481.xml van DAR" .

