@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_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF
  a a2a:Record ;
  rdfs:label "Doop op 23 september 1627 te Enkhuizen" ;
  a2a:hasPerson oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753915, oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753916, oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753917, oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753918 ;
  a2a:hasEvent oa:event_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_0, oa:relationep_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_1, oa:relationep_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_2, oa:relationep_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_3 ;
  a2a:hasSource oa:source_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF .

oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753915
  a a2a:Person ;
  rdfs:label "Willemtjen" ;
  a2a:PersonName [
    rdfs:label "Willemtjen" ;
    a2a:PersonNameFirstName "Willemtjen"
  ] .

oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753916
  a a2a:Person ;
  rdfs:label "Doede Willemsz" ;
  a2a:PersonName [
    rdfs:label "Doede Willemsz" ;
    a2a:PersonNameFirstName "Doede" ;
    a2a:PersonNamePatronym "Willemsz"
  ] .

oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753917
  a a2a:Person ;
  rdfs:label "Anna Cornelis" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelis" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePatronym "Cornelis"
  ] .

oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753918
  a a2a:Person ;
  rdfs:label "Beijts Gerrebrants" ;
  a2a:PersonName [
    rdfs:label "Beijts Gerrebrants" ;
    a2a:PersonNameFirstName "Beijts" ;
    a2a:PersonNamePatronym "Gerrebrants"
  ] .

oa:event_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "23-09-1627" ;
    a2a:Year "1627" ;
    a2a:Month "09" ;
    a2a:Day "23" ;
    rdfs:label "1627-09-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Enkhuizen" ;
    rdfs:label "Enkhuizen"
  ] ;
  a2a:EventReligion "Gereformeerd" .

oa:relationep_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753915 ;
  a2a:EventKeyRef oa:event_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Event1 .

oa:relationep_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753916 ;
  a2a:EventKeyRef oa:event_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Event1 .

oa:relationep_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753917 ;
  a2a:EventKeyRef oa:event_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Event1 .

oa:relationep_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Person3304753918 ;
  a2a:EventKeyRef oa:event_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF_Event1 .

oa:source_wfa_4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Enkhuizen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Enkhuizen, Nederland", "1627-09-23 - 1627-09-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1627-09-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1627-09-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "23-09-1627" ;
    a2a:Year "1627" ;
    a2a:Month "09" ;
    a2a:Day "23" ;
    rdfs:label "23-09-1627"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "Doop-, trouw- en begraafboeken Enkhuizen, 1581-1910" ;
    a2a:Book "DTB Enkhuizen 5. Gereformeerde doopinschrijvingen, 1616-1644." ;
    a2a:RegistryNumber "5" ;
    a2a:Folio "113" ;
    rdfs:label "Westfries Archief, Hoorn, Doop-, trouw- en begraafboeken Enkhuizen, 1581-1910, DTB Enkhuizen 5. Gereformeerde doopinschrijvingen, 1616-1644., 5, 113"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/441BF24F092443E599B107E8DA325D6E" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/441BF24F092443E599B107E8DA325D6E" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/441BF24F092443E599B107E8DA325D6E"
  ] ;
  a2a:SourceLastChangeDate "2023-07-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/4FCFE83EDBEF4B219EDF663FD90C4BDF" ;
  a2a:RecordIdentifier "3304753914" ;
  a2a:RecordGUID "{4FCFE83E-DBEF-4B21-9EDF-663FD90C4BDF}" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-HnWFA_1702-09_5_54_A2A.xml van WFA" .

