@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_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217
  a a2a:Record ;
  rdfs:label "Overlijden op 12 november 1850 te Stolwijk" ;
  a2a:hasPerson oa:person_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Person-3f2a5371-8756-bbe7-ddd7-d1ff749ca858, oa:person_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Person-befe58a8-20b8-7db0-94cb-53545b4b8123, oa:person_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Person-edc9a2ef-c80d-34b7-9759-240423394c2a ;
  a2a:hasEvent oa:event_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_0, oa:relationep_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_1, oa:relationep_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_2 ;
  a2a:hasSource oa:source_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217 .

oa:person_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Person-3f2a5371-8756-bbe7-ddd7-d1ff749ca858
  a a2a:Person ;
  rdfs:label "Janna de Borst" ;
  a2a:PersonName [
    rdfs:label "Janna de Borst" ;
    a2a:PersonNameFirstName "Janna" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Borst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Person-befe58a8-20b8-7db0-94cb-53545b4b8123
  a a2a:Person ;
  rdfs:label "Adriaan Stigter" ;
  a2a:PersonName [
    rdfs:label "Adriaan Stigter" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Stigter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Person-edc9a2ef-c80d-34b7-9759-240423394c2a
  a a2a:Person ;
  rdfs:label "Jan Stigter" ;
  a2a:PersonName [
    rdfs:label "Jan Stigter" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Stigter"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "0" ;
    rdfs:label "0"
  ] .

oa:event_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1850" ;
    a2a:Month "11" ;
    a2a:Day "12" ;
    rdfs:label "1850-11-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Stolwijk" ;
    rdfs:label "Stolwijk"
  ] .

oa:relationep_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Person:3f2a5371-8756-bbe7-ddd7-d1ff749ca858 ;
  a2a:EventKeyRef oa:event_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Event1 .

oa:relationep_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Person:befe58a8-20b8-7db0-94cb-53545b4b8123 ;
  a2a:EventKeyRef oa:event_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Event1 .

oa:relationep_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Person:edc9a2ef-c80d-34b7-9759-240423394c2a ;
  a2a:EventKeyRef oa:event_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217_Event1 .

oa:source_smh_4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Stolwijk" ;
    rdfs:label "Stolwijk", "1850-11-12 - 1850-11-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-11-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-11-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1850" ;
    a2a:Month "11" ;
    a2a:Day "12" ;
    rdfs:label "1850-11-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 28, Periode: 1841-1850" ;
    a2a:Book "BS Overlijdensregister" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "28" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 28, Periode: 1841-1850, BS Overlijdensregister, 34, 28"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/7c193f88-1213-520f-4364-06331d380af7.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/7c193f88-1213-520f-4364-06331d380af7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217" ;
  a2a:RecordGUID "{4aea3ba5-e27e-ff8e-b8d9-2c7fa96ef217}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "28" ;
  a2a:SourceRemarkregister_periode "1841-1850" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_577_00000577.xml van SMH" .

[]
  a2a:PersonRemarkplaats_overlijden "Stolwijk" ;
  a2a:PersonRemarkdatum_overlijden "1850-11-12" .

