@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_7D7E1967-4B08-470F-8EE3-059658F223AB
  a a2a:Record ;
  rdfs:label "Overlijden op 12 april 1925 te Amersfoort, provincie Utrecht" ;
  a2a:hasPerson oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084680, oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084683, oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084681, oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084682 ;
  a2a:hasEvent oa:event_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Event1 ;
  a2a:hasRelationEP oa:relationep_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_0, oa:relationep_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_1, oa:relationep_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_2, oa:relationep_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_3 ;
  a2a:hasSource oa:source_hua_7D7E1967-4B08-470F-8EE3-059658F223AB ;
  schema:sameAs <https://hetutrechtsarchief.nl/id/7D7E19674B08470F8EE3059658F223AB> .

oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084680
  a a2a:Person ;
  rdfs:label "Frederikus Gerhardus Lucas Buddenberg" ;
  a2a:PersonName [
    rdfs:label "Frederikus Gerhardus Lucas Buddenberg" ;
    a2a:PersonNameFirstName "Frederikus Gerhardus Lucas" ;
    a2a:PersonNameLastName "Buddenberg"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] .

oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084683
  a a2a:Person ;
  rdfs:label "Katharina Niederprüm" ;
  a2a:PersonName [
    rdfs:label "Katharina Niederprüm" ;
    a2a:PersonNameFirstName "Katharina" ;
    a2a:PersonNameLastName "Niederprüm"
  ] .

oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084681
  a a2a:Person ;
  rdfs:label "Hendrik Buddenberg" ;
  a2a:PersonName [
    rdfs:label "Hendrik Buddenberg" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Buddenberg"
  ] .

oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084682
  a a2a:Person ;
  rdfs:label "Johanna Koch" ;
  a2a:PersonName [
    rdfs:label "Johanna Koch" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Koch"
  ] .

oa:event_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "12-04-1925" ;
    a2a:Year "1925" ;
    a2a:Month "04" ;
    a2a:Day "12" ;
    rdfs:label "1925-04-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Province "Utrecht" ;
    a2a:Place "Amersfoort" ;
    rdfs:label "Utrecht, Amersfoort"
  ] .

oa:relationep_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084680 ;
  a2a:EventKeyRef oa:event_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Event1 .

oa:relationep_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084683 ;
  a2a:EventKeyRef oa:event_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Event1 .

oa:relationep_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084681 ;
  a2a:EventKeyRef oa:event_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Event1 .

oa:relationep_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Person4439084682 ;
  a2a:EventKeyRef oa:event_hua_7D7E1967-4B08-470F-8EE3-059658F223AB_Event1 .

oa:source_hua_7D7E1967-4B08-470F-8EE3-059658F223AB
  a a2a:Source ;
  rdfs:label "Het Utrechts Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Amersfoort" ;
    a2a:Province "Utrecht" ;
    a2a:Country "Nederland" ;
    rdfs:label "Amersfoort, Utrecht, Nederland", "1925-04-14 - 1925-04-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1925-04-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1925-04-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "14-04-1925" ;
    a2a:Year "1925" ;
    a2a:Month "04" ;
    a2a:Day "14" ;
    rdfs:label "14-04-1925"
  ] ;
  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 1903-1942" ;
    a2a:Book "Amersfoort 1925" ;
    a2a:DocumentNumber "108" ;
    a2a:RegistryNumber "78-04" ;
    rdfs:label "Het Utrechts Archief, Utrecht, Burgerlijke Stand van de gemeenten in de provincie Utrecht 1903-1942, Amersfoort 1925, 108, 78-04"
  ] ;
  a2a:SourceLastChangeDate "2026-01-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hetutrechtsarchief.nl/collectie/7D7E19674B08470F8EE3059658F223AB" ;
  a2a:RecordIdentifier "4439084679" ;
  a2a:RecordGUID "{7D7E1967-4B08-470F-8EE3-059658F223AB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/609C5BDA2E554642E0534701000A17FD" .

