@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_2d92cedd-5899-d61b-79a2-0641cb3d3e77
  a a2a:Record ;
  rdfs:label "Geboorte op 6 augustus 1843 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Person2365638103, oa:person_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Person2365638104, oa:person_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Person2365638105 ;
  a2a:hasEvent oa:event_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_0, oa:relationep_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_1, oa:relationep_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_2 ;
  a2a:hasSource oa:source_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77 .

oa:person_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Person2365638103
  a a2a:Person ;
  rdfs:label "Henri Hambourg" ;
  a2a:PersonName [
    rdfs:label "Henri Hambourg" ;
    a2a:PersonNameFirstName "Henri" ;
    a2a:PersonNameLastName "Hambourg"
  ] .

oa:person_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Person2365638104
  a a2a:Person ;
  rdfs:label "Isaac Hambourg" ;
  a2a:PersonName [
    rdfs:label "Isaac Hambourg" ;
    a2a:PersonNameFirstName "Isaac" ;
    a2a:PersonNameLastName "Hambourg"
  ] .

oa:person_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Person2365638105
  a a2a:Person ;
  rdfs:label "Rachèle Lambert" ;
  a2a:PersonName [
    rdfs:label "Rachèle Lambert" ;
    a2a:PersonNameFirstName "Rachèle" ;
    a2a:PersonNameLastName "Lambert"
  ] .

oa:event_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "06-08-1843" ;
    a2a:Year "1843" ;
    a2a:Month "08" ;
    a2a:Day "06" ;
    rdfs:label "1843-08-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Person2365638103 ;
  a2a:EventKeyRef oa:event_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Event1 .

oa:relationep_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Person2365638104 ;
  a2a:EventKeyRef oa:event_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Event1 .

oa:relationep_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Person2365638105 ;
  a2a:EventKeyRef oa:event_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77_Event1 .

oa:source_srt_2d92cedd-5899-d61b-79a2-0641cb3d3e77
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1843-01-01 - 1843-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1843-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1843-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1843" ;
    a2a:Year "1843" ;
    rdfs:label "1843"
  ] ;
  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 "1843.1779" ;
    a2a:RegistryNumber "1843B" ;
    a2a:Folio "b197v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1843.1779, 1843B, b197v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/35DAE76BABF3493AACEFA673B631F532" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/35DAE76BABF3493AACEFA673B631F532" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/35DAE76BABF3493AACEFA673B631F532"
  ] ;
  a2a:SourceLastChangeDate "2022-04-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/52DCC157C92441C88A8B55B4C3393266" ;
  a2a:RecordIdentifier "2365638102" ;
  a2a:RecordGUID "{2d92cedd-5899-d61b-79a2-0641cb3d3e77}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 52DCC157-C924-41C8-8A8B-55B4C3393266" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011843B_54_A2A.xml van SRT" .

