@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_0c2f0975-e2b5-dda7-6771-1e2abb32f695
  a a2a:Record ;
  rdfs:label "Overlijden op 2 februari 1813 te Zevenhuizen" ;
  a2a:hasPerson oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person-89e5c10a-9f3d-5d3b-6e47-fe0bc023f82c, oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person-17f4485c-d3f1-3eb7-b0c8-3d91bcc5cbd5, oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person-c0e140bd-b111-8413-c093-fc114eaa611a, oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person-fc4845f9-4feb-595d-cec9-947101d592d5 ;
  a2a:hasEvent oa:event_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_0, oa:relationep_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_1, oa:relationep_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_2, oa:relationep_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_3 ;
  a2a:hasSource oa:source_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695 .

oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person-89e5c10a-9f3d-5d3b-6e47-fe0bc023f82c
  a a2a:Person ;
  rdfs:label "Anna Bruijnswijk" ;
  a2a:PersonName [
    rdfs:label "Anna Bruijnswijk" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Bruijnswijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person-17f4485c-d3f1-3eb7-b0c8-3d91bcc5cbd5
  a a2a:Person ;
  rdfs:label "Cornelis Kout" ;
  a2a:PersonName [
    rdfs:label "Cornelis Kout" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Kout"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person-c0e140bd-b111-8413-c093-fc114eaa611a
  a a2a:Person ;
  rdfs:label "Maartje Kout" ;
  a2a:PersonName [
    rdfs:label "Maartje Kout" ;
    a2a:PersonNameFirstName "Maartje" ;
    a2a:PersonNameLastName "Kout"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "64" ;
    rdfs:label "64"
  ] .

oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person-fc4845f9-4feb-595d-cec9-947101d592d5
  a a2a:Person ;
  rdfs:label "Dirk Sol" ;
  a2a:PersonName [
    rdfs:label "Dirk Sol" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Sol"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1813-02-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zevenhuizen" ;
    rdfs:label "Zevenhuizen"
  ] .

oa:relationep_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person:89e5c10a-9f3d-5d3b-6e47-fe0bc023f82c ;
  a2a:EventKeyRef oa:event_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Event1 .

oa:relationep_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person:17f4485c-d3f1-3eb7-b0c8-3d91bcc5cbd5 ;
  a2a:EventKeyRef oa:event_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Event1 .

oa:relationep_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person:c0e140bd-b111-8413-c093-fc114eaa611a ;
  a2a:EventKeyRef oa:event_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Event1 .

oa:relationep_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_3
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenote" ;
  a2a:RelationType "other:Echtgenote" ;
  a2a:PersonKeyRef oa:person_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Person:fc4845f9-4feb-595d-cec9-947101d592d5 ;
  a2a:EventKeyRef oa:event_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695_Event1 .

oa:source_smh_0c2f0975-e2b5-dda7-6771-1e2abb32f695
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zevenhuizen" ;
    rdfs:label "Zevenhuizen", "1813-02-03 - 1813-02-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-02-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-02-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1813" ;
    a2a:Month "2" ;
    a2a:Day "3" ;
    rdfs:label "1813-02-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 23, Periode: 1811-1822" ;
    a2a:Book "BS Overlijdensregister" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "23" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 23, Periode: 1811-1822, BS Overlijdensregister, 5, 23"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/12afaca4-77b2-ffed-fdb7-560dc03eeac4.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/0c2f0975-e2b5-dda7-6771-1e2abb32f695" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/12afaca4-77b2-ffed-fdb7-560dc03eeac4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/0c2f0975-e2b5-dda7-6771-1e2abb32f695" ;
  a2a:RecordGUID "{0c2f0975-e2b5-dda7-6771-1e2abb32f695}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "23" ;
  a2a:SourceRemarkregister_periode "1811-1822" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_373_00000373.xml van SMH" .

[]
  a2a:PersonRemarkplaats_overlijden "Zevenhuizen" ;
  a2a:PersonRemarkdatum_overlijden "1813-02-02" .

