@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_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B
  a a2a:Record ;
  rdfs:label "Overlijden op 31 december 1855 te Goes" ;
  a2a:hasPerson oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492312, oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492311, oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492310, oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492313 ;
  a2a:hasEvent oa:event_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_0, oa:relationep_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_1, oa:relationep_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_2, oa:relationep_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_3 ;
  a2a:hasSource oa:source_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B .

oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492312
  a a2a:Person ;
  rdfs:label "Adriaan Hoezee" ;
  a2a:PersonName [
    rdfs:label "Adriaan Hoezee" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Hoezee"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "50 jaar" ;
    rdfs:label "50 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland"
  ] ;
  a2a:Profession "Arbeider" ;
  a2a:MaritalStatus "Gehuwd" .

oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492311
  a a2a:Person ;
  rdfs:label "Neeltje Ruster" ;
  a2a:PersonName [
    rdfs:label "Neeltje Ruster" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Ruster"
  ] ;
  a2a:Profession "Arbeidster" .

oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492310
  a a2a:Person ;
  rdfs:label "Marinus Hoezee" ;
  a2a:PersonName [
    rdfs:label "Marinus Hoezee" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Hoezee"
  ] .

oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492313
  a a2a:Person ;
  rdfs:label "Jacomina Blok" ;
  a2a:PersonName [
    rdfs:label "Jacomina Blok" ;
    a2a:PersonNameFirstName "Jacomina" ;
    a2a:PersonNameLastName "Blok"
  ] .

oa:event_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "31-12-1855" ;
    a2a:Year "1855" ;
    a2a:Month "12" ;
    a2a:Day "31" ;
    rdfs:label "1855-12-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Goes" ;
    rdfs:label "Goes"
  ] .

oa:relationep_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492312 ;
  a2a:EventKeyRef oa:event_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Event1 .

oa:relationep_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492311 ;
  a2a:EventKeyRef oa:event_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Event1 .

oa:relationep_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492310 ;
  a2a:EventKeyRef oa:event_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Event1 .

oa:relationep_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Person344492313 ;
  a2a:EventKeyRef oa:event_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B_Event1 .

oa:source_zar_71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Goes" ;
    a2a:Country "Nederland" ;
    rdfs:label "Goes, Nederland", "1856-01-01 - 1856-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1856-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1856-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1856" ;
    a2a:Year "1856" ;
    rdfs:label "1856"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Place "Middelburg" ;
    a2a:Collection "Burgerlijke Stand Zeeland (1796) 1811-1980, (1796) 1811-1980" ;
    a2a:Book "Goes overlijdensakten burgerlijke stand" ;
    a2a:DocumentNumber "2" ;
    a2a:RegistryNumber "GOE-O-1856" ;
    rdfs:label "Zeeuws Archief, Middelburg, Burgerlijke Stand Zeeland (1796) 1811-1980, (1796) 1811-1980, Goes overlijdensakten burgerlijke stand, 2, GOE-O-1856"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/239/5ED9ED3882DD4E30864AE746549538A0" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/239/5ED9ED3882DD4E30864AE746549538A0" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/239/5ED9ED3882DD4E30864AE746549538A0"
  ] ;
  a2a:SourceLastChangeDate "2022-02-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12113/71F34ADE2ED74DF48A6343F6D98EB33B" ;
  a2a:RecordIdentifier "344492309" ;
  a2a:RecordGUID "{71F34ADE-2ED7-4DF4-8A63-43F6D98EB33B}" ;
  a2a:SourceRemarkOpmerking "Hij woonde met zijn echtgenote te Baarland." ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/2029532B09EB4027B7E801E5B085DEFF" .

