@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_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F
  a a2a:Record ;
  rdfs:label "Overlijden op 7 juli 1872 te Haarlem" ;
  a2a:hasPerson oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968730, oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968733, oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968731, oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968732 ;
  a2a:hasEvent oa:event_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_0, oa:relationep_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_1, oa:relationep_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_2, oa:relationep_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_3 ;
  a2a:hasSource oa:source_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F .

oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968730
  a a2a:Person ;
  rdfs:label "Catharina Jacoba Moritz" ;
  a2a:PersonName [
    rdfs:label "Catharina Jacoba Moritz" ;
    a2a:PersonNameFirstName "Catharina Jacoba" ;
    a2a:PersonNameLastName "Moritz"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Haarlem" ;
    rdfs:label "Haarlem"
  ] .

oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968733
  a a2a:Person ;
  rdfs:label "Alettus Schüller" ;
  a2a:PersonName [
    rdfs:label "Alettus Schüller" ;
    a2a:PersonNameFirstName "Alettus" ;
    a2a:PersonNameLastName "Schüller"
  ] .

oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968731
  a a2a:Person ;
  rdfs:label "Philippus Theodorus Moritz" ;
  a2a:PersonName [
    rdfs:label "Philippus Theodorus Moritz" ;
    a2a:PersonNameFirstName "Philippus Theodorus" ;
    a2a:PersonNameLastName "Moritz"
  ] .

oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968732
  a a2a:Person ;
  rdfs:label "Catharina Volkert" ;
  a2a:PersonName [
    rdfs:label "Catharina Volkert" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Volkert"
  ] .

oa:event_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "07" ;
    a2a:Day "07" ;
    rdfs:label "1872-07-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Haarlem" ;
    rdfs:label "Haarlem"
  ] .

oa:relationep_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968730 ;
  a2a:EventKeyRef oa:event_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Event1 .

oa:relationep_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968733 ;
  a2a:EventKeyRef oa:event_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Event1 .

oa:relationep_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968731 ;
  a2a:EventKeyRef oa:event_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Event1 .

oa:relationep_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Person4077968732 ;
  a2a:EventKeyRef oa:event_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F_Event1 .

oa:source_nha_99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1872-07-08 - 1872-07-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-07-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-07-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "08-07-1872" ;
    a2a:Year "1872" ;
    a2a:Month "07" ;
    a2a:Day "08" ;
    rdfs:label "08-07-1872"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Haarlem, Archiefdeel van (dubbele) registers van de" ;
    a2a:Book "Overlijdensakten van de gemeente Haarlem, 1872" ;
    a2a:DocumentNumber "484" ;
    a2a:RegistryNumber "31872" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Haarlem, Archiefdeel van (dubbele) registers van de, Overlijdensakten van de gemeente Haarlem, 1872, 484, 31872"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/7FFA6F9AF9864F1BA7E8E5C41A0718F2" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/7FFA6F9AF9864F1BA7E8E5C41A0718F2" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/7FFA6F9AF9864F1BA7E8E5C41A0718F2"
  ] ;
  a2a:SourceLastChangeDate "2025-04-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12102/99BDF987B24F4FD8AF5F0C8CDFE9E76F" ;
  a2a:RecordIdentifier "4077968729" ;
  a2a:RecordGUID "{99BDF987-B24F-4FD8-AF5F-0C8CDFE9E76F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/50D5B402B2DF4477B825DF2396B7B3FD" .

