@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_4c19af12-ff3e-8fe3-615b-02907573bcff
  a a2a:Record ;
  rdfs:label "Overlijden op 4 oktober 1845 te Gouda" ;
  a2a:hasPerson oa:person_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Person-4d6b7ac4-0bb9-05e9-c231-294e5fdee152, oa:person_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Person-15a79267-6a22-0ac7-2d19-9cc561ba3e18, oa:person_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Person-39fd69c7-ce41-304a-f1f9-dbb36d4f9d2a ;
  a2a:hasEvent oa:event_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_0, oa:relationep_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_1, oa:relationep_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_2 ;
  a2a:hasSource oa:source_smh_4c19af12-ff3e-8fe3-615b-02907573bcff .

oa:person_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Person-4d6b7ac4-0bb9-05e9-c231-294e5fdee152
  a a2a:Person ;
  rdfs:label "Apolonia Boland" ;
  a2a:PersonName [
    rdfs:label "Apolonia Boland" ;
    a2a:PersonNameFirstName "Apolonia" ;
    a2a:PersonNameLastName "Boland"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Person-15a79267-6a22-0ac7-2d19-9cc561ba3e18
  a a2a:Person ;
  rdfs:label "Trijntje Teekens" ;
  a2a:PersonName [
    rdfs:label "Trijntje Teekens" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Teekens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "1" ;
    rdfs:label "1"
  ] .

oa:person_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Person-39fd69c7-ce41-304a-f1f9-dbb36d4f9d2a
  a a2a:Person ;
  rdfs:label "IJsbrand Teekens" ;
  a2a:PersonName [
    rdfs:label "IJsbrand Teekens" ;
    a2a:PersonNameFirstName "IJsbrand" ;
    a2a:PersonNameLastName "Teekens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1845" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1845-10-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Person:4d6b7ac4-0bb9-05e9-c231-294e5fdee152 ;
  a2a:EventKeyRef oa:event_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Event1 .

oa:relationep_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Person:15a79267-6a22-0ac7-2d19-9cc561ba3e18 ;
  a2a:EventKeyRef oa:event_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Event1 .

oa:relationep_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Person:39fd69c7-ce41-304a-f1f9-dbb36d4f9d2a ;
  a2a:EventKeyRef oa:event_smh_4c19af12-ff3e-8fe3-615b-02907573bcff_Event1 .

oa:source_smh_4c19af12-ff3e-8fe3-615b-02907573bcff
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1845-10-06 - 1845-10-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1845-10-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1845-10-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1845" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1845-10-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 272, Periode: 1845" ;
    a2a:Book "BS Overlijdensregister" ;
    a2a:DocumentNumber "473" ;
    a2a:RegistryNumber "272" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 272, Periode: 1845, BS Overlijdensregister, 473, 272"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/3fd27279-4b34-cfd4-8cb6-42a282c21c26.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/4c19af12-ff3e-8fe3-615b-02907573bcff" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/3fd27279-4b34-cfd4-8cb6-42a282c21c26.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/4c19af12-ff3e-8fe3-615b-02907573bcff" ;
  a2a:RecordGUID "{4c19af12-ff3e-8fe3-615b-02907573bcff}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "272" ;
  a2a:SourceRemarkregister_periode "1845" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_581_00000581.xml van SMH" .

[]
  a2a:PersonRemarkplaats_overlijden "Gouda" ;
  a2a:PersonRemarkdatum_overlijden "1845-10-04" .

