@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_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf
  a a2a:Record ;
  rdfs:label "Overlijden op 10 augustus 1897 te Valthermond (Odoorn)" ;
  a2a:hasPerson oa:person_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Person-e21ddbb7-5296-4f0c-9ff7-c2fd3dce96b5, oa:person_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Person-0e8e49a3-1024-4f51-ae0a-40ce1f4d9559, oa:person_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Person-cb5a79f0-1d25-4084-b055-90fdb58801c6 ;
  a2a:hasEvent oa:event_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_0, oa:relationep_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_1, oa:relationep_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_2 ;
  a2a:hasSource oa:source_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf .

oa:person_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Person-e21ddbb7-5296-4f0c-9ff7-c2fd3dce96b5
  a a2a:Person ;
  rdfs:label "Frederika Stam" ;
  a2a:PersonName [
    rdfs:label "Frederika Stam" ;
    a2a:PersonNameFirstName "Frederika" ;
    a2a:PersonNameLastName "Stam"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeidster" .

oa:person_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Person-0e8e49a3-1024-4f51-ae0a-40ce1f4d9559
  a a2a:Person ;
  rdfs:label "Jan Springer" ;
  a2a:PersonName [
    rdfs:label "Jan Springer" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Springer"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "1 jaar en 5 maand" ;
    rdfs:label "1 jaar en 5 maand"
  ] ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1896-03-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Person-cb5a79f0-1d25-4084-b055-90fdb58801c6
  a a2a:Person ;
  rdfs:label "Evert Springer" ;
  a2a:PersonName [
    rdfs:label "Evert Springer" ;
    a2a:PersonNameFirstName "Evert" ;
    a2a:PersonNameLastName "Springer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:event_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1897" ;
    a2a:Month "8" ;
    a2a:Day "10" ;
    rdfs:label "1897-08-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Valthermond (Odoorn)" ;
    rdfs:label "Valthermond (Odoorn)"
  ] .

oa:relationep_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Person:e21ddbb7-5296-4f0c-9ff7-c2fd3dce96b5 ;
  a2a:EventKeyRef oa:event_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Event1 .

oa:relationep_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Person:0e8e49a3-1024-4f51-ae0a-40ce1f4d9559 ;
  a2a:EventKeyRef oa:event_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Event1 .

oa:relationep_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Person:cb5a79f0-1d25-4084-b055-90fdb58801c6 ;
  a2a:EventKeyRef oa:event_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf_Event1 .

oa:source_dar_0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn", "1897-08-11 - 1897-08-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-08-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-08-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1897" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1897-08-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1897, Periode: 1897" ;
    a2a:Book "Overlijdensregister Odoorn 1897" ;
    a2a:DocumentNumber "118" ;
    a2a:RegistryNumber "1897" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1897, Periode: 1897, Overlijdensregister Odoorn 1897, 118, 1897"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a7716403-ce21-9e4f-2bbd-840f3ecbe07f.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a7716403-ce21-9e4f-2bbd-840f3ecbe07f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf" ;
  a2a:RecordGUID "{0c2e0d00-9b44-4ea2-8a2a-e923cc9cb8cf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4313_00004313.xml van DAR" .

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