@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_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE
  a a2a:Record ;
  rdfs:label "Doop op 18 november 1719 te De Goorn" ;
  a2a:hasPerson oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725364, oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725365, oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725366, oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725367 ;
  a2a:hasEvent oa:event_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_0, oa:relationep_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_1, oa:relationep_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_2, oa:relationep_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_3 ;
  a2a:hasSource oa:source_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE .

oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725364
  a a2a:Person ;
  rdfs:label "Nanninck" ;
  a2a:PersonName [
    rdfs:label "Nanninck" ;
    a2a:PersonNameFirstName "Nanninck"
  ] .

oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725365
  a a2a:Person ;
  rdfs:label "Pieter Otz" ;
  a2a:PersonName [
    rdfs:label "Pieter Otz" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePatronym "Otz"
  ] .

oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725366
  a a2a:Person ;
  rdfs:label "Neeltie Nanninx" ;
  a2a:PersonName [
    rdfs:label "Neeltie Nanninx" ;
    a2a:PersonNameFirstName "Neeltie" ;
    a2a:PersonNamePatronym "Nanninx"
  ] .

oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725367
  a a2a:Person ;
  rdfs:label "Maertien Dirx" ;
  a2a:PersonName [
    rdfs:label "Maertien Dirx" ;
    a2a:PersonNameFirstName "Maertien" ;
    a2a:PersonNamePatronym "Dirx"
  ] .

oa:event_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "18-11-1719" ;
    a2a:Year "1719" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1719-11-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Goorn" ;
    rdfs:label "De Goorn"
  ] ;
  a2a:EventReligion "katholiek" .

oa:relationep_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725364 ;
  a2a:EventKeyRef oa:event_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Event1 .

oa:relationep_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725365 ;
  a2a:EventKeyRef oa:event_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Event1 .

oa:relationep_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725366 ;
  a2a:EventKeyRef oa:event_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Event1 .

oa:relationep_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Person4787725367 ;
  a2a:EventKeyRef oa:event_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE_Event1 .

oa:source_wfa_419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "De Goorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "De Goorn, Nederland", "1719-11-18 - 1719-11-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1719-11-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1719-11-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-11-1719" ;
    a2a:Year "1719" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "18-11-1719"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Berkhout 4. Katholieke doop- en trouwinschrijvingen statie De Goorn, 1697-1812." ;
    a2a:Book "DTB Berkhout 4. Katholieke doop- en trouwinschrijvingen statie De Goorn, 1697-1812." ;
    a2a:RegistryNumber "4" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Berkhout 4. Katholieke doop- en trouwinschrijvingen statie De Goorn, 1697-1812., DTB Berkhout 4. Katholieke doop- en trouwinschrijvingen statie De Goorn, 1697-1812., 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/7196ACF2BD2C42D192F9BD83AE53F241" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/7196ACF2BD2C42D192F9BD83AE53F241" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/7196ACF2BD2C42D192F9BD83AE53F241"
  ] ;
  a2a:SourceLastChangeDate "2026-07-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/419F552336CD4D0ABC9FEEDBAD0B8ABE" ;
  a2a:RecordIdentifier "4787725363" ;
  a2a:RecordGUID "{419F5523-36CD-4D0A-BC9F-EEDBAD0B8ABE}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/EC6ACFF15DFF44388E1346A1A1CB91A8" .

