@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_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c
  a a2a:Record ;
  rdfs:label "Geboorte op 13 oktober 1914 te Bodegraven" ;
  a2a:hasPerson oa:person_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Person1, oa:person_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Person2, oa:person_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Person3 ;
  a2a:hasEvent oa:event_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_0, oa:relationep_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_1, oa:relationep_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_2 ;
  a2a:hasSource oa:source_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c .

oa:person_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Person1
  a a2a:Person ;
  rdfs:label "Heiltje Pouw" ;
  a2a:PersonName [
    rdfs:label "Heiltje Pouw" ;
    a2a:PersonNameFirstName "Heiltje" ;
    a2a:PersonNameLastName "Pouw"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Person2
  a a2a:Person ;
  rdfs:label "Pancras Pouw" ;
  a2a:PersonName [
    rdfs:label "Pancras Pouw" ;
    a2a:PersonNameFirstName "Pancras" ;
    a2a:PersonNameLastName "Pouw"
  ] .

oa:person_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Person3
  a a2a:Person ;
  rdfs:label "Aaltje Dros" ;
  a2a:PersonName [
    rdfs:label "Aaltje Dros" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Dros"
  ] .

oa:event_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1914-10-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bodegraven" ;
    rdfs:label "Bodegraven"
  ] .

oa:relationep_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Person1 ;
  a2a:EventKeyRef oa:event_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Event1 .

oa:relationep_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Person2 ;
  a2a:EventKeyRef oa:event_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Event1 .

oa:relationep_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Person3 ;
  a2a:EventKeyRef oa:event_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c_Event1 .

oa:source_rel_1b2cfc46-8b01-7362-e9cf-d00f30df9d0c
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bodegraven" ;
    rdfs:label "Bodegraven", "1914-01-01 - 1914-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1914-10-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Geboorteakte" ;
    a2a:DocumentNumber "155" ;
    a2a:RegistryNumber "787" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Geboorteakte, 155, 787"
  ] ;
  a2a:SourceLastChangeDate "2020-07-14"^^xsd:date ;
  a2a:RecordIdentifier "B003.787.GEBOORTE.01380" ;
  a2a:RecordGUID "{1b2cfc46-8b01-7362-e9cf-d00f30df9d0c}" ;
  a2a:SourceRemarkProvenance "rhcrl_b003_787_geb-bodegraven_1907-1914_a.xlsx csv2a2a" .

