@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_93fca965-d64f-8238-a607-27abc4533ff0
  a a2a:Record ;
  rdfs:label "Doop op 3 februari 1741 te Montfoort" ;
  a2a:hasPerson oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person1, oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person2, oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person3, oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person4 ;
  a2a:hasEvent oa:event_rel_93fca965-d64f-8238-a607-27abc4533ff0_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_93fca965-d64f-8238-a607-27abc4533ff0_0, oa:relationep_rel_93fca965-d64f-8238-a607-27abc4533ff0_1, oa:relationep_rel_93fca965-d64f-8238-a607-27abc4533ff0_2, oa:relationep_rel_93fca965-d64f-8238-a607-27abc4533ff0_3 ;
  a2a:hasSource oa:source_rel_93fca965-d64f-8238-a607-27abc4533ff0 .

oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person1
  a a2a:Person ;
  rdfs:label "Bastiaan van der Lit" ;
  a2a:PersonName [
    rdfs:label "Bastiaan van der Lit" ;
    a2a:PersonNameFirstName "Bastiaan" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Lit"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Montfoort" ;
    rdfs:label "Montfoort"
  ] .

oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person2
  a a2a:Person ;
  rdfs:label "Ruth van der Lit" ;
  a2a:PersonName [
    rdfs:label "Ruth van der Lit" ;
    a2a:PersonNameFirstName "Ruth" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Lit"
  ] .

oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person3
  a a2a:Person ;
  rdfs:label "Lijsbeth van den Boer" ;
  a2a:PersonName [
    rdfs:label "Lijsbeth van den Boer" ;
    a2a:PersonNameFirstName "Lijsbeth" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Boer"
  ] .

oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person4
  a a2a:Person ;
  rdfs:label "Gerrit Blanckers" ;
  a2a:PersonName [
    rdfs:label "Gerrit Blanckers" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Blanckers"
  ] .

oa:event_rel_93fca965-d64f-8238-a607-27abc4533ff0_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1741" ;
    a2a:Month "2" ;
    a2a:Day "3" ;
    rdfs:label "1741-02-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Montfoort" ;
    rdfs:label "Montfoort"
  ] ;
  a2a:EventRemarkOpmerking "Rooms-katholiek" .

oa:relationep_rel_93fca965-d64f-8238-a607-27abc4533ff0_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person1 ;
  a2a:EventKeyRef oa:event_rel_93fca965-d64f-8238-a607-27abc4533ff0_Event1 .

oa:relationep_rel_93fca965-d64f-8238-a607-27abc4533ff0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person2 ;
  a2a:EventKeyRef oa:event_rel_93fca965-d64f-8238-a607-27abc4533ff0_Event1 .

oa:relationep_rel_93fca965-d64f-8238-a607-27abc4533ff0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person3 ;
  a2a:EventKeyRef oa:event_rel_93fca965-d64f-8238-a607-27abc4533ff0_Event1 .

oa:relationep_rel_93fca965-d64f-8238-a607-27abc4533ff0_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_93fca965-d64f-8238-a607-27abc4533ff0_Person4 ;
  a2a:EventKeyRef oa:event_rel_93fca965-d64f-8238-a607-27abc4533ff0_Event1 .

oa:source_rel_93fca965-d64f-8238-a607-27abc4533ff0
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Montfoort" ;
    rdfs:label "Montfoort", "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 "22" ;
    a2a:Folio "114" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Dopen, 22, 114"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "Montfoort, doopregistratie" ;
  a2a:RecordGUID "{93fca965-d64f-8238-a607-27abc4533ff0}" ;
  a2a:SourceRemarkOpmerking "3-2-1741" ;
  a2a:SourceRemarkProvenance "rhcrl_m087_22_dopen-rk-montfoort_1673-1812_b.xlsx via wetransfer, csv2a2a" .

