@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_c3ebc736-9900-4e58-8607-e2967356a99e
  a a2a:Record ;
  rdfs:label "Overlijden op 9 januari 1891 te Dalen" ;
  a2a:hasPerson oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person-e0d95076-584c-4277-bf2e-3a419f14869b, oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person-9276f696-8c8e-4630-aa4f-f6100375a2e3, oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person-88dc8d62-2c9a-4786-914c-e9678ed00c06, oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person-c51acb8a-42f5-4105-9a41-fb4c7932bfa3 ;
  a2a:hasEvent oa:event_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_c3ebc736-9900-4e58-8607-e2967356a99e_0, oa:relationep_dar_c3ebc736-9900-4e58-8607-e2967356a99e_1, oa:relationep_dar_c3ebc736-9900-4e58-8607-e2967356a99e_2 ;
  a2a:hasRelationPP oa:relationpp_dar_c3ebc736-9900-4e58-8607-e2967356a99e_0 ;
  a2a:hasSource oa:source_dar_c3ebc736-9900-4e58-8607-e2967356a99e .

oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person-e0d95076-584c-4277-bf2e-3a419f14869b
  a a2a:Person ;
  rdfs:label "Jonas Bierman" ;
  a2a:PersonName [
    rdfs:label "Jonas Bierman" ;
    a2a:PersonNameFirstName "Jonas" ;
    a2a:PersonNameLastName "Bierman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person-9276f696-8c8e-4630-aa4f-f6100375a2e3
  a a2a:Person ;
  rdfs:label "Marchien Vos" ;
  a2a:PersonName [
    rdfs:label "Marchien Vos" ;
    a2a:PersonNameFirstName "Marchien" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person-88dc8d62-2c9a-4786-914c-e9678ed00c06
  a a2a:Person ;
  rdfs:label "Aaltje Waissel" ;
  a2a:PersonName [
    rdfs:label "Aaltje Waissel" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Waissel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "72 jaar" ;
    rdfs:label "72 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1818" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1818-09-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person-c51acb8a-42f5-4105-9a41-fb4c7932bfa3
  a a2a:Person ;
  rdfs:label "Jacob Waissel" ;
  a2a:PersonName [
    rdfs:label "Jacob Waissel" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Waissel"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1891" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1891-01-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen"
  ] .

oa:relationep_dar_c3ebc736-9900-4e58-8607-e2967356a99e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person:9276f696-8c8e-4630-aa4f-f6100375a2e3 ;
  a2a:EventKeyRef oa:event_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Event1 .

oa:relationep_dar_c3ebc736-9900-4e58-8607-e2967356a99e_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person:88dc8d62-2c9a-4786-914c-e9678ed00c06 ;
  a2a:EventKeyRef oa:event_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Event1 .

oa:relationep_dar_c3ebc736-9900-4e58-8607-e2967356a99e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person:c51acb8a-42f5-4105-9a41-fb4c7932bfa3 ;
  a2a:EventKeyRef oa:event_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Event1 .

oa:relationpp_dar_c3ebc736-9900-4e58-8607-e2967356a99e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person:88dc8d62-2c9a-4786-914c-e9678ed00c06, oa:person_dar_c3ebc736-9900-4e58-8607-e2967356a99e_Person:e0d95076-584c-4277-bf2e-3a419f14869b .

oa:source_dar_c3ebc736-9900-4e58-8607-e2967356a99e
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen", "1891-01-10 - 1891-01-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-01-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-01-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1891-01-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1891, Periode: 1891" ;
    a2a:Book "Overlijdensregister Dalen 1891" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "1891" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1891, Periode: 1891, Overlijdensregister Dalen 1891, 3, 1891"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/bcfbaf9c-f863-b3fd-8e6f-483d7d03d2bf.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c3ebc736-9900-4e58-8607-e2967356a99e" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/bcfbaf9c-f863-b3fd-8e6f-483d7d03d2bf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c3ebc736-9900-4e58-8607-e2967356a99e" ;
  a2a:RecordGUID "{c3ebc736-9900-4e58-8607-e2967356a99e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7280_00007280.xml van DAR" .

