@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_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 15 januari 1880 te Kedichem" ;
  a2a:hasPerson oa:person_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Person1, oa:person_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Person2, oa:person_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Person3 ;
  a2a:hasEvent oa:event_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Event1 ;
  a2a:hasRelationEP oa:relationep_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_0, oa:relationep_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_1, oa:relationep_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_2 ;
  a2a:hasSource oa:source_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca .

oa:person_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Person1
  a a2a:Person ;
  rdfs:label "Gerard Johan Stek" ;
  a2a:PersonName [
    rdfs:label "Gerard Johan Stek" ;
    a2a:PersonNameFirstName "Gerard Johan" ;
    a2a:PersonNameLastName "Stek"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:LiteralDate "15-01-1880" ;
    a2a:Year "1880" ;
    a2a:Month "01" ;
    a2a:Day "15" ;
    rdfs:label "15-01-1880"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kedichem" ;
    rdfs:label "Kedichem"
  ] .

oa:person_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Person2
  a a2a:Person ;
  rdfs:label "Huibert Stek" ;
  a2a:PersonName [
    rdfs:label "Huibert Stek" ;
    a2a:PersonNameFirstName "Huibert" ;
    a2a:PersonNameLastName "Stek"
  ] .

oa:person_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Person3
  a a2a:Person ;
  rdfs:label "Aafje Vis" ;
  a2a:PersonName [
    rdfs:label "Aafje Vis" ;
    a2a:PersonNameFirstName "Aafje" ;
    a2a:PersonNameLastName "Vis"
  ] .

oa:event_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "15-01-1880" ;
    a2a:Year "1880" ;
    a2a:Month "01" ;
    a2a:Day "15" ;
    rdfs:label "1880-01-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kedichem" ;
    rdfs:label "Kedichem"
  ] .

oa:relationep_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Person1 ;
  a2a:EventKeyRef oa:event_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Event1 .

oa:relationep_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Person2 ;
  a2a:EventKeyRef oa:event_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Event1 .

oa:relationep_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Person3 ;
  a2a:EventKeyRef oa:event_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca_Event1 .

oa:source_rzh_b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca
  a a2a:Source ;
  rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kedichem" ;
    a2a:Province "Zuid-Holland" ;
    rdfs:label "Kedichem, Zuid-Holland", "1880-01-17 - 1880-01-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-01-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-01-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "17-01-1880" ;
    a2a:Year "1880" ;
    a2a:Month "01" ;
    a2a:Day "17" ;
    rdfs:label "17-01-1880"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief Rijksarchief Zuid-Holland" ;
    a2a:Place "Den Haag" ;
    a2a:DocumentNumber "4" ;
    rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, Den Haag, 4"
  ] ;
  a2a:SourceLastChangeDate "2012-05-04"^^xsd:date ;
  a2a:RecordGUID "{b02e492e-e49e-4dfe-8624-c4b2e6a2b5ca}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" .

[] a2a:PersonRemarkVondeling "N" .
