@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_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91
  a a2a:Record ;
  rdfs:label "Doop op 2 maart 1776 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229166, oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229167, oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229168, oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229169 ;
  a2a:hasEvent oa:event_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_0, oa:relationep_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_1, oa:relationep_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_2, oa:relationep_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_3 ;
  a2a:hasSource oa:source_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91 .

oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229166
  a a2a:Person ;
  rdfs:label "Joannes" ;
  a2a:PersonName [
    rdfs:label "Joannes" ;
    a2a:PersonNameFirstName "Joannes"
  ] .

oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229167
  a a2a:Person ;
  rdfs:label "Andries Janze" ;
  a2a:PersonName [
    rdfs:label "Andries Janze" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNamePatronym "Janze"
  ] .

oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229168
  a a2a:Person ;
  rdfs:label "Christina Blikman" ;
  a2a:PersonName [
    rdfs:label "Christina Blikman" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNameLastName "Blikman"
  ] .

oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229169
  a a2a:Person ;
  rdfs:label "Dirkje Egging" ;
  a2a:PersonName [
    rdfs:label "Dirkje Egging" ;
    a2a:PersonNameFirstName "Dirkje" ;
    a2a:PersonNameLastName "Egging"
  ] .

oa:event_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "02-03-1776" ;
    a2a:Year "1776" ;
    a2a:Month "03" ;
    a2a:Day "02" ;
    rdfs:label "1776-03-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] ;
  a2a:EventReligion "Katholiek" .

oa:relationep_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229166 ;
  a2a:EventKeyRef oa:event_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Event1 .

oa:relationep_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229167 ;
  a2a:EventKeyRef oa:event_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Event1 .

oa:relationep_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229168 ;
  a2a:EventKeyRef oa:event_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Event1 .

oa:relationep_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Person4546229169 ;
  a2a:EventKeyRef oa:event_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91_Event1 .

oa:source_wfa_D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1776-03-02 - 1776-03-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1776-03-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1776-03-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "02-03-1776" ;
    a2a:Year "1776" ;
    a2a:Month "03" ;
    a2a:Day "02" ;
    rdfs:label "02-03-1776"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Hoorn 32. Katholieke begraaf-, doop- en trouwinschrijvingen (statie Sint Cyriacus in de Slijk..." ;
    a2a:Book "DTB Hoorn 32. Katholieke begraaf-, doop- en trouwinschrijvingen (statie Sint Cyriacus in de Slijk..." ;
    a2a:RegistryNumber "32" ;
    a2a:Folio "93" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Hoorn 32. Katholieke begraaf-, doop- en trouwinschrijvingen (statie Sint Cyriacus in de Slijk..., DTB Hoorn 32. Katholieke begraaf-, doop- en trouwinschrijvingen (statie Sint Cyriacus in de Slijk..., 32, 93"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/83865A300BC445E6B4604680FDFD30E2" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/83865A300BC445E6B4604680FDFD30E2" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/83865A300BC445E6B4604680FDFD30E2"
  ] ;
  a2a:SourceLastChangeDate "2026-02-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/D21CA8AD07EB498BBD51CC3EB0DF7C91" ;
  a2a:RecordIdentifier "4546229165" ;
  a2a:RecordGUID "{D21CA8AD-07EB-498B-BD51-CC3EB0DF7C91}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/74C9E2F2CCF1441CAC2CB38A51EF12E8" .

