@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_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b
  a a2a:Record ;
  rdfs:label "Overlijden op 27 juli 1987" ;
  a2a:hasPerson oa:person_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_Person1, oa:person_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_Person2 ;
  a2a:hasEvent oa:event_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_Event1 ;
  a2a:hasRelationEP oa:relationep_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_0, oa:relationep_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_1 ;
  a2a:hasSource oa:source_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b .

oa:person_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_Person1
  a a2a:Person ;
  rdfs:label "Mathilda Wilhelmina Roeten" ;
  a2a:PersonName [
    rdfs:label "Mathilda Wilhelmina Roeten" ;
    a2a:PersonNameFirstName "Mathilda Wilhelmina" ;
    a2a:PersonNameLastName "Roeten"
  ] ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "15" ;
    rdfs:label "1918-07-15"^^xsd:date
  ] .

oa:person_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_Person2
  a a2a:Person ;
  rdfs:label "A. J. van Woerkom" ;
  a2a:PersonName [
    rdfs:label "A. J. van Woerkom" ;
    a2a:PersonNameFirstName "A. J." ;
    a2a:PersonNameLastName "van Woerkom"
  ] .

oa:event_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1987" ;
    a2a:Month "7" ;
    a2a:Day "27" ;
    rdfs:label "1987-07-27"^^xsd:date
  ] ;
  a2a:EventRemark01_Stamboomdatabase "https://stambomen.hvsoest.nl/humogen/family.php?tree_id=1&id=&main_person=I22117" .

oa:relationep_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_Person1 ;
  a2a:EventKeyRef oa:event_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_Event1 .

oa:relationep_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_Person2 ;
  a2a:EventKeyRef oa:event_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b_Event1 .

oa:source_soe_8d86d57a-9ee3-b4e1-c004-cbfe08b4307b
  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/TypeXL_010ma.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://static.reto.media/hvsoestnl/bidprentjes/RoetenMW1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-05-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.hvsoest.nl/bidprentjes/1250/mathilda-wilhelmina-roeten" ;
  a2a:RecordIdentifier "1250" ;
  a2a:RecordGUID "{8d86d57a-9ee3-b4e1-c004-cbfe08b4307b}" ;
  a2a:SourceRemarkProvenance "Bidprentjes van de Historische Vereniging Soest/Soesterberg; gescrapet van https://www.hvsoest.nl/bidprentjes, HTML naar CSV naar A2A" .

