@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_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF
  a a2a:Record ;
  rdfs:label "Overlijden op 23 november 1857 te Hoorn" ;
  a2a:hasPerson oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197564, oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197567, oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197565, oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197566 ;
  a2a:hasEvent oa:event_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_0, oa:relationep_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_1, oa:relationep_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_2, oa:relationep_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_3 ;
  a2a:hasSource oa:source_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF .

oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197564
  a a2a:Person ;
  rdfs:label "Dirkje Veer" ;
  a2a:PersonName [
    rdfs:label "Dirkje Veer" ;
    a2a:PersonNameFirstName "Dirkje" ;
    a2a:PersonNameLastName "Veer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "68" ;
    rdfs:label "68"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogkarspel" ;
    rdfs:label "Hoogkarspel"
  ] .

oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197567
  a a2a:Person ;
  rdfs:label "Hendricus Bronkhorst" ;
  a2a:PersonName [
    rdfs:label "Hendricus Bronkhorst" ;
    a2a:PersonNameFirstName "Hendricus" ;
    a2a:PersonNameLastName "Bronkhorst"
  ] .

oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197565
  a a2a:Person ;
  rdfs:label "Cornelis Dirkszoon Veer" ;
  a2a:PersonName [
    rdfs:label "Cornelis Dirkszoon Veer" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePatronym "Dirkszoon" ;
    a2a:PersonNameLastName "Veer"
  ] .

oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197566
  a a2a:Person ;
  rdfs:label "Mientje Lourens" ;
  a2a:PersonName [
    rdfs:label "Mientje Lourens" ;
    a2a:PersonNameFirstName "Mientje" ;
    a2a:PersonNameLastName "Lourens"
  ] .

oa:event_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1857" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1857-11-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:relationep_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197564 ;
  a2a:EventKeyRef oa:event_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Event1 .

oa:relationep_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197567 ;
  a2a:EventKeyRef oa:event_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Event1 .

oa:relationep_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197565 ;
  a2a:EventKeyRef oa:event_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Event1 .

oa:relationep_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Person4091197566 ;
  a2a:EventKeyRef oa:event_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF_Event1 .

oa:source_nha_165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1857-11-25 - 1857-11-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1857-11-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1857-11-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "25-11-1857" ;
    a2a:Year "1857" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "25-11-1857"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Hoorn, Archiefdeel van (dubbele) registers van de" ;
    a2a:Book "Overlijdensakten van de gemeente Hoorn, 1857" ;
    a2a:DocumentNumber "274" ;
    a2a:RegistryNumber "31857" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Hoorn, Archiefdeel van (dubbele) registers van de, Overlijdensakten van de gemeente Hoorn, 1857, 274, 31857"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/55D37C982946483B8C01EE1F1430056A" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/55D37C982946483B8C01EE1F1430056A" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/55D37C982946483B8C01EE1F1430056A"
  ] ;
  a2a:SourceLastChangeDate "2025-04-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12102/165CEF2EC3FE4AEFB5FBFDADF2D7DEEF" ;
  a2a:RecordIdentifier "4091197563" ;
  a2a:RecordGUID "{165CEF2E-C3FE-4AEF-B5FB-FDADF2D7DEEF}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/AC0F0B23A62343B098282AC7433CDFF4" .

