@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_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2
  a a2a:Record ;
  rdfs:label "BS Overlijden op 26 september 1933 te Amsterdam" ;
  a2a:hasPerson oa:person_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Person-1d560a98-d8f2-7f48-a299-9c84fca636ba, oa:person_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Person-953fda3d-72f0-ffae-1d0b-f5befc8890ac, oa:person_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Person-fdaf5375-ca09-7e7e-11c7-79cf08f7fa32 ;
  a2a:hasEvent oa:event_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_0, oa:relationep_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_1, oa:relationep_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_2 ;
  a2a:hasSource oa:source_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2 .

oa:person_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Person-1d560a98-d8f2-7f48-a299-9c84fca636ba
  a a2a:Person ;
  rdfs:label "Wassily Ehrenfest" ;
  a2a:PersonName [
    rdfs:label "Wassily Ehrenfest" ;
    a2a:PersonNameFirstName "Wassily" ;
    a2a:PersonNameLastName "Ehrenfest"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "15 jaar" ;
    rdfs:label "15 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Person-953fda3d-72f0-ffae-1d0b-f5befc8890ac
  a a2a:Person ;
  rdfs:label "Paul Ehrenfest" ;
  a2a:PersonName [
    rdfs:label "Paul Ehrenfest" ;
    a2a:PersonNameFirstName "Paul" ;
    a2a:PersonNameLastName "Ehrenfest"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Person-fdaf5375-ca09-7e7e-11c7-79cf08f7fa32
  a a2a:Person ;
  rdfs:label "Tatiana Afanassjewa" ;
  a2a:PersonName [
    rdfs:label "Tatiana Afanassjewa" ;
    a2a:PersonNameFirstName "Tatiana" ;
    a2a:PersonNameLastName "Afanassjewa"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Event1
  a a2a:Event ;
  rdfs:label "other:BS Overlijden" ;
  a2a:EventType "other:BS Overlijden" ;
  a2a:EventDate [
    a2a:Year "1933" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1933-09-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Person:1d560a98-d8f2-7f48-a299-9c84fca636ba ;
  a2a:EventKeyRef oa:event_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Event1 .

oa:relationep_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Person:953fda3d-72f0-ffae-1d0b-f5befc8890ac ;
  a2a:EventKeyRef oa:event_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Event1 .

oa:relationep_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Person:fdaf5375-ca09-7e7e-11c7-79cf08f7fa32 ;
  a2a:EventKeyRef oa:event_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2_Event1 .

oa:source_elo_37392ef5-a80f-2d94-9fbc-e9e083c9b0b2
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1933-01-01 - 1933-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1933-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1933-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Ambtenaar van de Burgerlijke Stand van Leiden (1929-1993), Deel: 121" ;
    a2a:Book "Overlijdensregister van Leiden, 1933" ;
    a2a:DocumentNumber "732" ;
    a2a:RegistryNumber "121" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Ambtenaar van de Burgerlijke Stand van Leiden (1929-1993), Deel: 121, Overlijdensregister van Leiden, 1933, 732, 121"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/886b2432-6f80-4693-9742-64d92f3d465a/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/37392ef5-a80f-2d94-9fbc-e9e083c9b0b2" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/886b2432-6f80-4693-9742-64d92f3d465a/full/!250,250/0/default.jpg"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/37392ef5-a80f-2d94-9fbc-e9e083c9b0b2" ;
  a2a:RecordGUID "{37392ef5-a80f-2d94-9fbc-e9e083c9b0b2}" ;
  a2a:SourceRemarkOpmerking "zie ook akte 1933, 731<br>Jaar akte: 1933<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1005/file/121\">Inventarisnummer 121 van archiefnummer 1005 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand van Leiden (1929-1993)" ;
  a2a:SourceRemarkdeel "121" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_6936_00006936.xml van ELO" .

[]
  a2a:PersonRemarkplaats_overlijden "Amsterdam" ;
  a2a:PersonRemarkdatum_overlijden "19330926" .

