@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_3f2c2d5e-e981-449f-9c4b-d41eb6626614
  a a2a:Record ;
  rdfs:label "Overlijden op 5 mei 1873 te Het Haagje" ;
  a2a:hasPerson oa:person_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Person-e97a0331-8f66-5c64-a2b2-a6a5d2bfed9a, oa:person_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Person-721328e1-dd4c-5457-9ce6-d9d8231fdb49, oa:person_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Person-795dd827-5940-5ea3-9ddd-efce15c28a52 ;
  a2a:hasEvent oa:event_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_0, oa:relationep_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_1, oa:relationep_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_2 ;
  a2a:hasSource oa:source_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614 .

oa:person_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Person-e97a0331-8f66-5c64-a2b2-a6a5d2bfed9a
  a a2a:Person ;
  rdfs:label "Geertje Stoter" ;
  a2a:PersonName [
    rdfs:label "Geertje Stoter" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Stoter"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Person-721328e1-dd4c-5457-9ce6-d9d8231fdb49
  a a2a:Person ;
  rdfs:label "Alberdina Veldman" ;
  a2a:PersonName [
    rdfs:label "Alberdina Veldman" ;
    a2a:PersonNameFirstName "Alberdina" ;
    a2a:PersonNameLastName "Veldman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "1 jaar en 8 maand" ;
    rdfs:label "1 jaar en 8 maand"
  ] ;
  a2a:BirthDate [
    a2a:Year "1871" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1871-08-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zwartsluis" ;
    rdfs:label "Zwartsluis"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Person-795dd827-5940-5ea3-9ddd-efce15c28a52
  a a2a:Person ;
  rdfs:label "Willem Veldman" ;
  a2a:PersonName [
    rdfs:label "Willem Veldman" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Veldman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "schipper" .

oa:event_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1873" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1873-05-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Het Haagje" ;
    rdfs:label "Het Haagje"
  ] .

oa:relationep_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Person:e97a0331-8f66-5c64-a2b2-a6a5d2bfed9a ;
  a2a:EventKeyRef oa:event_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Event1 .

oa:relationep_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Person:721328e1-dd4c-5457-9ce6-d9d8231fdb49 ;
  a2a:EventKeyRef oa:event_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Event1 .

oa:relationep_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Person:795dd827-5940-5ea3-9ddd-efce15c28a52 ;
  a2a:EventKeyRef oa:event_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614_Event1 .

oa:source_dar_3f2c2d5e-e981-449f-9c4b-d41eb6626614
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1873-05-06 - 1873-05-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1873-05-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1873-05-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1873" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1873-05-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1873, Periode: 1873" ;
    a2a:Book "Overlijdensregister Hoogeveen 1873" ;
    a2a:DocumentNumber "81" ;
    a2a:RegistryNumber "1873" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1873, Periode: 1873, Overlijdensregister Hoogeveen 1873, 81, 1873"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/8fc654d3-9cf6-4e8d-0904-d02dbca6a014.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3f2c2d5e-e981-449f-9c4b-d41eb6626614" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/8fc654d3-9cf6-4e8d-0904-d02dbca6a014.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3f2c2d5e-e981-449f-9c4b-d41eb6626614" ;
  a2a:RecordGUID "{3f2c2d5e-e981-449f-9c4b-d41eb6626614}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5603_00005603.xml van DAR" .

