@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_0cedfa1f-defd-6e68-2e71-50107ae9f4f8
  a a2a:Record ;
  rdfs:label "Geboorte op 14 augustus 1838 te Woerden" ;
  a2a:hasPerson oa:person_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_Person1, oa:person_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_Person3 ;
  a2a:hasEvent oa:event_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_0, oa:relationep_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_1 ;
  a2a:hasSource oa:source_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8 .

oa:person_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_Person1
  a a2a:Person ;
  rdfs:label "Barend Aaldert Wouters" ;
  a2a:PersonName [
    rdfs:label "Barend Aaldert Wouters" ;
    a2a:PersonNameFirstName "Barend Aaldert" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Gender "Man" .

oa:person_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_Person3
  a a2a:Person ;
  rdfs:label "Catriena Wouters" ;
  a2a:PersonName [
    rdfs:label "Catriena Wouters" ;
    a2a:PersonNameFirstName "Catriena" ;
    a2a:PersonNameLastName "Wouters"
  ] .

oa:event_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1838" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1838-08-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] .

oa:relationep_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_Person1 ;
  a2a:EventKeyRef oa:event_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_Event1 .

oa:relationep_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_Person3 ;
  a2a:EventKeyRef oa:event_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8_Event1 .

oa:source_rel_0cedfa1f-defd-6e68-2e71-50107ae9f4f8
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden", "1838-01-01 - 1838-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1838" ;
    a2a:Month "8" ;
    a2a:Day "15" ;
    rdfs:label "1838-08-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Geboorteakte" ;
    a2a:DocumentNumber "95" ;
    a2a:RegistryNumber "1667" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Geboorteakte, 95, 1667"
  ] ;
  a2a:SourceLastChangeDate "2020-07-15"^^xsd:date ;
  a2a:RecordGUID "{0cedfa1f-defd-6e68-2e71-50107ae9f4f8}" ;
  a2a:SourceRemarkProvenance "rhcrl_w021_1665-1676_geboorteakten-woerden_1811-1912_b.xlsx csv2a2a" .

