@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_319cc2f4-e574-4fd7-96eb-696c3b3f1882
  a a2a:Record ;
  rdfs:label "Overlijden op 28 september 1859 te Meppel" ;
  a2a:hasPerson oa:person_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Person-b4bf03e9-c132-4491-90a4-2cfe3d1745ac, oa:person_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Person-d505cd8e-6396-4851-b0bb-93eba4fdc779, oa:person_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Person-79ee70eb-d2ac-403a-8940-8cfe6c58e29a ;
  a2a:hasEvent oa:event_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_0, oa:relationep_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_1, oa:relationep_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_2 ;
  a2a:hasSource oa:source_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882 .

oa:person_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Person-b4bf03e9-c132-4491-90a4-2cfe3d1745ac
  a a2a:Person ;
  rdfs:label "Lutien van der Wolde" ;
  a2a:PersonName [
    rdfs:label "Lutien van der Wolde" ;
    a2a:PersonNameFirstName "Lutien" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wolde"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Person-d505cd8e-6396-4851-b0bb-93eba4fdc779
  a a2a:Person ;
  rdfs:label "Cornelis Hanou" ;
  a2a:PersonName [
    rdfs:label "Cornelis Hanou" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Hanou"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "7 jaar" ;
    rdfs:label "7 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Person-79ee70eb-d2ac-403a-8940-8cfe6c58e29a
  a a2a:Person ;
  rdfs:label "Diderik Willem Jan Hanou" ;
  a2a:PersonName [
    rdfs:label "Diderik Willem Jan Hanou" ;
    a2a:PersonNameFirstName "Diderik Willem Jan" ;
    a2a:PersonNameLastName "Hanou"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "schildersknecht" .

oa:event_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1859" ;
    a2a:Month "9" ;
    a2a:Day "28" ;
    rdfs:label "1859-09-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Person:b4bf03e9-c132-4491-90a4-2cfe3d1745ac ;
  a2a:EventKeyRef oa:event_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Event1 .

oa:relationep_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Person:d505cd8e-6396-4851-b0bb-93eba4fdc779 ;
  a2a:EventKeyRef oa:event_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Event1 .

oa:relationep_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Person:79ee70eb-d2ac-403a-8940-8cfe6c58e29a ;
  a2a:EventKeyRef oa:event_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882_Event1 .

oa:source_dar_319cc2f4-e574-4fd7-96eb-696c3b3f1882
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1859-09-29 - 1859-09-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-09-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-09-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1859" ;
    a2a:Month "9" ;
    a2a:Day "29" ;
    rdfs:label "1859-09-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1859, Periode: 1859" ;
    a2a:Book "Overlijdensregister Meppel 1859" ;
    a2a:DocumentNumber "169" ;
    a2a:RegistryNumber "1859" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1859, Periode: 1859, Overlijdensregister Meppel 1859, 169, 1859"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/975b83b6-f54c-d2b5-a98c-5b1b6839589e.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/319cc2f4-e574-4fd7-96eb-696c3b3f1882" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/975b83b6-f54c-d2b5-a98c-5b1b6839589e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/319cc2f4-e574-4fd7-96eb-696c3b3f1882" ;
  a2a:RecordGUID "{319cc2f4-e574-4fd7-96eb-696c3b3f1882}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5419_00005419.xml van DAR" .

[] a2a:PersonRemarkdiversen """Plaats doop: -
Opmerkingen: woonplaats Utrecht""" .
