@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_0AE28BF2-DCE0-405B-8C45-CE700C3D0530
  a a2a:Record ;
  rdfs:label "Doop op 24 april 1673 te Spierdijk" ;
  a2a:hasPerson oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313364, oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313365, oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313366, oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313367 ;
  a2a:hasEvent oa:event_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_0, oa:relationep_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_1, oa:relationep_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_2, oa:relationep_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_3 ;
  a2a:hasSource oa:source_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530 .

oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313364
  a a2a:Person ;
  rdfs:label "Arien Corneliszen" ;
  a2a:PersonName [
    rdfs:label "Arien Corneliszen" ;
    a2a:PersonNameFirstName "Arien" ;
    a2a:PersonNamePatronym "Corneliszen"
  ] .

oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313365
  a a2a:Person ;
  rdfs:label "Cornelis Tamessen" ;
  a2a:PersonName [
    rdfs:label "Cornelis Tamessen" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePatronym "Tamessen"
  ] .

oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313366
  a a2a:Person ;
  rdfs:label "Trijn Dirckx" ;
  a2a:PersonName [
    rdfs:label "Trijn Dirckx" ;
    a2a:PersonNameFirstName "Trijn" ;
    a2a:PersonNamePatronym "Dirckx"
  ] .

oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313367
  a a2a:Person ;
  rdfs:label "Trijn Heins" ;
  a2a:PersonName [
    rdfs:label "Trijn Heins" ;
    a2a:PersonNameFirstName "Trijn" ;
    a2a:PersonNamePatronym "Heins"
  ] .

oa:event_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "24-04-1673" ;
    a2a:Year "1673" ;
    a2a:Month "04" ;
    a2a:Day "24" ;
    rdfs:label "1673-04-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Spierdijk" ;
    rdfs:label "Spierdijk"
  ] ;
  a2a:EventReligion "Katholiek" .

oa:relationep_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313364 ;
  a2a:EventKeyRef oa:event_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Event1 .

oa:relationep_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313365 ;
  a2a:EventKeyRef oa:event_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Event1 .

oa:relationep_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313366 ;
  a2a:EventKeyRef oa:event_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Event1 .

oa:relationep_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Person3993313367 ;
  a2a:EventKeyRef oa:event_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530_Event1 .

oa:source_wfa_0AE28BF2-DCE0-405B-8C45-CE700C3D0530
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Spierdijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Spierdijk, Nederland", "1673-04-24 - 1673-04-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1673-04-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1673-04-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-04-1673" ;
    a2a:Year "1673" ;
    a2a:Month "04" ;
    a2a:Day "24" ;
    rdfs:label "24-04-1673"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Berkhout 6. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1632-1728" ;
    a2a:Book "DTB Berkhout 6. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1632-1728" ;
    a2a:RegistryNumber "6" ;
    a2a:Folio "74" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Berkhout 6. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1632-1728, DTB Berkhout 6. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1632-1728, 6, 74"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/56C45DE600F34AE5BEEA9EE731156DEE" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/56C45DE600F34AE5BEEA9EE731156DEE" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/56C45DE600F34AE5BEEA9EE731156DEE"
  ] ;
  a2a:SourceLastChangeDate "2025-01-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/0AE28BF2DCE0405B8C45CE700C3D0530" ;
  a2a:RecordIdentifier "3993313363" ;
  a2a:RecordGUID "{0AE28BF2-DCE0-405B-8C45-CE700C3D0530}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/84A8A37ADA2948BCAEB117079B34AA4C" .

