@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_2ee397ab-9d67-9fcc-9d9f-465abcc772e0
  a a2a:Record ;
  rdfs:label "Overlijden op 18 november 1943 te Auschwitz (Polen)" ;
  a2a:hasPerson oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390349, oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390352, oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390350, oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390351 ;
  a2a:hasEvent oa:event_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_0, oa:relationep_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_1, oa:relationep_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_2, oa:relationep_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_3 ;
  a2a:hasSource oa:source_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0 .

oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390349
  a a2a:Person ;
  rdfs:label "Isaac Blitz" ;
  a2a:PersonName [
    rdfs:label "Isaac Blitz" ;
    a2a:PersonNameFirstName "Isaac" ;
    a2a:PersonNameLastName "Blitz"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390352
  a a2a:Person ;
  rdfs:label "Elizabeth Lagrand" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Lagrand" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Lagrand"
  ] .

oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390350
  a a2a:Person ;
  rdfs:label "Joseph Blitz" ;
  a2a:PersonName [
    rdfs:label "Joseph Blitz" ;
    a2a:PersonNameFirstName "Joseph" ;
    a2a:PersonNameLastName "Blitz"
  ] .

oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390351
  a a2a:Person ;
  rdfs:label "Clara Blazer" ;
  a2a:PersonName [
    rdfs:label "Clara Blazer" ;
    a2a:PersonNameFirstName "Clara" ;
    a2a:PersonNameLastName "Blazer"
  ] .

oa:event_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "18-11-1943" ;
    a2a:Year "1943" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1943-11-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Auschwitz (Polen)" ;
    rdfs:label "Auschwitz (Polen)"
  ] .

oa:relationep_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390349 ;
  a2a:EventKeyRef oa:event_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Event1 .

oa:relationep_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390352 ;
  a2a:EventKeyRef oa:event_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Event1 .

oa:relationep_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390350 ;
  a2a:EventKeyRef oa:event_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Event1 .

oa:relationep_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Person1396390351 ;
  a2a:EventKeyRef oa:event_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0_Event1 .

oa:source_srt_2ee397ab-9d67-9fcc-9d9f-465abcc772e0
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Auschwitz (Polen)" ;
    a2a:Country "Nederland" ;
    rdfs:label "Auschwitz (Polen), Nederland", "1943-11-18 - 1943-11-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1943-11-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1943-11-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-11-1943" ;
    a2a:Year "1943" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "18-11-1943"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Nadere toegang op het overlijdensregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1948.418" ;
    a2a:RegistryNumber "1948S" ;
    a2a:Folio "s105v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1948.418, 1948S, s105v"
  ] ;
  a2a:SourceLastChangeDate "2018-10-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.stadsarchief.rotterdam.nl/archieven?mivast=184&miadt=184&miaet=54&micode=999-09.1948S&minr=20580402&miview=ldt" ;
  a2a:RecordIdentifier "1396390348" ;
  a2a:RecordGUID "{2ee397ab-9d67-9fcc-9d9f-465abcc772e0}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 32723FE6-B704-4F34-91DA-C758DB12ED2E" ;
  a2a:SourceRemarkOpmerking "overlijdensdatum 'op of omstreeks'" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-09.1948S_54_A2A.xml van SRT" .

