@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_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030
  a a2a:Record ;
  rdfs:label "Geboorte op 8 juni 1837 te Montfoort" ;
  a2a:hasPerson oa:person_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Person1, oa:person_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Person2, oa:person_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Person3 ;
  a2a:hasEvent oa:event_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_0, oa:relationep_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_1, oa:relationep_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_2 ;
  a2a:hasSource oa:source_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030 .

oa:person_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Person1
  a a2a:Person ;
  rdfs:label "Johanna de Wit" ;
  a2a:PersonName [
    rdfs:label "Johanna de Wit" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wit"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Person2
  a a2a:Person ;
  rdfs:label "Cornelis de Wit" ;
  a2a:PersonName [
    rdfs:label "Cornelis de Wit" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wit"
  ] .

oa:person_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Person3
  a a2a:Person ;
  rdfs:label "Alida van Heerden" ;
  a2a:PersonName [
    rdfs:label "Alida van Heerden" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heerden"
  ] .

oa:event_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "6" ;
    a2a:Day "8" ;
    rdfs:label "1837-06-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Montfoort" ;
    rdfs:label "Montfoort"
  ] .

oa:relationep_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Person1 ;
  a2a:EventKeyRef oa:event_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Event1 .

oa:relationep_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Person2 ;
  a2a:EventKeyRef oa:event_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Event1 .

oa:relationep_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Person3 ;
  a2a:EventKeyRef oa:event_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030_Event1 .

oa:source_rel_1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Montfoort" ;
    rdfs:label "Montfoort", "1837-01-01 - 1837-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "6" ;
    a2a:Day "9" ;
    rdfs:label "1837-06-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Geboorteakte" ;
    a2a:DocumentNumber "32" ;
    a2a:RegistryNumber "1990" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Geboorteakte, 32, 1990"
  ] ;
  a2a:SourceLastChangeDate "2018-03-15"^^xsd:date ;
  a2a:RecordGUID "{1ecaf0a5-81cf-4e3b-11ca-e6b2c4724030}" ;
  a2a:SourceRemarkProvenance "rhcrl_m029_1989-1994_geboorteakten-montfoort_1811-1912_b.xlsx csv2a2a" .

