@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_eb98137c-e92f-8700-cc03-7fe16b30c9fb
  a a2a:Record ;
  rdfs:label "Geboorte op 25 november 1882 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Person3064118132, oa:person_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Person3064118133, oa:person_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Person3064118134 ;
  a2a:hasEvent oa:event_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_0, oa:relationep_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_1, oa:relationep_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_2 ;
  a2a:hasSource oa:source_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb .

oa:person_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Person3064118132
  a a2a:Person ;
  rdfs:label "George Grip" ;
  a2a:PersonName [
    rdfs:label "George Grip" ;
    a2a:PersonNameFirstName "George" ;
    a2a:PersonNameLastName "Grip"
  ] .

oa:person_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Person3064118133
  a a2a:Person ;
  rdfs:label "Lars Nielson Grip" ;
  a2a:PersonName [
    rdfs:label "Lars Nielson Grip" ;
    a2a:PersonNameFirstName "Lars Nielson" ;
    a2a:PersonNameLastName "Grip"
  ] .

oa:person_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Person3064118134
  a a2a:Person ;
  rdfs:label "Aafje Bruijn" ;
  a2a:PersonName [
    rdfs:label "Aafje Bruijn" ;
    a2a:PersonNameFirstName "Aafje" ;
    a2a:PersonNameLastName "Bruijn"
  ] .

oa:event_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "25-11-1882" ;
    a2a:Year "1882" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1882-11-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Person3064118132 ;
  a2a:EventKeyRef oa:event_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Event1 .

oa:relationep_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Person3064118133 ;
  a2a:EventKeyRef oa:event_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Event1 .

oa:relationep_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Person3064118134 ;
  a2a:EventKeyRef oa:event_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb_Event1 .

oa:source_srt_eb98137c-e92f-8700-cc03-7fe16b30c9fb
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1882-11-25 - 1882-11-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1882-11-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1882-11-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1882e" ;
    a2a:Year "1882" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1882e"
  ] ;
  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 "1882e.5590" ;
    a2a:RegistryNumber "1882E" ;
    a2a:Folio "e137v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1882e.5590, 1882E, e137v"
  ] ;
  a2a:SourceLastChangeDate "2022-12-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/0727D7AA63984718A736E5257A75BA18" ;
  a2a:RecordIdentifier "3064118131" ;
  a2a:RecordGUID "{eb98137c-e92f-8700-cc03-7fe16b30c9fb}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 0727D7AA-6398-4718-A736-E5257A75BA18" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011882E_54_A2A.xml van SRT" .

