@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_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 1 november 1877 te Delfshaven" ;
  a2a:hasPerson oa:person_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Person1, oa:person_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Person2, oa:person_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Person3 ;
  a2a:hasEvent oa:event_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Event1 ;
  a2a:hasRelationEP oa:relationep_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_0, oa:relationep_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_1, oa:relationep_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_2 ;
  a2a:hasSource oa:source_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2 .

oa:person_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Person1
  a a2a:Person ;
  rdfs:label "Dirk Stam de Jonge" ;
  a2a:PersonName [
    rdfs:label "Dirk Stam de Jonge" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Stam de Jonge"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:LiteralDate "01-11-1877" ;
    a2a:Year "1877" ;
    a2a:Month "11" ;
    a2a:Day "01" ;
    rdfs:label "01-11-1877"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delfshaven" ;
    rdfs:label "Delfshaven"
  ] .

oa:person_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Person2
  a a2a:Person ;
  rdfs:label "Gijsbertus Izaak Stam de Jonge" ;
  a2a:PersonName [
    rdfs:label "Gijsbertus Izaak Stam de Jonge" ;
    a2a:PersonNameFirstName "Gijsbertus Izaak" ;
    a2a:PersonNameLastName "Stam de Jonge"
  ] .

oa:person_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Person3
  a a2a:Person ;
  rdfs:label "Grietje Schippers" ;
  a2a:PersonName [
    rdfs:label "Grietje Schippers" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Schippers"
  ] .

oa:event_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "01-11-1877" ;
    a2a:Year "1877" ;
    a2a:Month "11" ;
    a2a:Day "01" ;
    rdfs:label "1877-11-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delfshaven" ;
    rdfs:label "Delfshaven"
  ] .

oa:relationep_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Person1 ;
  a2a:EventKeyRef oa:event_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Event1 .

oa:relationep_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Person2 ;
  a2a:EventKeyRef oa:event_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Event1 .

oa:relationep_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Person3 ;
  a2a:EventKeyRef oa:event_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2_Event1 .

oa:source_rzh_bd2f30c0-551b-4312-b0de-e2fdeeec72b2
  a a2a:Source ;
  rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Delfshaven" ;
    a2a:Province "Zuid-Holland" ;
    rdfs:label "Delfshaven, Zuid-Holland", "1877-11-02 - 1877-11-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1877-11-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1877-11-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "02-11-1877" ;
    a2a:Year "1877" ;
    a2a:Month "11" ;
    a2a:Day "02" ;
    rdfs:label "02-11-1877"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief Rijksarchief Zuid-Holland" ;
    a2a:Place "Den Haag" ;
    a2a:DocumentNumber "429" ;
    rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, Den Haag, 429"
  ] ;
  a2a:SourceLastChangeDate "2012-05-04"^^xsd:date ;
  a2a:RecordGUID "{bd2f30c0-551b-4312-b0de-e2fdeeec72b2}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" .

[] a2a:PersonRemarkVondeling "N" .
