@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_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6
  a a2a:Record ;
  rdfs:label "Geboorte op 20 februari 1875 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_Person1075260805, oa:person_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_Person1075260806 ;
  a2a:hasEvent oa:event_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_0, oa:relationep_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_1 ;
  a2a:hasSource oa:source_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6 .

oa:person_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_Person1075260805
  a a2a:Person ;
  rdfs:label "Johan Anderman" ;
  a2a:PersonName [
    rdfs:label "Johan Anderman" ;
    a2a:PersonNameFirstName "Johan" ;
    a2a:PersonNameLastName "Anderman"
  ] .

oa:person_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_Person1075260806
  a a2a:Person ;
  rdfs:label "Elizabeth Anderman" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Anderman" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Anderman"
  ] .

oa:event_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "20-02-1875" ;
    a2a:Year "1875" ;
    a2a:Month "02" ;
    a2a:Day "20" ;
    rdfs:label "1875-02-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_Person1075260805 ;
  a2a:EventKeyRef oa:event_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_Event1 .

oa:relationep_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_Person1075260806 ;
  a2a:EventKeyRef oa:event_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6_Event1 .

oa:source_srt_5a1908e6-ef2f-3675-ee1a-5de57c43c4a6
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1875-01-01 - 1875-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1875-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1875-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1875" ;
    a2a:Year "1875" ;
    rdfs:label "1875"
  ] ;
  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 "1875.858" ;
    a2a:RegistryNumber "1875A" ;
    a2a:Folio "a144v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1875.858, 1875A, a144v"
  ] ;
  a2a:SourceLastChangeDate "2022-12-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/8BC0A771CEC7439DA7CD394B8CB9225B" ;
  a2a:RecordIdentifier "1075260804" ;
  a2a:RecordGUID "{5a1908e6-ef2f-3675-ee1a-5de57c43c4a6}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 8BC0A771-CEC7-439D-A7CD-394B8CB9225B" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011875A_54_A2A.xml van SRT" .

