@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_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e
  a a2a:Record ;
  rdfs:label "Overlijden op 31 maart 1840 te Beilen" ;
  a2a:hasPerson oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person-cbcdbcf6-9907-42af-bb59-784984393238, oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person-c36430b4-db6a-44fe-add4-9d42759cb66a, oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person-c2d0bdd4-5096-46bf-ada8-80231247c68f, oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person-54322908-5da2-487f-b0f2-b671474f4431 ;
  a2a:hasEvent oa:event_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_0, oa:relationep_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_1, oa:relationep_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_2 ;
  a2a:hasRelationPP oa:relationpp_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_0 ;
  a2a:hasSource oa:source_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e .

oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person-cbcdbcf6-9907-42af-bb59-784984393238
  a a2a:Person ;
  rdfs:label "Geesje Roelofs Sijken" ;
  a2a:PersonName [
    rdfs:label "Geesje Roelofs Sijken" ;
    a2a:PersonNameFirstName "Geesje Roelofs" ;
    a2a:PersonNameLastName "Sijken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person-c36430b4-db6a-44fe-add4-9d42759cb66a
  a a2a:Person ;
  rdfs:label "Grietjen Harms" ;
  a2a:PersonName [
    rdfs:label "Grietjen Harms" ;
    a2a:PersonNameFirstName "Grietjen" ;
    a2a:PersonNameLastName "Harms"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person-c2d0bdd4-5096-46bf-ada8-80231247c68f
  a a2a:Person ;
  rdfs:label "Harm Timmer" ;
  a2a:PersonName [
    rdfs:label "Harm Timmer" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Timmer"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1760" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1760-06-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen"
  ] ;
  a2a:Profession "politiebode" .

oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person-54322908-5da2-487f-b0f2-b671474f4431
  a a2a:Person ;
  rdfs:label "Albert Reins" ;
  a2a:PersonName [
    rdfs:label "Albert Reins" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Reins"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1840" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1840-03-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen"
  ] .

oa:relationep_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person:c36430b4-db6a-44fe-add4-9d42759cb66a ;
  a2a:EventKeyRef oa:event_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Event1 .

oa:relationep_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person:c2d0bdd4-5096-46bf-ada8-80231247c68f ;
  a2a:EventKeyRef oa:event_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Event1 .

oa:relationep_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person:54322908-5da2-487f-b0f2-b671474f4431 ;
  a2a:EventKeyRef oa:event_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Event1 .

oa:relationpp_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person:c2d0bdd4-5096-46bf-ada8-80231247c68f, oa:person_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e_Person:cbcdbcf6-9907-42af-bb59-784984393238 .

oa:source_dar_e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen", "1840-03-31 - 1840-03-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-03-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-03-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1840" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1840-03-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Uittreksel, Deel: 1840, Periode: 1840" ;
    a2a:Book "Overlijdensregister Beilen 1840" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "1840" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Uittreksel, Deel: 1840, Periode: 1840, Overlijdensregister Beilen 1840, 16, 1840"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/9c643724-416a-dfdb-fac6-d4c93328503f.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/9c643724-416a-dfdb-fac6-d4c93328503f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e" ;
  a2a:RecordGUID "{e66f067f-76b7-4f0e-bb8a-c3b51c6fac7e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6374_00006374.xml van DAR" .

