@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_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B
  a a2a:Record ;
  rdfs:label "Geboorte op 24 november 1876 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Person1072758759, oa:person_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Person1072758760, oa:person_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Person1072758761 ;
  a2a:hasEvent oa:event_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_0, oa:relationep_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_1, oa:relationep_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_2 ;
  a2a:hasSource oa:source_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B .

oa:person_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Person1072758759
  a a2a:Person ;
  rdfs:label "Antonius Hendrikus Josephus Bolsius" ;
  a2a:PersonName [
    rdfs:label "Antonius Hendrikus Josephus Bolsius" ;
    a2a:PersonNameFirstName "Antonius Hendrikus Josephus" ;
    a2a:PersonNameLastName "Bolsius"
  ] .

oa:person_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Person1072758760
  a a2a:Person ;
  rdfs:label "Victor Petrus Michael Bolsius" ;
  a2a:PersonName [
    rdfs:label "Victor Petrus Michael Bolsius" ;
    a2a:PersonNameFirstName "Victor Petrus Michael" ;
    a2a:PersonNameLastName "Bolsius"
  ] .

oa:person_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Person1072758761
  a a2a:Person ;
  rdfs:label "Elisa Anna Maria Chattelin" ;
  a2a:PersonName [
    rdfs:label "Elisa Anna Maria Chattelin" ;
    a2a:PersonNameFirstName "Elisa Anna Maria" ;
    a2a:PersonNameLastName "Chattelin"
  ] .

oa:event_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1876-11-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Person1072758759 ;
  a2a:EventKeyRef oa:event_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Event1 .

oa:relationep_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Person1072758760 ;
  a2a:EventKeyRef oa:event_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Event1 .

oa:relationep_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Person1072758761 ;
  a2a:EventKeyRef oa:event_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B_Event1 .

oa:source_srt_2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1876-01-01 - 1876-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1876" ;
    a2a:Year "1876" ;
    rdfs:label "1876"
  ] ;
  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 "1876.4945" ;
    a2a:RegistryNumber "1876D" ;
    a2a:Folio "d143v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1876.4945, 1876D, d143v"
  ] ;
  a2a:SourceLastChangeDate "2025-05-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/2EBFBCDCF86846428DF2FBCED4EE9C2B" ;
  a2a:RecordIdentifier "1072758758" ;
  a2a:RecordGUID "{2EBFBCDC-F868-4642-8DF2-FBCED4EE9C2B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/21AF71111B8048A9824E6BF0A7C977BD" .

