@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_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9
  a a2a:Record ;
  rdfs:label "Geboorte op 10 januari 1900 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Person1075383145, oa:person_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Person1075383146, oa:person_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Person1075383147 ;
  a2a:hasEvent oa:event_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_0, oa:relationep_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_1, oa:relationep_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_2 ;
  a2a:hasSource oa:source_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9 .

oa:person_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Person1075383145
  a a2a:Person ;
  rdfs:label "Petrus Johannes Zee" ;
  a2a:PersonName [
    rdfs:label "Petrus Johannes Zee" ;
    a2a:PersonNameFirstName "Petrus Johannes" ;
    a2a:PersonNameLastName "Zee"
  ] .

oa:person_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Person1075383146
  a a2a:Person ;
  rdfs:label "Matthaus Zee" ;
  a2a:PersonName [
    rdfs:label "Matthaus Zee" ;
    a2a:PersonNameFirstName "Matthaus" ;
    a2a:PersonNameLastName "Zee"
  ] .

oa:person_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Person1075383147
  a a2a:Person ;
  rdfs:label "Maria Elizabeth Eilers" ;
  a2a:PersonName [
    rdfs:label "Maria Elizabeth Eilers" ;
    a2a:PersonNameFirstName "Maria Elizabeth" ;
    a2a:PersonNameLastName "Eilers"
  ] .

oa:event_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "10-01-1900" ;
    a2a:Year "1900" ;
    a2a:Month "01" ;
    a2a:Day "10" ;
    rdfs:label "1900-01-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Person1075383145 ;
  a2a:EventKeyRef oa:event_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Event1 .

oa:relationep_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Person1075383146 ;
  a2a:EventKeyRef oa:event_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Event1 .

oa:relationep_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Person1075383147 ;
  a2a:EventKeyRef oa:event_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9_Event1 .

oa:source_srt_e346b8d2-1bd2-4f3f-8b33-51b0809c58a9
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1900-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1900" ;
    a2a:Year "1900" ;
    rdfs:label "1900"
  ] ;
  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 "1900.431" ;
    a2a:RegistryNumber "1900A" ;
    a2a:Folio "a055v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1900.431, 1900A, a055v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/9B79D5C04E5341B1B3E7BD782BD7EBAB" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/9B79D5C04E5341B1B3E7BD782BD7EBAB" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/9B79D5C04E5341B1B3E7BD782BD7EBAB"
  ] ;
  a2a:SourceLastChangeDate "2022-03-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/3DFD61431FC94C02912CE5B7CF476A68" ;
  a2a:RecordIdentifier "1075383144" ;
  a2a:RecordGUID "{e346b8d2-1bd2-4f3f-8b33-51b0809c58a9}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 3DFD6143-1FC9-4C02-912C-E5B7CF476A68" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011900A_54_A2A.xml van SRT" .

