@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_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37
  a a2a:Record ;
  rdfs:label "Overlijden op 8 oktober 1921 te Middelburg" ;
  a2a:hasPerson oa:person_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Person1151349458, oa:person_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Person1151349457, oa:person_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Person1151349459 ;
  a2a:hasEvent oa:event_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_0, oa:relationep_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_1, oa:relationep_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_2 ;
  a2a:hasSource oa:source_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37 .

oa:person_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Person1151349458
  a a2a:Person ;
  rdfs:label "Johannes Franciscus Bakx" ;
  a2a:PersonName [
    rdfs:label "Johannes Franciscus Bakx" ;
    a2a:PersonNameFirstName "Johannes Franciscus" ;
    a2a:PersonNameLastName "Bakx"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "16 dagen" ;
    rdfs:label "16 dagen"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Middelburg" ;
    rdfs:label "Middelburg"
  ] .

oa:person_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Person1151349457
  a a2a:Person ;
  rdfs:label "Danker Adrianus Bakx" ;
  a2a:PersonName [
    rdfs:label "Danker Adrianus Bakx" ;
    a2a:PersonNameFirstName "Danker Adrianus" ;
    a2a:PersonNameLastName "Bakx"
  ] ;
  a2a:Profession "Bankwerker" .

oa:person_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Person1151349459
  a a2a:Person ;
  rdfs:label "Aaltje Helena Bos" ;
  a2a:PersonName [
    rdfs:label "Aaltje Helena Bos" ;
    a2a:PersonNameFirstName "Aaltje Helena" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Profession "Zonder" .

oa:event_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "8-10-1921" ;
    a2a:Year "1921" ;
    a2a:Month "10" ;
    a2a:Day "08" ;
    rdfs:label "1921-10-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Middelburg" ;
    rdfs:label "Middelburg"
  ] .

oa:relationep_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Person1151349458 ;
  a2a:EventKeyRef oa:event_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Event1 .

oa:relationep_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Person1151349457 ;
  a2a:EventKeyRef oa:event_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Event1 .

oa:relationep_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Person1151349459 ;
  a2a:EventKeyRef oa:event_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37_Event1 .

oa:source_zar_C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Middelburg" ;
    a2a:Country "Nederland" ;
    rdfs:label "Middelburg, Nederland", "1921-01-01 - 1921-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1921" ;
    a2a:Year "1921" ;
    rdfs:label "1921"
  ] ;
  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 "Middelburg overlijdensakten burgerlijke stand" ;
    a2a:DocumentNumber "214" ;
    a2a:RegistryNumber "MDB-O-1921" ;
    rdfs:label "Zeeuws Archief, Middelburg, Burgerlijke Stand Zeeland (1796) 1811-1980, (1796) 1811-1980, Middelburg overlijdensakten burgerlijke stand, 214, MDB-O-1921"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/239/EEB32AEDF53547B58A2B0A723D9A7AE6" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/239/EEB32AEDF53547B58A2B0A723D9A7AE6" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/239/EEB32AEDF53547B58A2B0A723D9A7AE6"
  ] ;
  a2a:SourceLastChangeDate "2022-02-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12113/C5CCC9BC9BED42EBA0FC6281BFB2BA37" ;
  a2a:RecordIdentifier "1151349456" ;
  a2a:RecordGUID "{C5CCC9BC-9BED-42EB-A0FC-6281BFB2BA37}" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-MdbZA_25MDB-O-1921_54_A2A.xml van ZAR" .

