@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_a39a61b2-e40b-cc0c-6659-92101a0fb6aa
  a a2a:Record ;
  rdfs:label "Geboorte op 7 september 1895 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Person3065145479, oa:person_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Person3065145480, oa:person_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Person3065145481 ;
  a2a:hasEvent oa:event_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_0, oa:relationep_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_1, oa:relationep_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_2 ;
  a2a:hasSource oa:source_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa .

oa:person_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Person3065145479
  a a2a:Person ;
  rdfs:label "Antonia Gerardina Johanna van Houten" ;
  a2a:PersonName [
    rdfs:label "Antonia Gerardina Johanna van Houten" ;
    a2a:PersonNameFirstName "Antonia Gerardina Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Houten"
  ] .

oa:person_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Person3065145480
  a a2a:Person ;
  rdfs:label "Johannes Cornelis van Houten" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis van Houten" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Houten"
  ] .

oa:person_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Person3065145481
  a a2a:Person ;
  rdfs:label "Aafje Gerardina Vermaart" ;
  a2a:PersonName [
    rdfs:label "Aafje Gerardina Vermaart" ;
    a2a:PersonNameFirstName "Aafje Gerardina" ;
    a2a:PersonNameLastName "Vermaart"
  ] .

oa:event_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "07-09-1895" ;
    a2a:Year "1895" ;
    a2a:Month "09" ;
    a2a:Day "07" ;
    rdfs:label "1895-09-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Person3065145479 ;
  a2a:EventKeyRef oa:event_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Event1 .

oa:relationep_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Person3065145480 ;
  a2a:EventKeyRef oa:event_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Event1 .

oa:relationep_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Person3065145481 ;
  a2a:EventKeyRef oa:event_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa_Event1 .

oa:source_srt_a39a61b2-e40b-cc0c-6659-92101a0fb6aa
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1895-01-01 - 1895-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1895" ;
    a2a:Year "1895" ;
    rdfs:label "1895"
  ] ;
  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 "1895.5169" ;
    a2a:RegistryNumber "1895K" ;
    a2a:Folio "k100" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1895.5169, 1895K, k100"
  ] ;
  a2a:SourceLastChangeDate "2023-02-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/055B097445404BDC910FB60858E11A22" ;
  a2a:RecordIdentifier "3065145478" ;
  a2a:RecordGUID "{a39a61b2-e40b-cc0c-6659-92101a0fb6aa}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 055B0974-4540-4BDC-910F-B60858E11A22" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011895K_54_A2A.xml van SRT" .

