@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_ffccfe0c-1eb3-da44-87dc-092ce7ff489a
  a a2a:Record ;
  rdfs:label "Geboorte op 16 december 1848 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Person1072228365, oa:person_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Person1072228366, oa:person_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Person1072228367 ;
  a2a:hasEvent oa:event_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_0, oa:relationep_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_1, oa:relationep_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_2 ;
  a2a:hasSource oa:source_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a .

oa:person_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Person1072228365
  a a2a:Person ;
  rdfs:label "Jan Hendrik Hermanus Albertus Hoogenbergh" ;
  a2a:PersonName [
    rdfs:label "Jan Hendrik Hermanus Albertus Hoogenbergh" ;
    a2a:PersonNameFirstName "Jan Hendrik Hermanus Albertus" ;
    a2a:PersonNameLastName "Hoogenbergh"
  ] .

oa:person_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Person1072228366
  a a2a:Person ;
  rdfs:label "Christiaan Hendrik Hoogenbergh" ;
  a2a:PersonName [
    rdfs:label "Christiaan Hendrik Hoogenbergh" ;
    a2a:PersonNameFirstName "Christiaan Hendrik" ;
    a2a:PersonNameLastName "Hoogenbergh"
  ] .

oa:person_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Person1072228367
  a a2a:Person ;
  rdfs:label "Metje de Vrij" ;
  a2a:PersonName [
    rdfs:label "Metje de Vrij" ;
    a2a:PersonNameFirstName "Metje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vrij"
  ] .

oa:event_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "16-12-1848" ;
    a2a:Year "1848" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1848-12-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Person1072228365 ;
  a2a:EventKeyRef oa:event_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Event1 .

oa:relationep_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Person1072228366 ;
  a2a:EventKeyRef oa:event_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Event1 .

oa:relationep_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Person1072228367 ;
  a2a:EventKeyRef oa:event_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a_Event1 .

oa:source_srt_ffccfe0c-1eb3-da44-87dc-092ce7ff489a
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1848-01-01 - 1848-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1848-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1848-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1848" ;
    a2a:Year "1848" ;
    rdfs:label "1848"
  ] ;
  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 "1848.3129" ;
    a2a:RegistryNumber "1848D" ;
    a2a:Folio "d054" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1848.3129, 1848D, d054"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/C27291E522DF47C1B8EADC50C0D827AD" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/C27291E522DF47C1B8EADC50C0D827AD" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/C27291E522DF47C1B8EADC50C0D827AD"
  ] ;
  a2a:SourceLastChangeDate "2017-09-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/21ADC998CC2A4AC1A6EC649936176EC9" ;
  a2a:RecordIdentifier "1072228364" ;
  a2a:RecordGUID "{ffccfe0c-1eb3-da44-87dc-092ce7ff489a}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 21ADC998-CC2A-4AC1-A6EC-649936176EC9" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011848D_54_A2A.xml van SRT" .

