@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_nas_932e0be7-fec0-e072-a609-a4eb2275c021
  a a2a:Record ;
  rdfs:label "Overlijden op 30 juli 1908 te Paramaribo (Gravenstraat A 2)" ;
  a2a:hasPerson oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person1, oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person2, oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person3, oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person4, oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person6, oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person10, oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person11 ;
  a2a:hasEvent oa:event_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Event1 ;
  a2a:hasRelationEP oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_0, oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_1, oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_2, oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_3, oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_4, oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_5, oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_6 ;
  a2a:hasSource oa:source_nas_932e0be7-fec0-e072-a609-a4eb2275c021 .

oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person1
  a a2a:Person ;
  rdfs:label "Jacobus Marcus Matthias Krans" ;
  a2a:PersonName [
    rdfs:label "Jacobus Marcus Matthias Krans" ;
    a2a:PersonNameFirstName "Jacobus Marcus Matthias" ;
    a2a:PersonNameLastName "Krans"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] .

oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person2
  a a2a:Person ;
  rdfs:label "George Krans" ;
  a2a:PersonName [
    rdfs:label "George Krans" ;
    a2a:PersonNameFirstName "George" ;
    a2a:PersonNameLastName "Krans"
  ] .

oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person3
  a a2a:Person ;
  rdfs:label "Johanna Maria Corte" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Corte" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Corte"
  ] .

oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person4
  a a2a:Person ;
  rdfs:label "Karel Julius Driessen" ;
  a2a:PersonName [
    rdfs:label "Karel Julius Driessen" ;
    a2a:PersonNameFirstName "Karel Julius" ;
    a2a:PersonNameLastName "Driessen"
  ] .

oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person6
  a a2a:Person ;
  rdfs:label "Isabella Francis Cairo" ;
  a2a:PersonName [
    rdfs:label "Isabella Francis Cairo" ;
    a2a:PersonNameFirstName "Isabella Francis" ;
    a2a:PersonNameLastName "Cairo"
  ] .

oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person10
  a a2a:Person ;
  rdfs:label "Stephanus Bhugowandas" ;
  a2a:PersonName [
    rdfs:label "Stephanus Bhugowandas" ;
    a2a:PersonNameFirstName "Stephanus" ;
    a2a:PersonNameLastName "Bhugowandas"
  ] .

oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person11
  a a2a:Person ;
  rdfs:label "Christiaan Suger" ;
  a2a:PersonName [
    rdfs:label "Christiaan Suger" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Suger"
  ] .

oa:event_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1908" ;
    a2a:Month "7" ;
    a2a:Day "30" ;
    rdfs:label "1908-07-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Paramaribo" ;
    a2a:DescriptiveLocationIndicator "Gravenstraat A 2" ;
    rdfs:label "Paramaribo, Gravenstraat A 2"
  ] .

oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person1 ;
  a2a:EventKeyRef oa:event_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Event1 .

oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person2 ;
  a2a:EventKeyRef oa:event_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Event1 .

oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person3 ;
  a2a:EventKeyRef oa:event_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Event1 .

oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_3
  a a2a:RelationEP ;
  rdfs:label "other:Relatie" ;
  a2a:RelationType "other:Relatie" ;
  a2a:PersonKeyRef oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person4 ;
  a2a:EventKeyRef oa:event_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Event1 .

oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_4
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere relatie" ;
  a2a:RelationType "other:Eerdere relatie" ;
  a2a:PersonKeyRef oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person6 ;
  a2a:EventKeyRef oa:event_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Event1 .

oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person10 ;
  a2a:EventKeyRef oa:event_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Event1 .

oa:relationep_nas_932e0be7-fec0-e072-a609-a4eb2275c021_6
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Person11 ;
  a2a:EventKeyRef oa:event_nas_932e0be7-fec0-e072-a609-a4eb2275c021_Event1 .

oa:source_nas_932e0be7-fec0-e072-a609-a4eb2275c021
  a a2a:Source ;
  rdfs:label "Nationaal Archief Suriname, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Paramaribo" ;
    rdfs:label "Paramaribo", "1800-01-01 - 1925-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1925-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief Suriname" ;
    rdfs:label "Nationaal Archief Suriname"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/nas/download/fullsize/317d4009-35e9-4f99-9b3d-5080e17cde63.jpg" ;
    a2a:UriViewer "https://images.memorix.nl/nas/deepzoom/317d4009-35e9-4f99-9b3d-5080e17cde63.dzi" ;
    a2a:UriPreview "https://images.memorix.nl/nas/thumb/640x480/317d4009-35e9-4f99-9b3d-5080e17cde63.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-07-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://nationaalarchief.sr/onderzoeken/alle-genealogie/genealogie-burgerlijke-stand/deeds/932e0be7-fec0-e072-a609-a4eb2275c021" ;
  a2a:RecordGUID "{932e0be7-fec0-e072-a609-a4eb2275c021}" ;
  a2a:SourceRemarkProvenance "Harvested via Memorix API" .

