@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_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2
  a a2a:Record ;
  rdfs:label "Overlijden op 1 januari 1866 te Diever" ;
  a2a:hasPerson oa:person_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Person-0f32feca-870c-4453-86eb-9ce63017e217, oa:person_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Person-b4764c0e-9364-4d2d-b956-148dca4adc2f, oa:person_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Person-e5575e51-07cf-4663-8303-ea567f353dbb ;
  a2a:hasEvent oa:event_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_0, oa:relationep_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_1, oa:relationep_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_2 ;
  a2a:hasSource oa:source_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2 .

oa:person_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Person-0f32feca-870c-4453-86eb-9ce63017e217
  a a2a:Person ;
  rdfs:label "Hendrikje Bartelds Oost" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Bartelds Oost" ;
    a2a:PersonNameFirstName "Hendrikje Bartelds" ;
    a2a:PersonNameLastName "Oost"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Person-b4764c0e-9364-4d2d-b956-148dca4adc2f
  a a2a:Person ;
  rdfs:label "Jantje Benthem" ;
  a2a:PersonName [
    rdfs:label "Jantje Benthem" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Benthem"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "2 jaar" ;
    rdfs:label "2 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1863" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1863-04-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Diever" ;
    rdfs:label "Diever"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Person-e5575e51-07cf-4663-8303-ea567f353dbb
  a a2a:Person ;
  rdfs:label "Hilbert Benthem" ;
  a2a:PersonName [
    rdfs:label "Hilbert Benthem" ;
    a2a:PersonNameFirstName "Hilbert" ;
    a2a:PersonNameLastName "Benthem"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "dijkwerker" .

oa:event_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1866" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1866-01-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Diever" ;
    rdfs:label "Diever"
  ] .

oa:relationep_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Person:0f32feca-870c-4453-86eb-9ce63017e217 ;
  a2a:EventKeyRef oa:event_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Event1 .

oa:relationep_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Person:b4764c0e-9364-4d2d-b956-148dca4adc2f ;
  a2a:EventKeyRef oa:event_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Event1 .

oa:relationep_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Person:e5575e51-07cf-4663-8303-ea567f353dbb ;
  a2a:EventKeyRef oa:event_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2_Event1 .

oa:source_dar_3d2e7ac3-415b-4a4a-aeec-18f32df75ea2
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Diever" ;
    rdfs:label "Diever", "1866-01-02 - 1866-01-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-01-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-01-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1866" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1866-01-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1866, Periode: 1866" ;
    a2a:Book "Overlijdensregister Diever 1866" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "1866" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1866, Periode: 1866, Overlijdensregister Diever 1866, 1, 1866"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/7365c3b5-4f59-4ac3-7efb-7116c4a9aea1.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3d2e7ac3-415b-4a4a-aeec-18f32df75ea2" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/7365c3b5-4f59-4ac3-7efb-7116c4a9aea1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3d2e7ac3-415b-4a4a-aeec-18f32df75ea2" ;
  a2a:RecordGUID "{3d2e7ac3-415b-4a4a-aeec-18f32df75ea2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5576_00005576.xml van DAR" .

