@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 schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F
  a a2a:Record ;
  rdfs:label "Overlijden op 17 februari 1952 te Utrecht, provincie Utrecht" ;
  a2a:hasPerson oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863647, oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863650, oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863648, oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863649 ;
  a2a:hasEvent oa:event_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Event1 ;
  a2a:hasRelationEP oa:relationep_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_0, oa:relationep_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_1, oa:relationep_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_2, oa:relationep_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_3 ;
  a2a:hasSource oa:source_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F ;
  schema:sameAs <https://hetutrechtsarchief.nl/id/13DD8564DBF348C79C1964CD3C1DA97F> .

oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863647
  a a2a:Person ;
  rdfs:label "George Willem van Heukelom" ;
  a2a:PersonName [
    rdfs:label "George Willem van Heukelom" ;
    a2a:PersonNameFirstName "George Willem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heukelom"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "81" ;
    rdfs:label "81"
  ] .

oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863650
  a a2a:Person ;
  rdfs:label "Hendrika Jacoba van den Brandeler" ;
  a2a:PersonName [
    rdfs:label "Hendrika Jacoba van den Brandeler" ;
    a2a:PersonNameFirstName "Hendrika Jacoba" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Brandeler"
  ] .

oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863648
  a a2a:Person ;
  rdfs:label "Jean Charles van Heukelom" ;
  a2a:PersonName [
    rdfs:label "Jean Charles van Heukelom" ;
    a2a:PersonNameFirstName "Jean Charles" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heukelom"
  ] .

oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863649
  a a2a:Person ;
  rdfs:label "Johanna Margareta Vreede" ;
  a2a:PersonName [
    rdfs:label "Johanna Margareta Vreede" ;
    a2a:PersonNameFirstName "Johanna Margareta" ;
    a2a:PersonNameLastName "Vreede"
  ] .

oa:event_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "17-02-1952" ;
    a2a:Year "1952" ;
    a2a:Month "02" ;
    a2a:Day "17" ;
    rdfs:label "1952-02-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Province "Utrecht" ;
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht, Utrecht"
  ] .

oa:relationep_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863647 ;
  a2a:EventKeyRef oa:event_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Event1 .

oa:relationep_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863650 ;
  a2a:EventKeyRef oa:event_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Event1 .

oa:relationep_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863648 ;
  a2a:EventKeyRef oa:event_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Event1 .

oa:relationep_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Person4646863649 ;
  a2a:EventKeyRef oa:event_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F_Event1 .

oa:source_hua_13DD8564-DBF3-48C7-9C19-64CD3C1DA97F
  a a2a:Source ;
  rdfs:label "Het Utrechts Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "De Bilt" ;
    a2a:Province "Utrecht" ;
    a2a:Country "Nederland" ;
    rdfs:label "De Bilt, Utrecht, Nederland", "1952-02-25 - 1952-02-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1952-02-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1952-02-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "25-02-1952" ;
    a2a:Year "1952" ;
    a2a:Month "02" ;
    a2a:Day "25" ;
    rdfs:label "25-02-1952"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Het Utrechts Archief" ;
    a2a:Place "Utrecht" ;
    a2a:Collection "Burgerlijke Stand van de gemeenten in de provincie Utrecht 1951-1960" ;
    a2a:Book "-" ;
    a2a:DocumentNumber "32" ;
    a2a:RegistryNumber "1543" ;
    rdfs:label "Het Utrechts Archief, Utrecht, Burgerlijke Stand van de gemeenten in de provincie Utrecht 1951-1960, -, 32, 1543"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/39/609C5C21CF864642E0534701000A17FD" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/39/609C5C21CF864642E0534701000A17FD" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/39/609C5C21CF864642E0534701000A17FD"
  ] ;
  a2a:SourceLastChangeDate "2026-05-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hetutrechtsarchief.nl/collectie/13DD8564DBF348C79C1964CD3C1DA97F" ;
  a2a:RecordIdentifier "4646863646" ;
  a2a:RecordGUID "{13DD8564-DBF3-48C7-9C19-64CD3C1DA97F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/609C5C29D85F4642E0534701000A17FD" .

