@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_e1b096e8-e75f-71fd-4161-ab0f44879650
  a a2a:Record ;
  rdfs:label "Geboorte op 18 juli 1890 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Person1072688928, oa:person_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Person1072688929, oa:person_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Person1072688930 ;
  a2a:hasEvent oa:event_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_0, oa:relationep_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_1, oa:relationep_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_2 ;
  a2a:hasSource oa:source_srt_e1b096e8-e75f-71fd-4161-ab0f44879650 .

oa:person_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Person1072688928
  a a2a:Person ;
  rdfs:label "Bernard Storm" ;
  a2a:PersonName [
    rdfs:label "Bernard Storm" ;
    a2a:PersonNameFirstName "Bernard" ;
    a2a:PersonNameLastName "Storm"
  ] .

oa:person_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Person1072688929
  a a2a:Person ;
  rdfs:label "Gerrit Franciscus Storm" ;
  a2a:PersonName [
    rdfs:label "Gerrit Franciscus Storm" ;
    a2a:PersonNameFirstName "Gerrit Franciscus" ;
    a2a:PersonNameLastName "Storm"
  ] .

oa:person_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Person1072688930
  a a2a:Person ;
  rdfs:label "Johanna Catharina Elizabeth Vos" ;
  a2a:PersonName [
    rdfs:label "Johanna Catharina Elizabeth Vos" ;
    a2a:PersonNameFirstName "Johanna Catharina Elizabeth" ;
    a2a:PersonNameLastName "Vos"
  ] .

oa:event_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "18-07-1890" ;
    a2a:Year "1890" ;
    a2a:Month "07" ;
    a2a:Day "18" ;
    rdfs:label "1890-07-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Person1072688928 ;
  a2a:EventKeyRef oa:event_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Event1 .

oa:relationep_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Person1072688929 ;
  a2a:EventKeyRef oa:event_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Event1 .

oa:relationep_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Person1072688930 ;
  a2a:EventKeyRef oa:event_srt_e1b096e8-e75f-71fd-4161-ab0f44879650_Event1 .

oa:source_srt_e1b096e8-e75f-71fd-4161-ab0f44879650
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1890-07-18 - 1890-07-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-07-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-07-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1890e" ;
    a2a:Year "1890" ;
    a2a:Month "07" ;
    a2a:Day "18" ;
    rdfs:label "1890e"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, geboorteakten" ;
    a2a:Book "Nadere toegang op het geboorteregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1890e.3753" ;
    a2a:RegistryNumber "1890E" ;
    a2a:Folio "e033v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1890e.3753, 1890E, e033v"
  ] ;
  a2a:SourceLastChangeDate "2023-03-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/7357836C09BB43A48B8571BDFEFD6F8A" ;
  a2a:RecordIdentifier "1072688927" ;
  a2a:RecordGUID "{e1b096e8-e75f-71fd-4161-ab0f44879650}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 7357836C-09BB-43A4-8B85-71BDFEFD6F8A" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011890E_54_A2A.xml van SRT" .

