@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_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e
  a a2a:Record ;
  rdfs:label "Geboorte op 16 juli 1907 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Person1075823194, oa:person_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Person1075823195, oa:person_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Person1075823196 ;
  a2a:hasEvent oa:event_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_0, oa:relationep_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_1, oa:relationep_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_2 ;
  a2a:hasSource oa:source_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e .

oa:person_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Person1075823194
  a a2a:Person ;
  rdfs:label "Antonie Jan Snoei" ;
  a2a:PersonName [
    rdfs:label "Antonie Jan Snoei" ;
    a2a:PersonNameFirstName "Antonie Jan" ;
    a2a:PersonNameLastName "Snoei"
  ] .

oa:person_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Person1075823195
  a a2a:Person ;
  rdfs:label "Gijsbert Snoei" ;
  a2a:PersonName [
    rdfs:label "Gijsbert Snoei" ;
    a2a:PersonNameFirstName "Gijsbert" ;
    a2a:PersonNameLastName "Snoei"
  ] .

oa:person_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Person1075823196
  a a2a:Person ;
  rdfs:label "Maria van der Hoek" ;
  a2a:PersonName [
    rdfs:label "Maria van der Hoek" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Hoek"
  ] .

oa:event_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "16-07-1907" ;
    a2a:Year "1907" ;
    a2a:Month "07" ;
    a2a:Day "16" ;
    rdfs:label "1907-07-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Person1075823194 ;
  a2a:EventKeyRef oa:event_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Event1 .

oa:relationep_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Person1075823195 ;
  a2a:EventKeyRef oa:event_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Event1 .

oa:relationep_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Person1075823196 ;
  a2a:EventKeyRef oa:event_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e_Event1 .

oa:source_srt_ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1907-01-01 - 1907-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1907" ;
    a2a:Year "1907" ;
    rdfs:label "1907"
  ] ;
  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 "1907.7577" ;
    a2a:RegistryNumber "1907J" ;
    a2a:Folio "j153" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1907.7577, 1907J, j153"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/22026D9ECCB94199A0D15584F60809F3" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/22026D9ECCB94199A0D15584F60809F3" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/22026D9ECCB94199A0D15584F60809F3"
  ] ;
  a2a:SourceLastChangeDate "2018-04-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/60300E3033884B85A70BBF7E1B6D7292" ;
  a2a:RecordIdentifier "1075823193" ;
  a2a:RecordGUID "{ff59c2bc-b2b9-63a5-e695-3b31c72ebc2e}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 60300E30-3388-4B85-A70B-BF7E1B6D7292" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011907J_54_A2A.xml van SRT" .

