@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_fba4f744-e0c9-ff19-68cd-965c259508eb
  a a2a:Record ;
  rdfs:label "Doop op 28 juni 1807 te Reeuwijk" ;
  a2a:hasPerson oa:person_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_Person1, oa:person_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_Person3 ;
  a2a:hasEvent oa:event_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_0, oa:relationep_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_1 ;
  a2a:hasSource oa:source_rel_fba4f744-e0c9-ff19-68cd-965c259508eb .

oa:person_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_Person1
  a a2a:Person ;
  rdfs:label "Pieter Hoeksel" ;
  a2a:PersonName [
    rdfs:label "Pieter Hoeksel" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Hoeksel"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1807" ;
    a2a:Month "5" ;
    a2a:Day "22" ;
    rdfs:label "1807-05-22"^^xsd:date
  ] .

oa:person_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_Person3
  a a2a:Person ;
  rdfs:label "Neeltje Hoeksel" ;
  a2a:PersonName [
    rdfs:label "Neeltje Hoeksel" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Hoeksel"
  ] .

oa:event_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1807" ;
    a2a:Month "6" ;
    a2a:Day "28" ;
    rdfs:label "1807-06-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Reeuwijk" ;
    rdfs:label "Reeuwijk"
  ] ;
  a2a:EventRemarkOpmerking "Nederlands-hervormd" .

oa:relationep_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_Person1 ;
  a2a:EventKeyRef oa:event_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_Event1 .

oa:relationep_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_Person3 ;
  a2a:EventKeyRef oa:event_rel_fba4f744-e0c9-ff19-68cd-965c259508eb_Event1 .

oa:source_rel_fba4f744-e0c9-ff19-68cd-965c259508eb
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Reeuwijk" ;
    rdfs:label "Reeuwijk", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Dopen" ;
    a2a:RegistryNumber "2" ;
    a2a:Folio "194" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Dopen, 2, 194"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "Reeuwijk, doopregistratie" ;
  a2a:RecordGUID "{fba4f744-e0c9-ff19-68cd-965c259508eb}" ;
  a2a:SourceRemarkOpmerking "28-6-1807" ;
  a2a:SourceRemarkProvenance "rhcrl_r060_2_dopen-nh-reeuwijk_1767-1812_a.xlsx via wetransfer, csv2a2a" .

