@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_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba
  a a2a:Record ;
  rdfs:label "Overlijden op 12 november 1858 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680218, oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680221, oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680219, oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680220 ;
  a2a:hasEvent oa:event_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_0, oa:relationep_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_1, oa:relationep_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_2, oa:relationep_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_3 ;
  a2a:hasSource oa:source_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba .

oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680218
  a a2a:Person ;
  rdfs:label "Maria Charlotta Pasman" ;
  a2a:PersonName [
    rdfs:label "Maria Charlotta Pasman" ;
    a2a:PersonNameFirstName "Maria Charlotta" ;
    a2a:PersonNameLastName "Pasman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34 jaar" ;
    rdfs:label "34 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s Gravenhage" ;
    rdfs:label "'s Gravenhage"
  ] .

oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680221
  a a2a:Person ;
  rdfs:label "Stephan Albers" ;
  a2a:PersonName [
    rdfs:label "Stephan Albers" ;
    a2a:PersonNameFirstName "Stephan" ;
    a2a:PersonNameLastName "Albers"
  ] .

oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680219
  a a2a:Person ;
  rdfs:label "Jozua Pasman" ;
  a2a:PersonName [
    rdfs:label "Jozua Pasman" ;
    a2a:PersonNameFirstName "Jozua" ;
    a2a:PersonNameLastName "Pasman"
  ] .

oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680220
  a a2a:Person ;
  rdfs:label "Geertruij Meijer" ;
  a2a:PersonName [
    rdfs:label "Geertruij Meijer" ;
    a2a:PersonNameFirstName "Geertruij" ;
    a2a:PersonNameLastName "Meijer"
  ] .

oa:event_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "12-11-1858" ;
    a2a:Year "1858" ;
    a2a:Month "11" ;
    a2a:Day "12" ;
    rdfs:label "1858-11-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680218 ;
  a2a:EventKeyRef oa:event_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Event1 .

oa:relationep_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680221 ;
  a2a:EventKeyRef oa:event_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Event1 .

oa:relationep_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680219 ;
  a2a:EventKeyRef oa:event_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Event1 .

oa:relationep_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Person2033680220 ;
  a2a:EventKeyRef oa:event_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba_Event1 .

oa:source_srt_3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1858-01-01 - 1858-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1858-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1858-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1858" ;
    a2a:Year "1858" ;
    rdfs:label "1858"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, overlijdensakten" ;
    a2a:Book "Nadere toegang op het overlijdensregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1858.2881" ;
    a2a:RegistryNumber "1858E" ;
    a2a:Folio "e120" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1858.2881, 1858E, e120"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/B5D52793B6E44E38A5FF6E633A67904F" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/B5D52793B6E44E38A5FF6E633A67904F" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/B5D52793B6E44E38A5FF6E633A67904F"
  ] ;
  a2a:SourceLastChangeDate "2021-11-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/B64179625FDF4AC0A14BB7A2B23C775D" ;
  a2a:RecordIdentifier "2033680217" ;
  a2a:RecordGUID "{3c6e1af1-ffab-e5fb-d4c9-7637dfc379ba}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder B6417962-5FDF-4AC0-A14B-B7A2B23C775D" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-091858E_54_A2A.xml van SRT" .

