@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_12a78748-79b3-7ff8-e568-9758c8d4a7df
  a a2a:Record ;
  rdfs:label "Overlijden op 27 mei 1966 te Westlaren" ;
  a2a:hasPerson oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person-242a34fd-c817-c1f5-ad32-056a0c8be17e, oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person-d51f33e8-ab9b-1f66-4e03-82cc2ad06ea0, oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person-12da2a07-dd10-6e0e-12ac-fac44c2df2af, oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person-37e97441-de7c-7e2d-e10e-c495c5624f68, oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person-8c740d8a-25b5-44f8-d864-9a8062e65607 ;
  a2a:hasEvent oa:event_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_0, oa:relationep_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_1, oa:relationep_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_2, oa:relationep_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_3 ;
  a2a:hasRelationPP oa:relationpp_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_0 ;
  a2a:hasSource oa:source_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df .

oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person-242a34fd-c817-c1f5-ad32-056a0c8be17e
  a a2a:Person ;
  rdfs:label "Geertje Koetse" ;
  a2a:PersonName [
    rdfs:label "Geertje Koetse" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Koetse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person-d51f33e8-ab9b-1f66-4e03-82cc2ad06ea0
  a a2a:Person ;
  rdfs:label "Lena Gezina Horlings" ;
  a2a:PersonName [
    rdfs:label "Lena Gezina Horlings" ;
    a2a:PersonNameFirstName "Lena Gezina" ;
    a2a:PersonNameLastName "Horlings"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person-12da2a07-dd10-6e0e-12ac-fac44c2df2af
  a a2a:Person ;
  rdfs:label "Bertus Venema" ;
  a2a:PersonName [
    rdfs:label "Bertus Venema" ;
    a2a:PersonNameFirstName "Bertus" ;
    a2a:PersonNameLastName "Venema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person-37e97441-de7c-7e2d-e10e-c495c5624f68
  a a2a:Person ;
  rdfs:label "Jantje Streurman" ;
  a2a:PersonName [
    rdfs:label "Jantje Streurman" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Streurman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person-8c740d8a-25b5-44f8-d864-9a8062e65607
  a a2a:Person ;
  rdfs:label "Johannes Venema" ;
  a2a:PersonName [
    rdfs:label "Johannes Venema" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Venema"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "60 jaar" ;
    rdfs:label "60 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo"
  ] ;
  a2a:Profession "timmerman" .

oa:event_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1966" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1966-05-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Westlaren" ;
    rdfs:label "Westlaren"
  ] .

oa:relationep_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_0
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere relatie" ;
  a2a:RelationType "other:Eerdere relatie" ;
  a2a:PersonKeyRef oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person:242a34fd-c817-c1f5-ad32-056a0c8be17e ;
  a2a:EventKeyRef oa:event_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Event1 .

oa:relationep_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person:12da2a07-dd10-6e0e-12ac-fac44c2df2af ;
  a2a:EventKeyRef oa:event_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Event1 .

oa:relationep_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person:37e97441-de7c-7e2d-e10e-c495c5624f68 ;
  a2a:EventKeyRef oa:event_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Event1 .

oa:relationep_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person:8c740d8a-25b5-44f8-d864-9a8062e65607 ;
  a2a:EventKeyRef oa:event_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Event1 .

oa:relationpp_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person:8c740d8a-25b5-44f8-d864-9a8062e65607, oa:person_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df_Person:d51f33e8-ab9b-1f66-4e03-82cc2ad06ea0 .

oa:source_dar_12a78748-79b3-7ff8-e568-9758c8d4a7df
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zuidlaren" ;
    rdfs:label "Zuidlaren", "1966-05-31 - 1966-05-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1966-05-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1966-05-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1966" ;
    a2a:Month "5" ;
    a2a:Day "31" ;
    rdfs:label "1966-05-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1966, Periode: 1966" ;
    a2a:Book "Overlijdensregister Zuidlaren 1966" ;
    a2a:DocumentNumber "74" ;
    a2a:RegistryNumber "1966" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1966, Periode: 1966, Overlijdensregister Zuidlaren 1966, 74, 1966"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/ac91a6e8-c635-870b-942a-531ddc808110.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/12a78748-79b3-7ff8-e568-9758c8d4a7df" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/ac91a6e8-c635-870b-942a-531ddc808110.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-02-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/12a78748-79b3-7ff8-e568-9758c8d4a7df" ;
  a2a:RecordGUID "{12a78748-79b3-7ff8-e568-9758c8d4a7df}" ;
  a2a:SourceRemarkdeel "1966" ;
  a2a:SourceRemarkregister_periode "1966" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_129_00000129.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Westlaren" ;
  a2a:PersonRemarkdatum_overlijden "1966-05-27" .

