@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_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C
  a a2a:Record ;
  rdfs:label "Overlijden op 19 juli 1936 te Bussum" ;
  a2a:hasPerson oa:person_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Person4073640444, oa:person_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Person4073640445, oa:person_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Person4073640446 ;
  a2a:hasEvent oa:event_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_0, oa:relationep_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_1, oa:relationep_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_2 ;
  a2a:hasSource oa:source_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C .

oa:person_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Person4073640444
  a a2a:Person ;
  rdfs:label "Anne Jacqueline Matthieu" ;
  a2a:PersonName [
    rdfs:label "Anne Jacqueline Matthieu" ;
    a2a:PersonNameFirstName "Anne Jacqueline" ;
    a2a:PersonNameLastName "Matthieu"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "68" ;
    rdfs:label "68"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Person4073640445
  a a2a:Person ;
  rdfs:label "Jean Daniël Matthieu" ;
  a2a:PersonName [
    rdfs:label "Jean Daniël Matthieu" ;
    a2a:PersonNameFirstName "Jean Daniël" ;
    a2a:PersonNameLastName "Matthieu"
  ] .

oa:person_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Person4073640446
  a a2a:Person ;
  rdfs:label "Anna Jacoba Siekman" ;
  a2a:PersonName [
    rdfs:label "Anna Jacoba Siekman" ;
    a2a:PersonNameFirstName "Anna Jacoba" ;
    a2a:PersonNameLastName "Siekman"
  ] .

oa:event_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "19-07-1936" ;
    a2a:Year "1936" ;
    a2a:Month "07" ;
    a2a:Day "19" ;
    rdfs:label "1936-07-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bussum" ;
    rdfs:label "Bussum"
  ] .

oa:relationep_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Person4073640444 ;
  a2a:EventKeyRef oa:event_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Event1 .

oa:relationep_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Person4073640445 ;
  a2a:EventKeyRef oa:event_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Event1 .

oa:relationep_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Person4073640446 ;
  a2a:EventKeyRef oa:event_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C_Event1 .

oa:source_nha_8C93FD58-2D77-43C6-BCCF-2DA74F233F4C
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bussum" ;
    a2a:Country "Nederland" ;
    rdfs:label "Bussum, Nederland", "1936-07-20 - 1936-07-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1936-07-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1936-07-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "20-07-1936" ;
    a2a:Year "1936" ;
    a2a:Month "07" ;
    a2a:Day "20" ;
    rdfs:label "20-07-1936"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Bussum, Archiefdeel van (dubbele) registers van de" ;
    a2a:Book "Overlijdensakten van de gemeente Bussum, 1936" ;
    a2a:DocumentNumber "179" ;
    a2a:RegistryNumber "31936" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Bussum, Archiefdeel van (dubbele) registers van de, Overlijdensakten van de gemeente Bussum, 1936, 179, 31936"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/D0A156EE56F64F31AC461466708250D5" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/D0A156EE56F64F31AC461466708250D5" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/D0A156EE56F64F31AC461466708250D5"
  ] ;
  a2a:SourceLastChangeDate "2025-04-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12102/8C93FD582D7743C6BCCF2DA74F233F4C" ;
  a2a:RecordIdentifier "4073640443" ;
  a2a:RecordGUID "{8C93FD58-2D77-43C6-BCCF-2DA74F233F4C}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/40A60DE5DB6848458A40939047786B05" .

