@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_53cbc8fa-7eae-703d-1ca7-69981a5c10c3
  a a2a:Record ;
  rdfs:label "Geboorte op 10 november 1811 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Person1072104729, oa:person_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Person1072104730, oa:person_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Person1072104731 ;
  a2a:hasEvent oa:event_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_0, oa:relationep_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_1, oa:relationep_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_2 ;
  a2a:hasSource oa:source_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3 .

oa:person_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Person1072104729
  a a2a:Person ;
  rdfs:label "Johan Fredrik Hilman" ;
  a2a:PersonName [
    rdfs:label "Johan Fredrik Hilman" ;
    a2a:PersonNameFirstName "Johan Fredrik" ;
    a2a:PersonNameLastName "Hilman"
  ] .

oa:person_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Person1072104730
  a a2a:Person ;
  rdfs:label "Dirk Hendrik Hilman" ;
  a2a:PersonName [
    rdfs:label "Dirk Hendrik Hilman" ;
    a2a:PersonNameFirstName "Dirk Hendrik" ;
    a2a:PersonNameLastName "Hilman"
  ] .

oa:person_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Person1072104731
  a a2a:Person ;
  rdfs:label "Charlotta Cniemulder" ;
  a2a:PersonName [
    rdfs:label "Charlotta Cniemulder" ;
    a2a:PersonNameFirstName "Charlotta" ;
    a2a:PersonNameLastName "Cniemulder"
  ] .

oa:event_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "10-11-1811" ;
    a2a:Year "1811" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1811-11-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Person1072104729 ;
  a2a:EventKeyRef oa:event_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Event1 .

oa:relationep_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Person1072104730 ;
  a2a:EventKeyRef oa:event_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Event1 .

oa:relationep_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Person1072104731 ;
  a2a:EventKeyRef oa:event_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3_Event1 .

oa:source_srt_53cbc8fa-7eae-703d-1ca7-69981a5c10c3
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1811-01-01 - 1811-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1811" ;
    a2a:Year "1811" ;
    rdfs:label "1811"
  ] ;
  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:RegistryNumber "1811" ;
    a2a:Folio "306" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1811, 306"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/12124AC1010C46DBA3A041EACA08BF41" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/12124AC1010C46DBA3A041EACA08BF41" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/12124AC1010C46DBA3A041EACA08BF41"
  ] ;
  a2a:SourceLastChangeDate "2022-07-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/86EA96B38F5C43BF8297312349C8B9C9" ;
  a2a:RecordIdentifier "1072104728" ;
  a2a:RecordGUID "{53cbc8fa-7eae-703d-1ca7-69981a5c10c3}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 86EA96B3-8F5C-43BF-8297-312349C8B9C9" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011811_54_A2A.xml van SRT" .

