@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_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc
  a a2a:Record ;
  rdfs:label "Geboorte op 13 augustus 1884 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Person1073791508, oa:person_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Person1073791509, oa:person_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Person1073791510 ;
  a2a:hasEvent oa:event_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_0, oa:relationep_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_1, oa:relationep_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_2 ;
  a2a:hasSource oa:source_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc .

oa:person_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Person1073791508
  a a2a:Person ;
  rdfs:label "Maria Stelloo" ;
  a2a:PersonName [
    rdfs:label "Maria Stelloo" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Stelloo"
  ] .

oa:person_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Person1073791509
  a a2a:Person ;
  rdfs:label "Jacob Stelloo" ;
  a2a:PersonName [
    rdfs:label "Jacob Stelloo" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Stelloo"
  ] .

oa:person_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Person1073791510
  a a2a:Person ;
  rdfs:label "Neeltje Joppe" ;
  a2a:PersonName [
    rdfs:label "Neeltje Joppe" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Joppe"
  ] .

oa:event_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "13-08-1884" ;
    a2a:Year "1884" ;
    a2a:Month "08" ;
    a2a:Day "13" ;
    rdfs:label "1884-08-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Person1073791508 ;
  a2a:EventKeyRef oa:event_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Event1 .

oa:relationep_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Person1073791509 ;
  a2a:EventKeyRef oa:event_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Event1 .

oa:relationep_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Person1073791510 ;
  a2a:EventKeyRef oa:event_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc_Event1 .

oa:source_srt_4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1884-01-01 - 1884-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1884-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1884-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1884" ;
    a2a:Year "1884" ;
    rdfs:label "1884"
  ] ;
  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 "1884.4042" ;
    a2a:RegistryNumber "1884D" ;
    a2a:Folio "d085v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1884.4042, 1884D, d085v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/0AE43A965F4F4AE9A7951E3C162D547C" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/0AE43A965F4F4AE9A7951E3C162D547C" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/0AE43A965F4F4AE9A7951E3C162D547C"
  ] ;
  a2a:SourceLastChangeDate "2020-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/53FE3FACC763484A9E90064CEEA99CA5" ;
  a2a:RecordIdentifier "1073791507" ;
  a2a:RecordGUID "{4a2ab2d0-73b4-4c99-9af9-74a3af6d5ccc}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 53FE3FAC-C763-484A-9E90-064CEEA99CA5" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011884D_54_A2A.xml van SRT" .

