@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_6e5aef93-d9ec-731b-b2ef-5bd722659eca
  a a2a:Record ;
  rdfs:label "Geboorte op 8 juli 1850 te Linschoten" ;
  a2a:hasPerson oa:person_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_Person1, oa:person_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_Person3 ;
  a2a:hasEvent oa:event_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_0, oa:relationep_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_1 ;
  a2a:hasSource oa:source_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca .

oa:person_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_Person1
  a a2a:Person ;
  rdfs:label "Alida Elizabeth Sterk" ;
  a2a:PersonName [
    rdfs:label "Alida Elizabeth Sterk" ;
    a2a:PersonNameFirstName "Alida Elizabeth" ;
    a2a:PersonNameLastName "Sterk"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_Person3
  a a2a:Person ;
  rdfs:label "Geertrui Sterk" ;
  a2a:PersonName [
    rdfs:label "Geertrui Sterk" ;
    a2a:PersonNameFirstName "Geertrui" ;
    a2a:PersonNameLastName "Sterk"
  ] .

oa:event_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1850" ;
    a2a:Month "7" ;
    a2a:Day "8" ;
    rdfs:label "1850-07-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Linschoten" ;
    rdfs:label "Linschoten"
  ] .

oa:relationep_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_Person1 ;
  a2a:EventKeyRef oa:event_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_Event1 .

oa:relationep_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_Person3 ;
  a2a:EventKeyRef oa:event_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca_Event1 .

oa:source_rel_6e5aef93-d9ec-731b-b2ef-5bd722659eca
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Linschoten" ;
    rdfs:label "Linschoten", "1850-01-01 - 1850-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1850" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1850-07-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Geboorteakte" ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "511" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Geboorteakte, 17, 511"
  ] ;
  a2a:SourceLastChangeDate "2018-03-15"^^xsd:date ;
  a2a:RecordGUID "{6e5aef93-d9ec-731b-b2ef-5bd722659eca}" ;
  a2a:SourceRemarkProvenance "rhcrl_m028_509-517_geboorteakten-linschoten_1812-1912_b.xlsx csv2a2a" .

