@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_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D
  a a2a:Record ;
  rdfs:label "Overlijden op 13 mei 1903 te de Berg (Steenwijkerwold)" ;
  a2a:hasPerson oa:person_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Person3630318705, oa:person_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Person3630318704, oa:person_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Person3630318706 ;
  a2a:hasEvent oa:event_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_0, oa:relationep_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_1, oa:relationep_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_2 ;
  a2a:hasSource oa:source_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D .

oa:person_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Person3630318705
  a a2a:Person ;
  rdfs:label "nn Meijerink" ;
  a2a:PersonName [
    rdfs:label "nn Meijerink" ;
    a2a:PersonNameFirstName "nn" ;
    a2a:PersonNameLastName "Meijerink"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "0" ;
    rdfs:label "0"
  ] ;
  a2a:BirthPlace [
    a2a:Place "de Berg (Steenwijkerwold)" ;
    rdfs:label "de Berg (Steenwijkerwold)"
  ] .

oa:person_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Person3630318704
  a a2a:Person ;
  rdfs:label "Mathijs Meijerink" ;
  a2a:PersonName [
    rdfs:label "Mathijs Meijerink" ;
    a2a:PersonNameFirstName "Mathijs" ;
    a2a:PersonNameLastName "Meijerink"
  ] .

oa:person_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Person3630318706
  a a2a:Person ;
  rdfs:label "Anna de Lange" ;
  a2a:PersonName [
    rdfs:label "Anna de Lange" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Lange"
  ] .

oa:event_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "13-05-1903" ;
    a2a:Year "1903" ;
    a2a:Month "05" ;
    a2a:Day "13" ;
    rdfs:label "1903-05-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "de Berg (Steenwijkerwold)" ;
    rdfs:label "de Berg (Steenwijkerwold)"
  ] .

oa:relationep_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Person3630318705 ;
  a2a:EventKeyRef oa:event_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Event1 .

oa:relationep_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Person3630318704 ;
  a2a:EventKeyRef oa:event_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Event1 .

oa:relationep_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Person3630318706 ;
  a2a:EventKeyRef oa:event_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D_Event1 .

oa:source_hco_2CF521F2-95FD-47D9-856B-AFB0ECBFC98D
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Steenwijkerwold" ;
    a2a:Country "Nederland" ;
    rdfs:label "Steenwijkerwold, Nederland", "1903-05-14 - 1903-05-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-05-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-05-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "14-05-1903" ;
    a2a:Year "1903" ;
    a2a:Month "05" ;
    a2a:Day "14" ;
    rdfs:label "14-05-1903"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel locatie Zwolle" ;
    a2a:Place "Zwolle" ;
    a2a:Collection "Burgerlijke Stand in Overijssel" ;
    a2a:Book "Registers van overlijden, Steenwijkerwold" ;
    a2a:DocumentNumber "47" ;
    a2a:RegistryNumber "11978" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van overlijden, Steenwijkerwold, 47, 11978"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/141/14816CED618D4B0D82ACB21CFD30E0B6" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/141/14816CED618D4B0D82ACB21CFD30E0B6" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/141/14816CED618D4B0D82ACB21CFD30E0B6"
  ] ;
  a2a:SourceLastChangeDate "2024-03-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/2CF521F295FD47D9856BAFB0ECBFC98D" ;
  a2a:RecordIdentifier "3630318703" ;
  a2a:RecordGUID "{2CF521F2-95FD-47D9-856B-AFB0ECBFC98D}" ;
  a2a:SourceRemarkOpmerking "levenloos geboren" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/C73B333139D64858A14E62A401F64CCE" .

