@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_0225bfcf-8dc9-42e4-befc-db940bb5ccf4
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 16 mei 1826 te Zegwaart" ;
  a2a:hasPerson oa:person_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Person1, oa:person_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Person2, oa:person_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Person3 ;
  a2a:hasEvent oa:event_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Event1 ;
  a2a:hasRelationEP oa:relationep_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_0, oa:relationep_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_1, oa:relationep_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_2 ;
  a2a:hasSource oa:source_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4 .

oa:person_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Person1
  a a2a:Person ;
  rdfs:label "Gerritje Mourits" ;
  a2a:PersonName [
    rdfs:label "Gerritje Mourits" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNameLastName "Mourits"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:LiteralDate "16-05-1826" ;
    a2a:Year "1826" ;
    a2a:Month "05" ;
    a2a:Day "16" ;
    rdfs:label "16-05-1826"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zegwaart" ;
    rdfs:label "Zegwaart"
  ] .

oa:person_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Person2
  a a2a:Person ;
  rdfs:label "Pieter Mourits" ;
  a2a:PersonName [
    rdfs:label "Pieter Mourits" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Mourits"
  ] .

oa:person_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Person3
  a a2a:Person ;
  rdfs:label "Alida Bartels" ;
  a2a:PersonName [
    rdfs:label "Alida Bartels" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Bartels"
  ] .

oa:event_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "16-05-1826" ;
    a2a:Year "1826" ;
    a2a:Month "05" ;
    a2a:Day "16" ;
    rdfs:label "1826-05-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zegwaart" ;
    rdfs:label "Zegwaart"
  ] .

oa:relationep_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Person1 ;
  a2a:EventKeyRef oa:event_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Event1 .

oa:relationep_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Person2 ;
  a2a:EventKeyRef oa:event_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Event1 .

oa:relationep_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Person3 ;
  a2a:EventKeyRef oa:event_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4_Event1 .

oa:source_rzh_0225bfcf-8dc9-42e4-befc-db940bb5ccf4
  a a2a:Source ;
  rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zegwaart" ;
    a2a:Province "Zuid-Holland" ;
    rdfs:label "Zegwaart, Zuid-Holland", "1826-05-17 - 1826-05-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-05-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-05-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "17-05-1826" ;
    a2a:Year "1826" ;
    a2a:Month "05" ;
    a2a:Day "17" ;
    rdfs:label "17-05-1826"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief Rijksarchief Zuid-Holland" ;
    a2a:Place "Den Haag" ;
    a2a:DocumentNumber "30" ;
    rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, Den Haag, 30"
  ] ;
  a2a:SourceLastChangeDate "2012-05-04"^^xsd:date ;
  a2a:RecordGUID "{0225bfcf-8dc9-42e4-befc-db940bb5ccf4}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" .

