@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_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e
  a a2a:Record ;
  rdfs:label "Doop op 15 juni 1788 te Bodegraven" ;
  a2a:hasPerson oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person1, oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person2, oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person3, oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person4 ;
  a2a:hasEvent oa:event_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_0, oa:relationep_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_1, oa:relationep_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_2, oa:relationep_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_3 ;
  a2a:hasSource oa:source_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e .

oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person1
  a a2a:Person ;
  rdfs:label "Cornelis Vredenburg" ;
  a2a:PersonName [
    rdfs:label "Cornelis Vredenburg" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Vredenburg"
  ] ;
  a2a:Gender "Man" .

oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person2
  a a2a:Person ;
  rdfs:label "Herman Vredenburg" ;
  a2a:PersonName [
    rdfs:label "Herman Vredenburg" ;
    a2a:PersonNameFirstName "Herman" ;
    a2a:PersonNameLastName "Vredenburg"
  ] .

oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person3
  a a2a:Person ;
  rdfs:label "Marrigje Domburgh" ;
  a2a:PersonName [
    rdfs:label "Marrigje Domburgh" ;
    a2a:PersonNameFirstName "Marrigje" ;
    a2a:PersonNameLastName "Domburgh"
  ] .

oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person4
  a a2a:Person ;
  rdfs:label "Maria Domburgh" ;
  a2a:PersonName [
    rdfs:label "Maria Domburgh" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Domburgh"
  ] .

oa:event_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1788" ;
    a2a:Month "6" ;
    a2a:Day "15" ;
    rdfs:label "1788-06-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bodegraven" ;
    rdfs:label "Bodegraven"
  ] ;
  a2a:EventRemarkOpmerking "Nederlands-hervormd" .

oa:relationep_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person1 ;
  a2a:EventKeyRef oa:event_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Event1 .

oa:relationep_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person2 ;
  a2a:EventKeyRef oa:event_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Event1 .

oa:relationep_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person3 ;
  a2a:EventKeyRef oa:event_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Event1 .

oa:relationep_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Person4 ;
  a2a:EventKeyRef oa:event_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e_Event1 .

oa:source_rel_02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Bodegraven" ;
    rdfs:label "Bodegraven", "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 "245" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Dopen, 2, 245"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "Bodegraven, doopregistratie" ;
  a2a:RecordGUID "{02fe4f5f-e5b5-2c01-86fa-4e3b57c6b64e}" ;
  a2a:SourceRemarkOpmerking "15-6-1788" ;
  a2a:SourceRemarkProvenance "rhcrl_b064_2_dopen-nh-bodegraven_1700-1790_a.xlsx via wetransfer, csv2a2a" .

