@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_ed8b7dcc-7018-9837-4e6b-afe82f4f935b
  a a2a:Record ;
  rdfs:label "Geboorte op 17 juni 1910 te Oudewater" ;
  a2a:hasPerson oa:person_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Person1, oa:person_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Person2, oa:person_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Person3 ;
  a2a:hasEvent oa:event_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_0, oa:relationep_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_1, oa:relationep_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_2 ;
  a2a:hasSource oa:source_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b .

oa:person_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Person1
  a a2a:Person ;
  rdfs:label "Jacob Boele" ;
  a2a:PersonName [
    rdfs:label "Jacob Boele" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Boele"
  ] ;
  a2a:Gender "Man" .

oa:person_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Person2
  a a2a:Person ;
  rdfs:label "Adrianus Boele" ;
  a2a:PersonName [
    rdfs:label "Adrianus Boele" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Boele"
  ] .

oa:person_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Person3
  a a2a:Person ;
  rdfs:label "Jaapje Heinen" ;
  a2a:PersonName [
    rdfs:label "Jaapje Heinen" ;
    a2a:PersonNameFirstName "Jaapje" ;
    a2a:PersonNameLastName "Heinen"
  ] .

oa:event_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1910-06-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oudewater" ;
    rdfs:label "Oudewater"
  ] .

oa:relationep_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Person1 ;
  a2a:EventKeyRef oa:event_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Event1 .

oa:relationep_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Person2 ;
  a2a:EventKeyRef oa:event_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Event1 .

oa:relationep_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Person3 ;
  a2a:EventKeyRef oa:event_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b_Event1 .

oa:source_rel_ed8b7dcc-7018-9837-4e6b-afe82f4f935b
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oudewater" ;
    rdfs:label "Oudewater", "1910-01-01 - 1910-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "6" ;
    a2a:Day "18" ;
    rdfs:label "1910-06-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Geboorteakte" ;
    a2a:DocumentNumber "52" ;
    a2a:RegistryNumber "912" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Geboorteakte, 52, 912"
  ] ;
  a2a:SourceLastChangeDate "2018-03-15"^^xsd:date ;
  a2a:RecordGUID "{ed8b7dcc-7018-9837-4e6b-afe82f4f935b}" ;
  a2a:SourceRemarkProvenance "rhcrl_o002b_912_geboorteakten-oudewater_1903-1912_b.xlsx csv2a2a" .

