@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_43a92ced-3a51-ec46-e86f-aa1bde466dfe
  a a2a:Record ;
  rdfs:label "Overlijden op 15 juni 1909 te Gouda" ;
  a2a:hasPerson oa:person_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Person-1ffdc68c-ee40-a3e7-a088-ce763de5db47, oa:person_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Person-fd76eaa0-d03a-3b18-6e37-49a5beb03f2b, oa:person_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Person-0141482e-278e-c9a8-bc81-2c888deb5a77 ;
  a2a:hasEvent oa:event_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_0, oa:relationep_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_1, oa:relationep_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_2 ;
  a2a:hasSource oa:source_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe .

oa:person_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Person-1ffdc68c-ee40-a3e7-a088-ce763de5db47
  a a2a:Person ;
  rdfs:label "Adriana Leeflang" ;
  a2a:PersonName [
    rdfs:label "Adriana Leeflang" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Leeflang"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "13" ;
    rdfs:label "13"
  ] .

oa:person_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Person-fd76eaa0-d03a-3b18-6e37-49a5beb03f2b
  a a2a:Person ;
  rdfs:label "Pieternella Verkerk" ;
  a2a:PersonName [
    rdfs:label "Pieternella Verkerk" ;
    a2a:PersonNameFirstName "Pieternella" ;
    a2a:PersonNameLastName "Verkerk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Person-0141482e-278e-c9a8-bc81-2c888deb5a77
  a a2a:Person ;
  rdfs:label "Teunis Adrianus Leeflang" ;
  a2a:PersonName [
    rdfs:label "Teunis Adrianus Leeflang" ;
    a2a:PersonNameFirstName "Teunis Adrianus" ;
    a2a:PersonNameLastName "Leeflang"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "6" ;
    a2a:Day "15" ;
    rdfs:label "1909-06-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Person:1ffdc68c-ee40-a3e7-a088-ce763de5db47 ;
  a2a:EventKeyRef oa:event_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Event1 .

oa:relationep_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Person:fd76eaa0-d03a-3b18-6e37-49a5beb03f2b ;
  a2a:EventKeyRef oa:event_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Event1 .

oa:relationep_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Person:0141482e-278e-c9a8-bc81-2c888deb5a77 ;
  a2a:EventKeyRef oa:event_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe_Event1 .

oa:source_smh_43a92ced-3a51-ec46-e86f-aa1bde466dfe
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1909-06-16 - 1909-06-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-06-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-06-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "6" ;
    a2a:Day "16" ;
    rdfs:label "1909-06-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 336, Periode: 1909" ;
    a2a:Book "BS Overlijdensregister" ;
    a2a:DocumentNumber "208" ;
    a2a:RegistryNumber "336" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 336, Periode: 1909, BS Overlijdensregister, 208, 336"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/f7f344a8-d76a-7a05-e640-a4247a70922c.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/43a92ced-3a51-ec46-e86f-aa1bde466dfe" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/f7f344a8-d76a-7a05-e640-a4247a70922c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/43a92ced-3a51-ec46-e86f-aa1bde466dfe" ;
  a2a:RecordGUID "{43a92ced-3a51-ec46-e86f-aa1bde466dfe}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "336" ;
  a2a:SourceRemarkregister_periode "1909" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_3310_00003310.xml van SMH" .

[]
  a2a:PersonRemarkplaats_overlijden "Gouda" ;
  a2a:PersonRemarkdatum_overlijden "1909-06-15" .

