@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_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc
  a a2a:Record ;
  rdfs:label "Overlijden op 2 augustus 1918 te Assen" ;
  a2a:hasPerson oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person-0f94c9d3-18a3-4c3b-9829-f56d2137b813, oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person-0caac473-60dc-420e-916f-8ee385197166, oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person-a5125b9f-bcac-48dd-81bf-ab6c00594403, oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person-2efa92f3-87bd-486f-9a2e-bff2ae5af26e ;
  a2a:hasEvent oa:event_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_0, oa:relationep_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_1, oa:relationep_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_2 ;
  a2a:hasRelationPP oa:relationpp_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_0 ;
  a2a:hasSource oa:source_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc .

oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person-0f94c9d3-18a3-4c3b-9829-f56d2137b813
  a a2a:Person ;
  rdfs:label "Maria Catharina Ernens" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Ernens" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Ernens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person-0caac473-60dc-420e-916f-8ee385197166
  a a2a:Person ;
  rdfs:label "Berend Wilhelmus Zuidhof" ;
  a2a:PersonName [
    rdfs:label "Berend Wilhelmus Zuidhof" ;
    a2a:PersonNameFirstName "Berend Wilhelmus" ;
    a2a:PersonNameLastName "Zuidhof"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "47 jaar" ;
    rdfs:label "47 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] ;
  a2a:Profession "groenteventer" .

oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person-a5125b9f-bcac-48dd-81bf-ab6c00594403
  a a2a:Person ;
  rdfs:label "Arend Zuidhof" ;
  a2a:PersonName [
    rdfs:label "Arend Zuidhof" ;
    a2a:PersonNameFirstName "Arend" ;
    a2a:PersonNameLastName "Zuidhof"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person-2efa92f3-87bd-486f-9a2e-bff2ae5af26e
  a a2a:Person ;
  rdfs:label "Jantje Jonker" ;
  a2a:PersonName [
    rdfs:label "Jantje Jonker" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Jonker"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "8" ;
    a2a:Day "2" ;
    rdfs:label "1918-08-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person:0f94c9d3-18a3-4c3b-9829-f56d2137b813 ;
  a2a:EventKeyRef oa:event_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Event1 .

oa:relationep_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person:0caac473-60dc-420e-916f-8ee385197166 ;
  a2a:EventKeyRef oa:event_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Event1 .

oa:relationep_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person:a5125b9f-bcac-48dd-81bf-ab6c00594403 ;
  a2a:EventKeyRef oa:event_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Event1 .

oa:relationpp_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person:0caac473-60dc-420e-916f-8ee385197166, oa:person_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc_Person:2efa92f3-87bd-486f-9a2e-bff2ae5af26e .

oa:source_dar_decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1918-08-05 - 1918-08-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-08-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-08-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1918-08-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1918, Periode: 1918" ;
    a2a:Book "Overlijdensregister Assen 1918" ;
    a2a:DocumentNumber "145" ;
    a2a:RegistryNumber "1918" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1918, Periode: 1918, Overlijdensregister Assen 1918, 145, 1918"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/f10a9f43-5ea3-1a95-bbca-ef19a7b969fe.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/f10a9f43-5ea3-1a95-bbca-ef19a7b969fe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc" ;
  a2a:RecordGUID "{decd06c4-62e2-4fb1-b26c-9ac7bd6fdcbc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6270_00006270.xml van DAR" .

