@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_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D
  a a2a:Record ;
  rdfs:label "Doop op 26 november 1684 te Medemblik" ;
  a2a:hasPerson oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132184989, oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132185005, oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132185023, oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132185030 ;
  a2a:hasEvent oa:event_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_0, oa:relationep_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_1, oa:relationep_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_2, oa:relationep_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_3 ;
  a2a:hasSource oa:source_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D .

oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132184989
  a a2a:Person ;
  rdfs:label "Teunisjen" ;
  a2a:PersonName [
    rdfs:label "Teunisjen" ;
    a2a:PersonNameFirstName "Teunisjen"
  ] .

oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132185005
  a a2a:Person ;
  rdfs:label "Heijndrick Arentsz" ;
  a2a:PersonName [
    rdfs:label "Heijndrick Arentsz" ;
    a2a:PersonNameFirstName "Heijndrick" ;
    a2a:PersonNamePatronym "Arentsz"
  ] .

oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132185023
  a a2a:Person ;
  rdfs:label "Anna Jans" ;
  a2a:PersonName [
    rdfs:label "Anna Jans" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePatronym "Jans"
  ] .

oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132185030
  a a2a:Person ;
  rdfs:label "Cnelia Jans" ;
  a2a:PersonName [
    rdfs:label "Cnelia Jans" ;
    a2a:PersonNameFirstName "Cnelia" ;
    a2a:PersonNamePatronym "Jans"
  ] .

oa:event_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1684" ;
    a2a:Month "11" ;
    a2a:Day "26" ;
    rdfs:label "1684-11-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Medemblik" ;
    rdfs:label "Medemblik"
  ] ;
  a2a:EventReligion "Gereformeerd" .

oa:relationep_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132184989 ;
  a2a:EventKeyRef oa:event_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Event1 .

oa:relationep_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132185005 ;
  a2a:EventKeyRef oa:event_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Event1 .

oa:relationep_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132185023 ;
  a2a:EventKeyRef oa:event_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Event1 .

oa:relationep_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Person4132185030 ;
  a2a:EventKeyRef oa:event_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D_Event1 .

oa:source_wfa_098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1684-11-26 - 1684-11-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1684-11-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1684-11-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "26-11-1684" ;
    a2a:Year "1684" ;
    a2a:Month "11" ;
    a2a:Day "26" ;
    rdfs:label "26-11-1684"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Medemblik 2. Gereformeerde doopinschrijvingen, 1666-1713." ;
    a2a:Book "DTB Medemblik 2. Gereformeerde doopinschrijvingen, 1666-1713." ;
    a2a:RegistryNumber "2" ;
    a2a:Folio "137." ;
    rdfs:label "Westfries Archief, Hoorn, DTB Medemblik 2. Gereformeerde doopinschrijvingen, 1666-1713., DTB Medemblik 2. Gereformeerde doopinschrijvingen, 1666-1713., 2, 137."
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/7C17CBA66995466BAF4C9C529896F811" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/7C17CBA66995466BAF4C9C529896F811" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/7C17CBA66995466BAF4C9C529896F811"
  ] ;
  a2a:SourceLastChangeDate "2025-05-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/098F8C268FEC419BA71ADCAAFD4B3D3D" ;
  a2a:RecordIdentifier "4132184975" ;
  a2a:RecordGUID "{098F8C26-8FEC-419B-A71A-DCAAFD4B3D3D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/71CED6331E4542829BAEAA79E5136CF0" .

