@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_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f
  a a2a:Record ;
  rdfs:label "Overlijden op 11 juli 1899 te Paterswolde (Eelde)" ;
  a2a:hasPerson oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person-e2431102-61c7-4405-8d65-807ba95b5131, oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person-4d51e02f-e709-4935-a10b-6874036f45ac, oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person-d96eff5a-34c4-4333-91df-337f3867c5aa, oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person-bb69f4ad-79c0-4347-9b40-58cfeacb9fbe ;
  a2a:hasEvent oa:event_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_0, oa:relationep_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_1, oa:relationep_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_2 ;
  a2a:hasRelationPP oa:relationpp_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_0 ;
  a2a:hasSource oa:source_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f .

oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person-e2431102-61c7-4405-8d65-807ba95b5131
  a a2a:Person ;
  rdfs:label "Hendrik Arends" ;
  a2a:PersonName [
    rdfs:label "Hendrik Arends" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Arends"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person-4d51e02f-e709-4935-a10b-6874036f45ac
  a a2a:Person ;
  rdfs:label "Willemina Bonder" ;
  a2a:PersonName [
    rdfs:label "Willemina Bonder" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Bonder"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person-d96eff5a-34c4-4333-91df-337f3867c5aa
  a a2a:Person ;
  rdfs:label "Geertruida Nijdam" ;
  a2a:PersonName [
    rdfs:label "Geertruida Nijdam" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Nijdam"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1834" ;
    a2a:Month "9" ;
    a2a:Day "17" ;
    rdfs:label "1834-09-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Haren (Groningen)" ;
    rdfs:label "Haren (Groningen)"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person-bb69f4ad-79c0-4347-9b40-58cfeacb9fbe
  a a2a:Person ;
  rdfs:label "Andries Nijdam" ;
  a2a:PersonName [
    rdfs:label "Andries Nijdam" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Nijdam"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "7" ;
    a2a:Day "11" ;
    rdfs:label "1899-07-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Paterswolde (Eelde)" ;
    rdfs:label "Paterswolde (Eelde)"
  ] .

oa:relationep_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person:4d51e02f-e709-4935-a10b-6874036f45ac ;
  a2a:EventKeyRef oa:event_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Event1 .

oa:relationep_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person:d96eff5a-34c4-4333-91df-337f3867c5aa ;
  a2a:EventKeyRef oa:event_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Event1 .

oa:relationep_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person:bb69f4ad-79c0-4347-9b40-58cfeacb9fbe ;
  a2a:EventKeyRef oa:event_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Event1 .

oa:relationpp_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person:d96eff5a-34c4-4333-91df-337f3867c5aa, oa:person_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f_Person:e2431102-61c7-4405-8d65-807ba95b5131 .

oa:source_dar_0848f8a8-beaa-46cc-9c58-3bb73efbdc3f
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde", "1899-07-13 - 1899-07-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-07-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-07-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1899-07-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1899, Periode: 1899" ;
    a2a:Book "Overlijdensregister Eelde 1899" ;
    a2a:DocumentNumber "22" ;
    a2a:RegistryNumber "1899" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1899, Periode: 1899, Overlijdensregister Eelde 1899, 22, 1899"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/c720d820-4ded-e2b1-5330-ac44e2acfaaf.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0848f8a8-beaa-46cc-9c58-3bb73efbdc3f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/c720d820-4ded-e2b1-5330-ac44e2acfaaf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0848f8a8-beaa-46cc-9c58-3bb73efbdc3f" ;
  a2a:RecordGUID "{0848f8a8-beaa-46cc-9c58-3bb73efbdc3f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4260_00004260.xml van DAR" .

