@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_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856
  a a2a:Record ;
  rdfs:label "Doop op 3 september 1771 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228928, oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228929, oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228930, oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228931 ;
  a2a:hasEvent oa:event_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_0, oa:relationep_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_1, oa:relationep_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_2, oa:relationep_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_3 ;
  a2a:hasSource oa:source_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856 .

oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228928
  a a2a:Person ;
  rdfs:label "Wouter" ;
  a2a:PersonName [
    rdfs:label "Wouter" ;
    a2a:PersonNameFirstName "Wouter"
  ] .

oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228929
  a a2a:Person ;
  rdfs:label "Jacob Janze Molenaar" ;
  a2a:PersonName [
    rdfs:label "Jacob Janze Molenaar" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Janze" ;
    a2a:PersonNameLastName "Molenaar"
  ] .

oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228930
  a a2a:Person ;
  rdfs:label "Agje Vel" ;
  a2a:PersonName [
    rdfs:label "Agje Vel" ;
    a2a:PersonNameFirstName "Agje" ;
    a2a:PersonNameLastName "Vel"
  ] .

oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228931
  a a2a:Person ;
  rdfs:label "Metje Sijmons van Es" ;
  a2a:PersonName [
    rdfs:label "Metje Sijmons van Es" ;
    a2a:PersonNameFirstName "Metje" ;
    a2a:PersonNamePatronym "Sijmons" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Es"
  ] .

oa:event_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "03-09-1771" ;
    a2a:Year "1771" ;
    a2a:Month "09" ;
    a2a:Day "03" ;
    rdfs:label "1771-09-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] ;
  a2a:EventReligion "Katholiek" .

oa:relationep_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228928 ;
  a2a:EventKeyRef oa:event_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Event1 .

oa:relationep_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228929 ;
  a2a:EventKeyRef oa:event_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Event1 .

oa:relationep_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228930 ;
  a2a:EventKeyRef oa:event_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Event1 .

oa:relationep_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Person4546228931 ;
  a2a:EventKeyRef oa:event_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856_Event1 .

oa:source_wfa_94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1771-09-03 - 1771-09-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1771-09-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1771-09-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-09-1771" ;
    a2a:Year "1771" ;
    a2a:Month "09" ;
    a2a:Day "03" ;
    rdfs:label "03-09-1771"
  ] ;
  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 "87" ;
    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, 87"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/2FBFE6005D0F44F6B1B30000B45AC39B" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/2FBFE6005D0F44F6B1B30000B45AC39B" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/2FBFE6005D0F44F6B1B30000B45AC39B"
  ] ;
  a2a:SourceLastChangeDate "2026-02-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/94EC8B48D2F540B3A0ECCFADE5DD3856" ;
  a2a:RecordIdentifier "4546228927" ;
  a2a:RecordGUID "{94EC8B48-D2F5-40B3-A0EC-CFADE5DD3856}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/74C9E2F2CCF1441CAC2CB38A51EF12E8" .

