@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_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF
  a a2a:Record ;
  rdfs:label "Overlijden op 15 augustus 1884 te Culemborg" ;
  a2a:hasPerson oa:person_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Person3047222398, oa:person_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Person3047222399, oa:person_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Person3047222400 ;
  a2a:hasEvent oa:event_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_0, oa:relationep_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_1, oa:relationep_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_2 ;
  a2a:hasSource oa:source_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF .

oa:person_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Person3047222398
  a a2a:Person ;
  rdfs:label "Casper Antonius Smits" ;
  a2a:PersonName [
    rdfs:label "Casper Antonius Smits" ;
    a2a:PersonNameFirstName "Casper Antonius" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "8 Maand" ;
    rdfs:label "8 Maand"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Culemborg" ;
    rdfs:label "Culemborg"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Person3047222399
  a a2a:Person ;
  rdfs:label "Casper Martinus Smits" ;
  a2a:PersonName [
    rdfs:label "Casper Martinus Smits" ;
    a2a:PersonNameFirstName "Casper Martinus" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Profession "stoelenmaker" .

oa:person_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Person3047222400
  a a2a:Person ;
  rdfs:label "Sophia Berendina van Leeuwenstijn" ;
  a2a:PersonName [
    rdfs:label "Sophia Berendina van Leeuwenstijn" ;
    a2a:PersonNameFirstName "Sophia Berendina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leeuwenstijn"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "15-08-1884" ;
    a2a:Year "1884" ;
    a2a:Month "08" ;
    a2a:Day "15" ;
    rdfs:label "1884-08-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Culemborg" ;
    rdfs:label "Culemborg"
  ] .

oa:relationep_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Person3047222398 ;
  a2a:EventKeyRef oa:event_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Event1 .

oa:relationep_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Person3047222399 ;
  a2a:EventKeyRef oa:event_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Event1 .

oa:relationep_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Person3047222400 ;
  a2a:EventKeyRef oa:event_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF_Event1 .

oa:source_gld_BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Culemborg" ;
    a2a:Country "Nederland" ;
    rdfs:label "Culemborg, Nederland", "1884-08-16 - 1884-08-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1884-08-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1884-08-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-08-1884" ;
    a2a:Year "1884" ;
    a2a:Month "08" ;
    a2a:Day "16" ;
    rdfs:label "16-08-1884"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Culemborg, Overlijdensregister" ;
    a2a:DocumentNumber "97" ;
    a2a:RegistryNumber "5834.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Culemborg, Overlijdensregister, 97, 5834.01"
  ] ;
  a2a:SourceLastChangeDate "2022-12-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/BC25FDEC5D8D4EED91CEC9427CC8BCBF" ;
  a2a:RecordIdentifier "3047222397" ;
  a2a:RecordGUID "{BC25FDEC-5D8D-4EED-91CE-C9427CC8BCBF}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/9E7192D131C544A99AE6D858095ED0CD" .

