@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_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7
  a a2a:Record ;
  rdfs:label "Geboorte op 17 mei 1891 te Bodegraven" ;
  a2a:hasPerson oa:person_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Person1, oa:person_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Person2, oa:person_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Person3 ;
  a2a:hasEvent oa:event_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_0, oa:relationep_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_1, oa:relationep_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_2 ;
  a2a:hasSource oa:source_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7 .

oa:person_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Person1
  a a2a:Person ;
  rdfs:label "Anthonia Wolswijk" ;
  a2a:PersonName [
    rdfs:label "Anthonia Wolswijk" ;
    a2a:PersonNameFirstName "Anthonia" ;
    a2a:PersonNameLastName "Wolswijk"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Person2
  a a2a:Person ;
  rdfs:label "Corstiaan Wolswijk" ;
  a2a:PersonName [
    rdfs:label "Corstiaan Wolswijk" ;
    a2a:PersonNameFirstName "Corstiaan" ;
    a2a:PersonNameLastName "Wolswijk"
  ] .

oa:person_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Person3
  a a2a:Person ;
  rdfs:label "Cecilia Stolwijk" ;
  a2a:PersonName [
    rdfs:label "Cecilia Stolwijk" ;
    a2a:PersonNameFirstName "Cecilia" ;
    a2a:PersonNameLastName "Stolwijk"
  ] .

oa:event_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1891" ;
    a2a:Month "5" ;
    a2a:Day "17" ;
    rdfs:label "1891-05-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bodegraven" ;
    rdfs:label "Bodegraven"
  ] .

oa:relationep_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Person1 ;
  a2a:EventKeyRef oa:event_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Event1 .

oa:relationep_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Person2 ;
  a2a:EventKeyRef oa:event_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Event1 .

oa:relationep_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Person3 ;
  a2a:EventKeyRef oa:event_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7_Event1 .

oa:source_rel_f46d0731-e465-bc9c-7015-79ab8133b9f7
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bodegraven" ;
    rdfs:label "Bodegraven", "1891-01-01 - 1891-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "5" ;
    a2a:Day "19" ;
    rdfs:label "1891-05-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Geboorteakte" ;
    a2a:DocumentNumber "65" ;
    a2a:RegistryNumber "785" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Geboorteakte, 65, 785"
  ] ;
  a2a:SourceLastChangeDate "2020-07-14"^^xsd:date ;
  a2a:RecordIdentifier "B003.785.GEBOORTE.00065" ;
  a2a:RecordGUID "{f46d0731-e465-bc9c-7015-79ab8133b9f7}" ;
  a2a:SourceRemarkProvenance "rhcrl_b003_785_geb-bodegraven_1891-1898_a.xlsx csv2a2a" .

