@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_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04
  a a2a:Record ;
  rdfs:label "Overlijden op 30 januari 1848 te Nisse" ;
  a2a:hasPerson oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person1, oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person2, oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person3, oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person5 ;
  a2a:hasEvent oa:event_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Event1 ;
  a2a:hasRelationEP oa:relationep_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_0, oa:relationep_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_1, oa:relationep_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_2, oa:relationep_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_3 ;
  a2a:hasSource oa:source_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04 .

oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person1
  a a2a:Person ;
  rdfs:label "Reijnier de Fouw" ;
  a2a:PersonName [
    rdfs:label "Reijnier de Fouw" ;
    a2a:PersonNameFirstName "Reijnier" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Fouw"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Nisse" ;
    rdfs:label "Nisse"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "76" ;
    rdfs:label "76"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Goes" ;
    rdfs:label "Goes"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person2
  a a2a:Person ;
  rdfs:label "Cornelis Kousemaker" ;
  a2a:PersonName [
    rdfs:label "Cornelis Kousemaker" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Kousemaker"
  ] ;
  a2a:Residence [
    a2a:Place "Nisse" ;
    rdfs:label "Nisse"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "48" ;
    rdfs:label "48"
  ] ;
  a2a:Profession "arbeider" .

oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person3
  a a2a:Person ;
  rdfs:label "Gerard Eckhardt" ;
  a2a:PersonName [
    rdfs:label "Gerard Eckhardt" ;
    a2a:PersonNameFirstName "Gerard" ;
    a2a:PersonNameLastName "Eckhardt"
  ] ;
  a2a:Residence [
    a2a:Place "Nisse" ;
    rdfs:label "Nisse"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "44" ;
    rdfs:label "44"
  ] ;
  a2a:Profession "broodbakker" .

oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person5
  a a2a:Person ;
  rdfs:label "Anna Everwijn" ;
  a2a:PersonName [
    rdfs:label "Anna Everwijn" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Everwijn"
  ] .

oa:event_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1848" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1848-01-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nisse" ;
    rdfs:label "Nisse"
  ] ;
  a2a:EventRemark04_Burgerlijke_staat "W" ;
  a2a:EventRemark02_Handtekening_aangever_2 "Ja" ;
  a2a:EventRemark03_Tijd_van_overlijden "19:00" ;
  a2a:EventRemark01_Handtekening_aangever_1 "Ja" .

oa:relationep_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person1 ;
  a2a:EventKeyRef oa:event_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Event1 .

oa:relationep_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person2 ;
  a2a:EventKeyRef oa:event_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Event1 .

oa:relationep_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_2
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person3 ;
  a2a:EventKeyRef oa:event_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Event1 .

oa:relationep_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_3
  a a2a:RelationEP ;
  rdfs:label "other:Weduwe" ;
  a2a:RelationType "other:Weduwe" ;
  a2a:PersonKeyRef oa:person_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Person5 ;
  a2a:EventKeyRef oa:event_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04_Event1 .

oa:source_bor_3b2c8378-c360-e257-d1f3-e7c8f330ce04
  a a2a:Source ;
  rdfs:label "Gemeentearchief Borsele, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nisse" ;
    rdfs:label "Nisse", "1811-01-01 - 1966-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1966-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1848" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1848-01-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Borsele" ;
    a2a:Collection "Burgerlijke Stand Overlijden Borsele 1848" ;
    a2a:DocumentNumber "2" ;
    rdfs:label "Gemeentearchief Borsele, Burgerlijke Stand Overlijden Borsele 1848, 2"
  ] ;
  a2a:SourceLastChangeDate "2016-02-16"^^xsd:date ;
  a2a:RecordGUID "{3b2c8378-c360-e257-d1f3-e7c8f330ce04}" .

