@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_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3
  a a2a:Record ;
  rdfs:label "Geboorte op 4 augustus 1894 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Person3243934091, oa:person_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Person3243934092, oa:person_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Person3243934093 ;
  a2a:hasEvent oa:event_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_0, oa:relationep_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_1, oa:relationep_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_2 ;
  a2a:hasSource oa:source_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3 .

oa:person_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Person3243934091
  a a2a:Person ;
  rdfs:label "Alida Pletser" ;
  a2a:PersonName [
    rdfs:label "Alida Pletser" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Pletser"
  ] .

oa:person_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Person3243934092
  a a2a:Person ;
  rdfs:label "Martinus Pletser" ;
  a2a:PersonName [
    rdfs:label "Martinus Pletser" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNameLastName "Pletser"
  ] .

oa:person_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Person3243934093
  a a2a:Person ;
  rdfs:label "Jannetje van der Mark" ;
  a2a:PersonName [
    rdfs:label "Jannetje van der Mark" ;
    a2a:PersonNameFirstName "Jannetje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Mark"
  ] .

oa:event_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "04-08-1894" ;
    a2a:Year "1894" ;
    a2a:Month "08" ;
    a2a:Day "04" ;
    rdfs:label "1894-08-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Person3243934091 ;
  a2a:EventKeyRef oa:event_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Event1 .

oa:relationep_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Person3243934092 ;
  a2a:EventKeyRef oa:event_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Event1 .

oa:relationep_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Person3243934093 ;
  a2a:EventKeyRef oa:event_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3_Event1 .

oa:source_srt_a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1894-01-01 - 1894-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1894" ;
    a2a:Year "1894" ;
    rdfs:label "1894"
  ] ;
  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 "1894.4245" ;
    a2a:RegistryNumber "1894G" ;
    a2a:Folio "g067v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1894.4245, 1894G, g067v"
  ] ;
  a2a:SourceLastChangeDate "2023-05-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/F817606DA7A8462CB03E8F4ED78EF45F" ;
  a2a:RecordIdentifier "3243934090" ;
  a2a:RecordGUID "{a3dbcf14-72c0-cb48-d1ef-c7cf6b0de3a3}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder F817606D-A7A8-462C-B03E-8F4ED78EF45F" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011894G_54_A2A.xml van SRT" .

