@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_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c
  a a2a:Record ;
  rdfs:label "Geboorte op 5 februari 1840 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Person1072062331, oa:person_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Person1072062332, oa:person_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Person1072062333 ;
  a2a:hasEvent oa:event_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_0, oa:relationep_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_1, oa:relationep_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_2 ;
  a2a:hasSource oa:source_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c .

oa:person_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Person1072062331
  a a2a:Person ;
  rdfs:label "Johanna Margaretha Storm" ;
  a2a:PersonName [
    rdfs:label "Johanna Margaretha Storm" ;
    a2a:PersonNameFirstName "Johanna Margaretha" ;
    a2a:PersonNameLastName "Storm"
  ] .

oa:person_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Person1072062332
  a a2a:Person ;
  rdfs:label "Arnoldus Storm" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Storm" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNameLastName "Storm"
  ] .

oa:person_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Person1072062333
  a a2a:Person ;
  rdfs:label "Catharina Opdenkelder" ;
  a2a:PersonName [
    rdfs:label "Catharina Opdenkelder" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Opdenkelder"
  ] .

oa:event_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "05-02-1840" ;
    a2a:Year "1840" ;
    a2a:Month "02" ;
    a2a:Day "05" ;
    rdfs:label "1840-02-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Person1072062331 ;
  a2a:EventKeyRef oa:event_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Event1 .

oa:relationep_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Person1072062332 ;
  a2a:EventKeyRef oa:event_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Event1 .

oa:relationep_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Person1072062333 ;
  a2a:EventKeyRef oa:event_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c_Event1 .

oa:source_srt_01f58cd2-fe44-96ba-d6bf-bd51f2cb893c
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1840-01-01 - 1840-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1840" ;
    a2a:Year "1840" ;
    rdfs:label "1840"
  ] ;
  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 "1840.295" ;
    a2a:RegistryNumber "1840A" ;
    a2a:Folio "a075v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1840.295, 1840A, a075v"
  ] ;
  a2a:SourceLastChangeDate "2023-02-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/5E963FD9658B478295D5076BC2B0B059" ;
  a2a:RecordIdentifier "1072062330" ;
  a2a:RecordGUID "{01f58cd2-fe44-96ba-d6bf-bd51f2cb893c}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 5E963FD9-658B-4782-95D5-076BC2B0B059" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011840A_54_A2A.xml van SRT" .

