@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_43fca895-7d4e-4fa3-94d5-c00ca9f879d5
  a a2a:Record ;
  rdfs:label "Overlijden op 12 juli 1943 te Hoogeveen" ;
  a2a:hasPerson oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person-e5916b8a-f65d-4b8f-8f35-ceb6ccbee172, oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person-fc543d7a-4c1e-4434-aa01-7ffa9c52148d, oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person-a95d8f7c-b493-488c-ad84-c0b3da367d5f, oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person-e02b278a-051b-48b0-ad49-470afbb4fe50 ;
  a2a:hasEvent oa:event_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_0, oa:relationep_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_1, oa:relationep_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_2 ;
  a2a:hasRelationPP oa:relationpp_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_0 ;
  a2a:hasSource oa:source_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5 .

oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person-e5916b8a-f65d-4b8f-8f35-ceb6ccbee172
  a a2a:Person ;
  rdfs:label "Roelof Jan Jassies" ;
  a2a:PersonName [
    rdfs:label "Roelof Jan Jassies" ;
    a2a:PersonNameFirstName "Roelof Jan" ;
    a2a:PersonNameLastName "Jassies"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person-fc543d7a-4c1e-4434-aa01-7ffa9c52148d
  a a2a:Person ;
  rdfs:label "Helena Schoonewille" ;
  a2a:PersonName [
    rdfs:label "Helena Schoonewille" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNameLastName "Schoonewille"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person-a95d8f7c-b493-488c-ad84-c0b3da367d5f
  a a2a:Person ;
  rdfs:label "Johanna Benjamins" ;
  a2a:PersonName [
    rdfs:label "Johanna Benjamins" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Benjamins"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35 jaar" ;
    rdfs:label "35 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1908" ;
    a2a:Month "4" ;
    a2a:Day "29" ;
    rdfs:label "1908-04-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zuidwolde" ;
    rdfs:label "Zuidwolde"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person-e02b278a-051b-48b0-ad49-470afbb4fe50
  a a2a:Person ;
  rdfs:label "Siemen Benjamins" ;
  a2a:PersonName [
    rdfs:label "Siemen Benjamins" ;
    a2a:PersonNameFirstName "Siemen" ;
    a2a:PersonNameLastName "Benjamins"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1943" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1943-07-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] .

oa:relationep_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person:fc543d7a-4c1e-4434-aa01-7ffa9c52148d ;
  a2a:EventKeyRef oa:event_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Event1 .

oa:relationep_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person:a95d8f7c-b493-488c-ad84-c0b3da367d5f ;
  a2a:EventKeyRef oa:event_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Event1 .

oa:relationep_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person:e02b278a-051b-48b0-ad49-470afbb4fe50 ;
  a2a:EventKeyRef oa:event_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Event1 .

oa:relationpp_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person:a95d8f7c-b493-488c-ad84-c0b3da367d5f, oa:person_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5_Person:e5916b8a-f65d-4b8f-8f35-ceb6ccbee172 .

oa:source_dar_43fca895-7d4e-4fa3-94d5-c00ca9f879d5
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zuidwolde" ;
    rdfs:label "Zuidwolde", "1943-08-02 - 1943-08-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1943-08-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1943-08-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1943" ;
    a2a:Month "8" ;
    a2a:Day "2" ;
    rdfs:label "1943-08-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1943, Periode: 1943" ;
    a2a:Book "Overlijdensregister Zuidwolde 1943" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "1943" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1943, Periode: 1943, Overlijdensregister Zuidwolde 1943, 34, 1943"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/519fffe4-0690-b81e-32e4-d37116e13d23.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/43fca895-7d4e-4fa3-94d5-c00ca9f879d5" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/519fffe4-0690-b81e-32e4-d37116e13d23.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/92fa7c81-f5ba-475e-de6d-a4ee4aaed566.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/43fca895-7d4e-4fa3-94d5-c00ca9f879d5" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/92fa7c81-f5ba-475e-de6d-a4ee4aaed566.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/43fca895-7d4e-4fa3-94d5-c00ca9f879d5" ;
  a2a:RecordGUID "{43fca895-7d4e-4fa3-94d5-c00ca9f879d5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3868_00003868.xml van DAR" .

[] a2a:PersonRemarkdiversen "Plaats doop: -" .
