@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_f08b1272-a288-e131-6e1b-e45a55bc40f1
  a a2a:Record ;
  rdfs:label "Doop op 16 februari 1783 te Montfoort" ;
  a2a:hasPerson oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person1, oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person2, oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person3, oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person4, oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person5 ;
  a2a:hasEvent oa:event_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_0, oa:relationep_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_1, oa:relationep_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_2, oa:relationep_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_3, oa:relationep_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_4 ;
  a2a:hasSource oa:source_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1 .

oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person1
  a a2a:Person ;
  rdfs:label "Everardina de Goede" ;
  a2a:PersonName [
    rdfs:label "Everardina de Goede" ;
    a2a:PersonNameFirstName "Everardina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Goede"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person2
  a a2a:Person ;
  rdfs:label "Antoni de Goede" ;
  a2a:PersonName [
    rdfs:label "Antoni de Goede" ;
    a2a:PersonNameFirstName "Antoni" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Goede"
  ] .

oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person3
  a a2a:Person ;
  rdfs:label "Christina Brandt" ;
  a2a:PersonName [
    rdfs:label "Christina Brandt" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNameLastName "Brandt"
  ] .

oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person4
  a a2a:Person ;
  rdfs:label "Andries Brandt" ;
  a2a:PersonName [
    rdfs:label "Andries Brandt" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Brandt"
  ] .

oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person5
  a a2a:Person ;
  rdfs:label "Cornelia Brandt" ;
  a2a:PersonName [
    rdfs:label "Cornelia Brandt" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Brandt"
  ] .

oa:event_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1783" ;
    a2a:Month "2" ;
    a2a:Day "16" ;
    rdfs:label "1783-02-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Montfoort" ;
    rdfs:label "Montfoort"
  ] ;
  a2a:EventRemarkOpmerking "Nederlands-hervormd" .

oa:relationep_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person1 ;
  a2a:EventKeyRef oa:event_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Event1 .

oa:relationep_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person2 ;
  a2a:EventKeyRef oa:event_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Event1 .

oa:relationep_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person3 ;
  a2a:EventKeyRef oa:event_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Event1 .

oa:relationep_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person4 ;
  a2a:EventKeyRef oa:event_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Event1 .

oa:relationep_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Person5 ;
  a2a:EventKeyRef oa:event_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1_Event1 .

oa:source_rel_f08b1272-a288-e131-6e1b-e45a55bc40f1
  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 "242" ;
    a2a:Folio "99" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Dopen, 242, 99"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "Montfoort, doopregistratie" ;
  a2a:RecordGUID "{f08b1272-a288-e131-6e1b-e45a55bc40f1}" ;
  a2a:SourceRemarkOpmerking "16-2-1783" ;
  a2a:SourceRemarkProvenance "rhcrl_m084_241-243_dopen-nh-montfoort_1699-1811_b.xlsx via wetransfer, csv2a2a" .

