@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_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF
  a a2a:Record ;
  rdfs:label "Overlijden op 23 maart 1958 te Spanbroek" ;
  a2a:hasPerson oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358850, oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358847, oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358849, oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358848 ;
  a2a:hasEvent oa:event_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_0, oa:relationep_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_1, oa:relationep_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_2, oa:relationep_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_3 ;
  a2a:hasSource oa:source_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF .

oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358850
  a a2a:Person ;
  rdfs:label "Jacobus Stroet" ;
  a2a:PersonName [
    rdfs:label "Jacobus Stroet" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Stroet"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "79" ;
    rdfs:label "79"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heerhugowaard" ;
    rdfs:label "Heerhugowaard"
  ] .

oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358847
  a a2a:Person ;
  rdfs:label "Eva Buijs" ;
  a2a:PersonName [
    rdfs:label "Eva Buijs" ;
    a2a:PersonNameFirstName "Eva" ;
    a2a:PersonNameLastName "Buijs"
  ] .

oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358849
  a a2a:Person ;
  rdfs:label "Klaas Stroet" ;
  a2a:PersonName [
    rdfs:label "Klaas Stroet" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Stroet"
  ] .

oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358848
  a a2a:Person ;
  rdfs:label "Leentje Hoogland" ;
  a2a:PersonName [
    rdfs:label "Leentje Hoogland" ;
    a2a:PersonNameFirstName "Leentje" ;
    a2a:PersonNameLastName "Hoogland"
  ] .

oa:event_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "23-03-1958" ;
    a2a:Year "1958" ;
    a2a:Month "03" ;
    a2a:Day "23" ;
    rdfs:label "1958-03-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Spanbroek" ;
    rdfs:label "Spanbroek"
  ] .

oa:relationep_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358850 ;
  a2a:EventKeyRef oa:event_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Event1 .

oa:relationep_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358847 ;
  a2a:EventKeyRef oa:event_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Event1 .

oa:relationep_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358849 ;
  a2a:EventKeyRef oa:event_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Event1 .

oa:relationep_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Person4046358848 ;
  a2a:EventKeyRef oa:event_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF_Event1 .

oa:source_nha_09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Spanbroek" ;
    a2a:Country "Nederland" ;
    rdfs:label "Spanbroek, Nederland", "1958-03-24 - 1958-03-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1958-03-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1958-03-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-03-1958" ;
    a2a:Year "1958" ;
    a2a:Month "03" ;
    a2a:Day "24" ;
    rdfs:label "24-03-1958"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeenten in de provincie Noord-Holland, Archiefdeel van (dubbele) regis..." ;
    a2a:Book "Overlijdensakten van de gemeenten in de provincie Noord-Holland" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "4540" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeenten in de provincie Noord-Holland, Archiefdeel van (dubbele) regis..., Overlijdensakten van de gemeenten in de provincie Noord-Holland, 3, 4540"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/52A67892C91D44F688504EF54AF0F1CF" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/52A67892C91D44F688504EF54AF0F1CF" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/52A67892C91D44F688504EF54AF0F1CF"
  ] ;
  a2a:SourceLastChangeDate "2025-03-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12102/09CCE08200DF4CF6B5DFDF0918BEF0EF" ;
  a2a:RecordIdentifier "4046358846" ;
  a2a:RecordGUID "{09CCE082-00DF-4CF6-B5DF-DF0918BEF0EF}" ;
  a2a:SourceRemarkOpmerking "Eerder gehuwd met Catharina Groot." ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/BB7A77057D624F06A7333A0245AC0EC5" .

