@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_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B
  a a2a:Record ;
  rdfs:label "Doop op 26 december 1664 te Medemblik" ;
  a2a:hasPerson oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293591, oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293592, oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293593, oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293594 ;
  a2a:hasEvent oa:event_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_0, oa:relationep_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_1, oa:relationep_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_2, oa:relationep_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_3 ;
  a2a:hasSource oa:source_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B .

oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293591
  a a2a:Person ;
  rdfs:label "Klaes" ;
  a2a:PersonName [
    rdfs:label "Klaes" ;
    a2a:PersonNameFirstName "Klaes"
  ] .

oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293592
  a a2a:Person ;
  rdfs:label "Gerrid Jakobsz" ;
  a2a:PersonName [
    rdfs:label "Gerrid Jakobsz" ;
    a2a:PersonNameFirstName "Gerrid" ;
    a2a:PersonNamePatronym "Jakobsz"
  ] .

oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293593
  a a2a:Person ;
  rdfs:label "Griet Pieters" ;
  a2a:PersonName [
    rdfs:label "Griet Pieters" ;
    a2a:PersonNameFirstName "Griet" ;
    a2a:PersonNamePatronym "Pieters"
  ] .

oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293594
  a a2a:Person ;
  rdfs:label "Aeltjen Keijsers" ;
  a2a:PersonName [
    rdfs:label "Aeltjen Keijsers" ;
    a2a:PersonNameFirstName "Aeltjen" ;
    a2a:PersonNameLastName "Keijsers"
  ] .

oa:event_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "26-12-1664" ;
    a2a:Year "1664" ;
    a2a:Month "12" ;
    a2a:Day "26" ;
    rdfs:label "1664-12-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Medemblik" ;
    rdfs:label "Medemblik"
  ] .

oa:relationep_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293591 ;
  a2a:EventKeyRef oa:event_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Event1 .

oa:relationep_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293592 ;
  a2a:EventKeyRef oa:event_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Event1 .

oa:relationep_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293593 ;
  a2a:EventKeyRef oa:event_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Event1 .

oa:relationep_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Person1562293594 ;
  a2a:EventKeyRef oa:event_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B_Event1 .

oa:source_wfa_77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Medemblik" ;
    a2a:Country "Nederland" ;
    rdfs:label "Medemblik, Nederland", "1664-12-26 - 1664-12-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1664-12-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1664-12-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "26-12-1664" ;
    a2a:Year "1664" ;
    a2a:Month "12" ;
    a2a:Day "26" ;
    rdfs:label "26-12-1664"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Medemblik 1. Gereformeerde doopinschrijvingen, 1619-1667." ;
    a2a:RegistryNumber "1" ;
    a2a:Folio "244" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Medemblik 1. Gereformeerde doopinschrijvingen, 1619-1667., 1, 244"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12114/F4BCB75752E9428585260978E1346441" ;
    a2a:UriViewer "https://hdl.handle.net/21.12114/F4BCB75752E9428585260978E1346441" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/F4BCB75752E9428585260978E1346441"
  ] ;
  a2a:SourceLastChangeDate "2019-05-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/77EC77D7212B475DAFB1DEF4F0DFCC8B" ;
  a2a:RecordIdentifier "1562293590" ;
  a2a:RecordGUID "{77EC77D7-212B-475D-AFB1-DEF4F0DFCC8B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D4C40F47E7944CBAB0815201E1D54E30" .

