@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_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3
  a a2a:Record ;
  rdfs:label "Doop op 28 augustus 1622 te Enkhuizen" ;
  a2a:hasPerson oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736515, oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736516, oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736517, oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736518 ;
  a2a:hasEvent oa:event_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_0, oa:relationep_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_1, oa:relationep_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_2, oa:relationep_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_3 ;
  a2a:hasSource oa:source_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3 .

oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736515
  a a2a:Person ;
  rdfs:label "Simon" ;
  a2a:PersonName [
    rdfs:label "Simon" ;
    a2a:PersonNameFirstName "Simon"
  ] .

oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736516
  a a2a:Person ;
  rdfs:label "Dirck Juriaens" ;
  a2a:PersonName [
    rdfs:label "Dirck Juriaens" ;
    a2a:PersonNameFirstName "Dirck" ;
    a2a:PersonNamePatronym "Juriaens"
  ] .

oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736517
  a a2a:Person ;
  rdfs:label "Maritien Hendricks" ;
  a2a:PersonName [
    rdfs:label "Maritien Hendricks" ;
    a2a:PersonNameFirstName "Maritien" ;
    a2a:PersonNamePatronym "Hendricks"
  ] .

oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736518
  a a2a:Person ;
  rdfs:label "Geert Simons" ;
  a2a:PersonName [
    rdfs:label "Geert Simons" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNamePatronym "Simons"
  ] .

oa:event_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "28-08-1622" ;
    a2a:Year "1622" ;
    a2a:Month "08" ;
    a2a:Day "28" ;
    rdfs:label "1622-08-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Enkhuizen" ;
    rdfs:label "Enkhuizen"
  ] ;
  a2a:EventReligion "Gereformeerd" .

oa:relationep_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736515 ;
  a2a:EventKeyRef oa:event_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Event1 .

oa:relationep_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736516 ;
  a2a:EventKeyRef oa:event_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Event1 .

oa:relationep_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736517 ;
  a2a:EventKeyRef oa:event_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Event1 .

oa:relationep_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Person3304736518 ;
  a2a:EventKeyRef oa:event_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3_Event1 .

oa:source_wfa_A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Enkhuizen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Enkhuizen, Nederland", "1622-08-28 - 1622-08-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1622-08-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1622-08-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-08-1622" ;
    a2a:Year "1622" ;
    a2a:Month "08" ;
    a2a:Day "28" ;
    rdfs:label "28-08-1622"
  ] ;
  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 "67" ;
    rdfs:label "Westfries Archief, Hoorn, Doop-, trouw- en begraafboeken Enkhuizen, 1581-1910, DTB Enkhuizen 5. Gereformeerde doopinschrijvingen, 1616-1644., 5, 67"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/9C213ACE4CBC4ACF86085C5F08BDC76F" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/9C213ACE4CBC4ACF86085C5F08BDC76F" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/9C213ACE4CBC4ACF86085C5F08BDC76F"
  ] ;
  a2a:SourceLastChangeDate "2023-07-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/A067EEF134F14B8CB5F04DFBF0A373C3" ;
  a2a:RecordIdentifier "3304736514" ;
  a2a:RecordGUID "{A067EEF1-34F1-4B8C-B5F0-4DFBF0A373C3}" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-HnWFA_1702-09_5_54_A2A.xml van WFA" .

