@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_13C43F2D-6901-409E-8764-06113D4AF2AB
  a a2a:Record ;
  rdfs:label "Overlijden op 27 maart 1899 te Wervershoof" ;
  a2a:hasPerson oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529918, oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529913, oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529916, oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529914 ;
  a2a:hasEvent oa:event_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_0, oa:relationep_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_1, oa:relationep_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_2, oa:relationep_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_3 ;
  a2a:hasSource oa:source_nha_13C43F2D-6901-409E-8764-06113D4AF2AB .

oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529918
  a a2a:Person ;
  rdfs:label "Antje Bijvoet" ;
  a2a:PersonName [
    rdfs:label "Antje Bijvoet" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Bijvoet"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "77" ;
    rdfs:label "77"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zwaag" ;
    rdfs:label "Zwaag"
  ] .

oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529913
  a a2a:Person ;
  rdfs:label "Cornelis Hoffer" ;
  a2a:PersonName [
    rdfs:label "Cornelis Hoffer" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Hoffer"
  ] .

oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529916
  a a2a:Person ;
  rdfs:label "Hendrik Bijvoet" ;
  a2a:PersonName [
    rdfs:label "Hendrik Bijvoet" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Bijvoet"
  ] .

oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529914
  a a2a:Person ;
  rdfs:label "Neeltje Boos" ;
  a2a:PersonName [
    rdfs:label "Neeltje Boos" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Boos"
  ] .

oa:event_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "27-03-1899" ;
    a2a:Year "1899" ;
    a2a:Month "03" ;
    a2a:Day "27" ;
    rdfs:label "1899-03-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wervershoof" ;
    rdfs:label "Wervershoof"
  ] .

oa:relationep_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529918 ;
  a2a:EventKeyRef oa:event_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Event1 .

oa:relationep_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529913 ;
  a2a:EventKeyRef oa:event_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Event1 .

oa:relationep_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529916 ;
  a2a:EventKeyRef oa:event_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Event1 .

oa:relationep_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Person4050529914 ;
  a2a:EventKeyRef oa:event_nha_13C43F2D-6901-409E-8764-06113D4AF2AB_Event1 .

oa:source_nha_13C43F2D-6901-409E-8764-06113D4AF2AB
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Wervershoof" ;
    a2a:Country "Nederland" ;
    rdfs:label "Wervershoof, Nederland", "1899-03-28 - 1899-03-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-03-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-03-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-03-1899" ;
    a2a:Year "1899" ;
    a2a:Month "03" ;
    a2a:Day "28" ;
    rdfs:label "28-03-1899"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Wervershoof, Archiefdeel van (dubbele) registers van de" ;
    a2a:Book "Overlijdensakten van de gemeente Wervershoof, 1899" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "31899" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Wervershoof, Archiefdeel van (dubbele) registers van de, Overlijdensakten van de gemeente Wervershoof, 1899, 11, 31899"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/38A6689AE0044303A2E1E28A1EA849CB" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/38A6689AE0044303A2E1E28A1EA849CB" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/38A6689AE0044303A2E1E28A1EA849CB"
  ] ;
  a2a:SourceLastChangeDate "2025-03-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12102/13C43F2D6901409E876406113D4AF2AB" ;
  a2a:RecordIdentifier "4050529910" ;
  a2a:RecordGUID "{13C43F2D-6901-409E-8764-06113D4AF2AB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/78AFF21AAB26421696BF398CF944A638" .

