@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_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6
  a a2a:Record ;
  rdfs:label "Geboorte op 3 mei 1902 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Person1075471756, oa:person_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Person1075471757, oa:person_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Person1075471758 ;
  a2a:hasEvent oa:event_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_0, oa:relationep_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_1, oa:relationep_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_2 ;
  a2a:hasSource oa:source_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6 .

oa:person_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Person1075471756
  a a2a:Person ;
  rdfs:label "Alphonsus Marie Michiel Oomens" ;
  a2a:PersonName [
    rdfs:label "Alphonsus Marie Michiel Oomens" ;
    a2a:PersonNameFirstName "Alphonsus Marie Michiel" ;
    a2a:PersonNameLastName "Oomens"
  ] .

oa:person_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Person1075471757
  a a2a:Person ;
  rdfs:label "Cornelis Oomens" ;
  a2a:PersonName [
    rdfs:label "Cornelis Oomens" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Oomens"
  ] .

oa:person_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Person1075471758
  a a2a:Person ;
  rdfs:label "Pieternella Sophia van Kalken" ;
  a2a:PersonName [
    rdfs:label "Pieternella Sophia van Kalken" ;
    a2a:PersonNameFirstName "Pieternella Sophia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kalken"
  ] .

oa:event_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "03-05-1902" ;
    a2a:Year "1902" ;
    a2a:Month "05" ;
    a2a:Day "03" ;
    rdfs:label "1902-05-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Person1075471756 ;
  a2a:EventKeyRef oa:event_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Event1 .

oa:relationep_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Person1075471757 ;
  a2a:EventKeyRef oa:event_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Event1 .

oa:relationep_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Person1075471758 ;
  a2a:EventKeyRef oa:event_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6_Event1 .

oa:source_srt_e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1902-01-01 - 1902-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1902" ;
    a2a:Year "1902" ;
    rdfs:label "1902"
  ] ;
  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 "1902.4397" ;
    a2a:RegistryNumber "1902E" ;
    a2a:Folio "e153v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1902.4397, 1902E, e153v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/3EF58D8A630945C991371600BA6F9B3D" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/3EF58D8A630945C991371600BA6F9B3D" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/3EF58D8A630945C991371600BA6F9B3D"
  ] ;
  a2a:SourceLastChangeDate "2018-06-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/84A14E2FD2E342B8B4B4D05154FFCFAD" ;
  a2a:RecordIdentifier "1075471755" ;
  a2a:RecordGUID "{e95307c6-b52d-c6f0-bd05-c44ff2c1c3e6}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 84A14E2F-D2E3-42B8-B4B4-D05154FFCFAD" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011902E_54_A2A.xml van SRT" .

