@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_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9
  a a2a:Record ;
  rdfs:label "Overlijden op 3 november 1882 te Zwolle" ;
  a2a:hasPerson oa:person_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Person3702547977, oa:person_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Person3702547978, oa:person_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Person3702547979 ;
  a2a:hasEvent oa:event_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_0, oa:relationep_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_1, oa:relationep_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_2 ;
  a2a:hasSource oa:source_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9 .

oa:person_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Person3702547977
  a a2a:Person ;
  rdfs:label "Gerrit Johannes Flik" ;
  a2a:PersonName [
    rdfs:label "Gerrit Johannes Flik" ;
    a2a:PersonNameFirstName "Gerrit Johannes" ;
    a2a:PersonNameLastName "Flik"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "1" ;
    rdfs:label "1"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zwolle" ;
    rdfs:label "Zwolle"
  ] .

oa:person_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Person3702547978
  a a2a:Person ;
  rdfs:label "Wolter Flik" ;
  a2a:PersonName [
    rdfs:label "Wolter Flik" ;
    a2a:PersonNameFirstName "Wolter" ;
    a2a:PersonNameLastName "Flik"
  ] .

oa:person_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Person3702547979
  a a2a:Person ;
  rdfs:label "Marijke Woudstra" ;
  a2a:PersonName [
    rdfs:label "Marijke Woudstra" ;
    a2a:PersonNameFirstName "Marijke" ;
    a2a:PersonNameLastName "Woudstra"
  ] .

oa:event_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "03-11-1882" ;
    a2a:Year "1882" ;
    a2a:Month "11" ;
    a2a:Day "03" ;
    rdfs:label "1882-11-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zwolle" ;
    rdfs:label "Zwolle"
  ] .

oa:relationep_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Person3702547977 ;
  a2a:EventKeyRef oa:event_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Event1 .

oa:relationep_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Person3702547978 ;
  a2a:EventKeyRef oa:event_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Event1 .

oa:relationep_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Person3702547979 ;
  a2a:EventKeyRef oa:event_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9_Event1 .

oa:source_hco_D2F4CDB0-F232-46FD-98E3-3F110C67A3D9
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zwolle" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zwolle, Nederland", "1882-11-03 - 1882-11-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1882-11-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1882-11-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-11-1882" ;
    a2a:Year "1882" ;
    a2a:Month "11" ;
    a2a:Day "03" ;
    rdfs:label "03-11-1882"
  ] ;
  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, Zwolle" ;
    a2a:DocumentNumber "534" ;
    a2a:RegistryNumber "15299" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van overlijden, Zwolle, 534, 15299"
  ] ;
  a2a:SourceLastChangeDate "2024-06-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/D2F4CDB0F23246FD98E33F110C67A3D9" ;
  a2a:RecordIdentifier "3702547976" ;
  a2a:RecordGUID "{D2F4CDB0-F232-46FD-98E3-3F110C67A3D9}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/6A1EA811F0304DACB19BD7411E912ACA" .

