@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_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF
  a a2a:Record ;
  rdfs:label "Overlijden op 1 januari 1849 te Steenwijkerwold" ;
  a2a:hasPerson oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287912, oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287911, oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287910, oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287913 ;
  a2a:hasEvent oa:event_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_0, oa:relationep_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_1, oa:relationep_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_2, oa:relationep_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_3 ;
  a2a:hasSource oa:source_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF .

oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287912
  a a2a:Person ;
  rdfs:label "Teuntje de Vries" ;
  a2a:PersonName [
    rdfs:label "Teuntje de Vries" ;
    a2a:PersonNameFirstName "Teuntje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Steenwijkerwold" ;
    rdfs:label "Steenwijkerwold"
  ] .

oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287911
  a a2a:Person ;
  rdfs:label "Hendrikus Even" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Even" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Even"
  ] .

oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287910
  a a2a:Person ;
  rdfs:label "Foppe de Vries" ;
  a2a:PersonName [
    rdfs:label "Foppe de Vries" ;
    a2a:PersonNameFirstName "Foppe" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] .

oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287913
  a a2a:Person ;
  rdfs:label "Gerrigje de Vent" ;
  a2a:PersonName [
    rdfs:label "Gerrigje de Vent" ;
    a2a:PersonNameFirstName "Gerrigje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vent"
  ] .

oa:event_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "01-01-1849" ;
    a2a:Year "1849" ;
    a2a:Month "01" ;
    a2a:Day "01" ;
    rdfs:label "1849-01-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Steenwijkerwold" ;
    rdfs:label "Steenwijkerwold"
  ] .

oa:relationep_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287912 ;
  a2a:EventKeyRef oa:event_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Event1 .

oa:relationep_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287911 ;
  a2a:EventKeyRef oa:event_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Event1 .

oa:relationep_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287910 ;
  a2a:EventKeyRef oa:event_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Event1 .

oa:relationep_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Person3630287913 ;
  a2a:EventKeyRef oa:event_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF_Event1 .

oa:source_hco_2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Steenwijkerwold" ;
    a2a:Country "Nederland" ;
    rdfs:label "Steenwijkerwold, Nederland", "1849-01-02 - 1849-01-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1849-01-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1849-01-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "02-01-1849" ;
    a2a:Year "1849" ;
    a2a:Month "01" ;
    a2a:Day "02" ;
    rdfs:label "02-01-1849"
  ] ;
  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 "2" ;
    a2a:RegistryNumber "11971" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van overlijden, Steenwijkerwold, 2, 11971"
  ] ;
  a2a:SourceLastChangeDate "2024-03-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/2AB986D70D2F4A469D2ECF8A1753ABDF" ;
  a2a:RecordIdentifier "3630287909" ;
  a2a:RecordGUID "{2AB986D7-0D2F-4A46-9D2E-CF8A1753ABDF}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/CDC0158CB9EE44F7A4B44DD87656ED2E" .

