@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_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8
  a a2a:Record ;
  rdfs:label "Geboorte op 13 oktober 1897 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Person1073973914, oa:person_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Person1073973915, oa:person_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Person1073973916 ;
  a2a:hasEvent oa:event_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_0, oa:relationep_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_1, oa:relationep_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_2 ;
  a2a:hasSource oa:source_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8 .

oa:person_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Person1073973914
  a a2a:Person ;
  rdfs:label "Cornelia Maria Josephina de Wolf" ;
  a2a:PersonName [
    rdfs:label "Cornelia Maria Josephina de Wolf" ;
    a2a:PersonNameFirstName "Cornelia Maria Josephina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wolf"
  ] .

oa:person_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Person1073973915
  a a2a:Person ;
  rdfs:label "Johannes Bernardus Arnoldus de Wolf" ;
  a2a:PersonName [
    rdfs:label "Johannes Bernardus Arnoldus de Wolf" ;
    a2a:PersonNameFirstName "Johannes Bernardus Arnoldus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wolf"
  ] .

oa:person_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Person1073973916
  a a2a:Person ;
  rdfs:label "Cornelia Jacoba Francisca Hentzen" ;
  a2a:PersonName [
    rdfs:label "Cornelia Jacoba Francisca Hentzen" ;
    a2a:PersonNameFirstName "Cornelia Jacoba Francisca" ;
    a2a:PersonNameLastName "Hentzen"
  ] .

oa:event_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "13-10-1897" ;
    a2a:Year "1897" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1897-10-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Person1073973914 ;
  a2a:EventKeyRef oa:event_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Event1 .

oa:relationep_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Person1073973915 ;
  a2a:EventKeyRef oa:event_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Event1 .

oa:relationep_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Person1073973916 ;
  a2a:EventKeyRef oa:event_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8_Event1 .

oa:source_srt_0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1897-01-01 - 1897-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1897" ;
    a2a:Year "1897" ;
    rdfs:label "1897"
  ] ;
  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 "1897.8168" ;
    a2a:RegistryNumber "1897M" ;
    a2a:Folio "m028" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1897.8168, 1897M, m028"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/9B8EB1FAA56D422B812E74C272B0A023" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/9B8EB1FAA56D422B812E74C272B0A023" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/9B8EB1FAA56D422B812E74C272B0A023"
  ] ;
  a2a:SourceLastChangeDate "2018-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/3AD8C4009DE04B28A4D8028C5BF97CF1" ;
  a2a:RecordIdentifier "1073973913" ;
  a2a:RecordGUID "{0c7ff61c-4a3e-c85b-8fc0-0ec65a112bf8}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 3AD8C400-9DE0-4B28-A4D8-028C5BF97CF1" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011897M_54_A2A.xml van SRT" .

