@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_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf
  a a2a:Record ;
  rdfs:label "Overlijden op 10 januari 1933" ;
  a2a:hasPerson oa:person_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_Person1, oa:person_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_Person2 ;
  a2a:hasEvent oa:event_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_Event1 ;
  a2a:hasRelationEP oa:relationep_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_0, oa:relationep_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_1 ;
  a2a:hasSource oa:source_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf .

oa:person_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_Person1
  a a2a:Person ;
  rdfs:label "Joanna Maria Elisabeth Hoogestijn" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Elisabeth Hoogestijn" ;
    a2a:PersonNameFirstName "Joanna Maria Elisabeth" ;
    a2a:PersonNameLastName "Hoogestijn"
  ] ;
  a2a:BirthDate [
    a2a:Year "1865" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1865-04-19"^^xsd:date
  ] .

oa:person_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_Person2
  a a2a:Person ;
  rdfs:label "Wilhelm Buch" ;
  a2a:PersonName [
    rdfs:label "Wilhelm Buch" ;
    a2a:PersonNameFirstName "Wilhelm" ;
    a2a:PersonNameLastName "Buch"
  ] .

oa:event_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1933" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1933-01-10"^^xsd:date
  ] ;
  a2a:EventRemark01_Stamboomdatabase "https://stambomen.hvsoest.nl/humogen/family.php?tree_id=1&id=&main_person=I70958" .

oa:relationep_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_Person1 ;
  a2a:EventKeyRef oa:event_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_Event1 .

oa:relationep_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_Person2 ;
  a2a:EventKeyRef oa:event_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf_Event1 .

oa:source_soe_67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf
  a a2a:Source ;
  rdfs:label "Historische Vereniging Soest/Soesterberg, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Soest" ;
    rdfs:label "Soest", "1800-01-01 - 2025-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2025-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historische Vereniging Soest/Soesterberg" ;
    rdfs:label "Historische Vereniging Soest/Soesterberg"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://static.reto.media/hvsoestnl/bidprentjes/TypeM_011h.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://static.reto.media/hvsoestnl/bidprentjes/HoogestijnJME1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-05-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.hvsoest.nl/bidprentjes/759/joanna-maria-elisabeth-hoogestijn" ;
  a2a:RecordIdentifier "759" ;
  a2a:RecordGUID "{67fcbcd5-41cd-4c95-14a0-16f2af8a0fdf}" ;
  a2a:SourceRemarkProvenance "Bidprentjes van de Historische Vereniging Soest/Soesterberg; gescrapet van https://www.hvsoest.nl/bidprentjes, HTML naar CSV naar A2A" .

