@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_343f6796-c8f4-bf35-130b-da5e87f60858
  a a2a:Record ;
  rdfs:label "Geboorte op 18 november 1900 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Person1075387755, oa:person_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Person1075387756, oa:person_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Person1075387757 ;
  a2a:hasEvent oa:event_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_343f6796-c8f4-bf35-130b-da5e87f60858_0, oa:relationep_srt_343f6796-c8f4-bf35-130b-da5e87f60858_1, oa:relationep_srt_343f6796-c8f4-bf35-130b-da5e87f60858_2 ;
  a2a:hasSource oa:source_srt_343f6796-c8f4-bf35-130b-da5e87f60858 .

oa:person_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Person1075387755
  a a2a:Person ;
  rdfs:label "Aartje Elizabeth Johanna Smits" ;
  a2a:PersonName [
    rdfs:label "Aartje Elizabeth Johanna Smits" ;
    a2a:PersonNameFirstName "Aartje Elizabeth Johanna" ;
    a2a:PersonNameLastName "Smits"
  ] .

oa:person_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Person1075387756
  a a2a:Person ;
  rdfs:label "Teunis Jan Christoffel Smits" ;
  a2a:PersonName [
    rdfs:label "Teunis Jan Christoffel Smits" ;
    a2a:PersonNameFirstName "Teunis Jan Christoffel" ;
    a2a:PersonNameLastName "Smits"
  ] .

oa:person_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Person1075387757
  a a2a:Person ;
  rdfs:label "Elizabeth Klijnoot" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Klijnoot" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Klijnoot"
  ] .

oa:event_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "18-11-1900" ;
    a2a:Year "1900" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1900-11-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_343f6796-c8f4-bf35-130b-da5e87f60858_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Person1075387755 ;
  a2a:EventKeyRef oa:event_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Event1 .

oa:relationep_srt_343f6796-c8f4-bf35-130b-da5e87f60858_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Person1075387756 ;
  a2a:EventKeyRef oa:event_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Event1 .

oa:relationep_srt_343f6796-c8f4-bf35-130b-da5e87f60858_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Person1075387757 ;
  a2a:EventKeyRef oa:event_srt_343f6796-c8f4-bf35-130b-da5e87f60858_Event1 .

oa:source_srt_343f6796-c8f4-bf35-130b-da5e87f60858
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1900-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1900" ;
    a2a:Year "1900" ;
    rdfs:label "1900"
  ] ;
  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 "1900.10715" ;
    a2a:RegistryNumber "1900N" ;
    a2a:Folio "n148" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1900.10715, 1900N, n148"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/5EB72BF0A87F4BB3BF2210FDC1F597D3" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/5EB72BF0A87F4BB3BF2210FDC1F597D3" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/5EB72BF0A87F4BB3BF2210FDC1F597D3"
  ] ;
  a2a:SourceLastChangeDate "2020-01-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/29429CBF1A0947F0A0634F0E83E6A408" ;
  a2a:RecordIdentifier "1075387754" ;
  a2a:RecordGUID "{343f6796-c8f4-bf35-130b-da5e87f60858}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 29429CBF-1A09-47F0-A063-4F0E83E6A408" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011900N_54_A2A.xml van SRT" .

