@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_7ec4745e-050c-9eea-c6ea-2669745f97c4
  a a2a:Record ;
  rdfs:label "Geboorte op 30 december 1834 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Person1, oa:person_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Person2, oa:person_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Person3 ;
  a2a:hasEvent oa:event_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_0, oa:relationep_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_1, oa:relationep_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_2 ;
  a2a:hasSource oa:source_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4 .

oa:person_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Person1
  a a2a:Person ;
  rdfs:label "Adrianus Philips" ;
  a2a:PersonName [
    rdfs:label "Adrianus Philips" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Philips"
  ] .

oa:person_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Person2
  a a2a:Person ;
  rdfs:label "Koenraadt Philips" ;
  a2a:PersonName [
    rdfs:label "Koenraadt Philips" ;
    a2a:PersonNameFirstName "Koenraadt" ;
    a2a:PersonNameLastName "Philips"
  ] .

oa:person_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Person3
  a a2a:Person ;
  rdfs:label "Neeltje Nortier" ;
  a2a:PersonName [
    rdfs:label "Neeltje Nortier" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Nortier"
  ] .

oa:event_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1834" ;
    a2a:Month "12" ;
    a2a:Day "30" ;
    rdfs:label "1834-12-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:EventRemarkOpmerking "akte nr. 11" .

oa:relationep_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Person1 ;
  a2a:EventKeyRef oa:event_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Event1 .

oa:relationep_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Person2 ;
  a2a:EventKeyRef oa:event_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Event1 .

oa:relationep_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Person3 ;
  a2a:EventKeyRef oa:event_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4_Event1 .

oa:source_srt_7ec4745e-050c-9eea-c6ea-2669745f97c4
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam", "1811-01-01 - 1899-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, geboorteakten" ;
    a2a:DocumentNumber "a004v" ;
    rdfs:label "Stadsarchief Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, a004v"
  ] ;
  a2a:SourceLastChangeDate "2017-07-17"^^xsd:date ;
  a2a:RecordIdentifier "390005" ;
  a2a:RecordGUID "{7ec4745e-050c-9eea-c6ea-2669745f97c4}" .

