@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_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154
  a a2a:Record ;
  rdfs:label "Doop op 7 mei 1802 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789596, oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789597, oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789598, oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789599 ;
  a2a:hasEvent oa:event_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_0, oa:relationep_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_1, oa:relationep_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_2, oa:relationep_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_3 ;
  a2a:hasSource oa:source_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154 .

oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789596
  a a2a:Person ;
  rdfs:label "Hermanus" ;
  a2a:PersonName [
    rdfs:label "Hermanus" ;
    a2a:PersonNameFirstName "Hermanus"
  ] .

oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789597
  a a2a:Person ;
  rdfs:label "Hermanus Waltering" ;
  a2a:PersonName [
    rdfs:label "Hermanus Waltering" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNameLastName "Waltering"
  ] .

oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789598
  a a2a:Person ;
  rdfs:label "Kaatje Halfweeg" ;
  a2a:PersonName [
    rdfs:label "Kaatje Halfweeg" ;
    a2a:PersonNameFirstName "Kaatje" ;
    a2a:PersonNameLastName "Halfweeg"
  ] .

oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789599
  a a2a:Person ;
  rdfs:label "Aaltje Pieters Eijdes" ;
  a2a:PersonName [
    rdfs:label "Aaltje Pieters Eijdes" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Pieters" ;
    a2a:PersonNameLastName "Eijdes"
  ] .

oa:event_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "07-05-1802" ;
    a2a:Year "1802" ;
    a2a:Month "05" ;
    a2a:Day "07" ;
    rdfs:label "1802-05-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] ;
  a2a:EventReligion "Katholiek" .

oa:relationep_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789596 ;
  a2a:EventKeyRef oa:event_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Event1 .

oa:relationep_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789597 ;
  a2a:EventKeyRef oa:event_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Event1 .

oa:relationep_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789598 ;
  a2a:EventKeyRef oa:event_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Event1 .

oa:relationep_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Person4493789599 ;
  a2a:EventKeyRef oa:event_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154_Event1 .

oa:source_wfa_F247F8A7-CBAF-4893-84D7-AF0AB1CDB154
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1802-05-07 - 1802-05-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1802-05-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1802-05-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-05-1802" ;
    a2a:Year "1802" ;
    a2a:Month "05" ;
    a2a:Day "07" ;
    rdfs:label "07-05-1802"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Hoorn 31. Katholieke doop- en trouwinschrijvingen, 1782-1811." ;
    a2a:Book "DTB Hoorn 31. Katholieke doop- en trouwinschrijvingen, 1782-1811." ;
    a2a:RegistryNumber "31" ;
    a2a:Folio "33" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Hoorn 31. Katholieke doop- en trouwinschrijvingen, 1782-1811., DTB Hoorn 31. Katholieke doop- en trouwinschrijvingen, 1782-1811., 31, 33"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/1365B3E258FA4378B59E8A33EB8AAA59" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/1365B3E258FA4378B59E8A33EB8AAA59" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/1365B3E258FA4378B59E8A33EB8AAA59"
  ] ;
  a2a:SourceLastChangeDate "2025-12-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/F247F8A7CBAF489384D7AF0AB1CDB154" ;
  a2a:RecordIdentifier "4493789595" ;
  a2a:RecordGUID "{F247F8A7-CBAF-4893-84D7-AF0AB1CDB154}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/DE08B38657EA46C59C539D9A439DBE26" .

