@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_A7ECD666-AFAC-433D-941E-FD2EB43D786B
  a a2a:Record ;
  rdfs:label "Overlijden op 9 november 1890 te Utrecht, provincie Utrecht" ;
  a2a:hasPerson oa:person_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Person4075195810, oa:person_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Person4075195811, oa:person_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Person4075195812 ;
  a2a:hasEvent oa:event_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Event1 ;
  a2a:hasRelationEP oa:relationep_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_0, oa:relationep_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_1, oa:relationep_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_2 ;
  a2a:hasSource oa:source_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B ;
  schema:sameAs <https://hetutrechtsarchief.nl/id/A7ECD666AFAC433D941EFD2EB43D786B> .

oa:person_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Person4075195810
  a a2a:Person ;
  rdfs:label "Maria Louisa Rustemeijer" ;
  a2a:PersonName [
    rdfs:label "Maria Louisa Rustemeijer" ;
    a2a:PersonNameFirstName "Maria Louisa" ;
    a2a:PersonNameLastName "Rustemeijer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "2" ;
    rdfs:label "2"
  ] .

oa:person_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Person4075195811
  a a2a:Person ;
  rdfs:label "Frans Jozef Rustemeijer" ;
  a2a:PersonName [
    rdfs:label "Frans Jozef Rustemeijer" ;
    a2a:PersonNameFirstName "Frans Jozef" ;
    a2a:PersonNameLastName "Rustemeijer"
  ] .

oa:person_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Person4075195812
  a a2a:Person ;
  rdfs:label "Janna Folten" ;
  a2a:PersonName [
    rdfs:label "Janna Folten" ;
    a2a:PersonNameFirstName "Janna" ;
    a2a:PersonNameLastName "Folten"
  ] .

oa:event_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1890" ;
    a2a:Month "11" ;
    a2a:Day "09" ;
    rdfs:label "1890-11-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Province "Utrecht" ;
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht, Utrecht"
  ] .

oa:relationep_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Person4075195810 ;
  a2a:EventKeyRef oa:event_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Event1 .

oa:relationep_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Person4075195811 ;
  a2a:EventKeyRef oa:event_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Event1 .

oa:relationep_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Person4075195812 ;
  a2a:EventKeyRef oa:event_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B_Event1 .

oa:source_hua_A7ECD666-AFAC-433D-941E-FD2EB43D786B
  a a2a:Source ;
  rdfs:label "Het Utrechts Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1890-11-11 - 1890-11-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-11-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-11-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "11-11-1890" ;
    a2a:Year "1890" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "11-11-1890"
  ] ;
  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 1811-1902" ;
    a2a:Book "Utrecht 1890" ;
    a2a:DocumentNumber "1706" ;
    a2a:RegistryNumber "466-04" ;
    rdfs:label "Het Utrechts Archief, Utrecht, Burgerlijke Stand van de gemeenten in de provincie Utrecht 1811-1902, Utrecht 1890, 1706, 466-04"
  ] ;
  a2a:SourceLastChangeDate "2025-04-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hetutrechtsarchief.nl/collectie/A7ECD666AFAC433D941EFD2EB43D786B" ;
  a2a:RecordIdentifier "4075195809" ;
  a2a:RecordGUID "{A7ECD666-AFAC-433D-941E-FD2EB43D786B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/609C5C2CEC894642E0534701000A17FD" .

