@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_9c11b2d4-e54b-6e8f-108c-e1e851e7da51
  a a2a:Record ;
  rdfs:label "Overlijden op 23 april 1856 te Gouda" ;
  a2a:hasPerson oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person-6a417bdb-d170-13b7-d842-a85d82d2af39, oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person-e5249e44-baea-1a0e-b0ba-b59aa9cef5a0, oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person-473d5166-1380-e3f5-53b0-9663c8fad699, oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person-a188de4d-d4d0-1ff6-e0d6-885f83f561a0 ;
  a2a:hasEvent oa:event_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_0, oa:relationep_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_1, oa:relationep_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_2, oa:relationep_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_3 ;
  a2a:hasSource oa:source_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51 .

oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person-6a417bdb-d170-13b7-d842-a85d82d2af39
  a a2a:Person ;
  rdfs:label "Nn" ;
  a2a:PersonName [
    rdfs:label "Nn" ;
    a2a:PersonNameLastName "Nn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person-e5249e44-baea-1a0e-b0ba-b59aa9cef5a0
  a a2a:Person ;
  rdfs:label "Jan Karet" ;
  a2a:PersonName [
    rdfs:label "Jan Karet" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Karet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person-473d5166-1380-e3f5-53b0-9663c8fad699
  a a2a:Person ;
  rdfs:label "Gijsbert van Gent" ;
  a2a:PersonName [
    rdfs:label "Gijsbert van Gent" ;
    a2a:PersonNameFirstName "Gijsbert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gent"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person-a188de4d-d4d0-1ff6-e0d6-885f83f561a0
  a a2a:Person ;
  rdfs:label "Maartje Karet" ;
  a2a:PersonName [
    rdfs:label "Maartje Karet" ;
    a2a:PersonNameFirstName "Maartje" ;
    a2a:PersonNameLastName "Karet"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "78" ;
    rdfs:label "78"
  ] .

oa:event_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1856" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1856-04-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person:6a417bdb-d170-13b7-d842-a85d82d2af39 ;
  a2a:EventKeyRef oa:event_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Event1 .

oa:relationep_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person:e5249e44-baea-1a0e-b0ba-b59aa9cef5a0 ;
  a2a:EventKeyRef oa:event_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Event1 .

oa:relationep_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_2
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenote" ;
  a2a:RelationType "other:Echtgenote" ;
  a2a:PersonKeyRef oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person:473d5166-1380-e3f5-53b0-9663c8fad699 ;
  a2a:EventKeyRef oa:event_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Event1 .

oa:relationep_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Person:a188de4d-d4d0-1ff6-e0d6-885f83f561a0 ;
  a2a:EventKeyRef oa:event_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51_Event1 .

oa:source_smh_9c11b2d4-e54b-6e8f-108c-e1e851e7da51
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1856-04-23 - 1856-04-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1856-04-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1856-04-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1856" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1856-04-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 283, Periode: 1856" ;
    a2a:Book "BS Overlijdensregister" ;
    a2a:DocumentNumber "201" ;
    a2a:RegistryNumber "283" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 283, Periode: 1856, BS Overlijdensregister, 201, 283"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/118b95e5-a521-cba2-c89d-a3c2456cdebc.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/9c11b2d4-e54b-6e8f-108c-e1e851e7da51" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/118b95e5-a521-cba2-c89d-a3c2456cdebc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/9c11b2d4-e54b-6e8f-108c-e1e851e7da51" ;
  a2a:RecordGUID "{9c11b2d4-e54b-6e8f-108c-e1e851e7da51}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "283" ;
  a2a:SourceRemarkregister_periode "1856" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_203_00000203.xml van SMH" .

[]
  a2a:PersonRemarkplaats_overlijden "Gouda" ;
  a2a:PersonRemarkdatum_overlijden "1856-04-23" .

