@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_0145EB19-4D93-4D94-9142-DABA8D2AE44F
  a a2a:Record ;
  rdfs:label "Doop op 26 mei 1771 te Nibbixwoud" ;
  a2a:hasPerson oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585000, oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585001, oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585002, oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585003 ;
  a2a:hasEvent oa:event_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_0, oa:relationep_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_1, oa:relationep_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_2, oa:relationep_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_3 ;
  a2a:hasSource oa:source_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F .

oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585000
  a a2a:Person ;
  rdfs:label "Lijsje" ;
  a2a:PersonName [
    rdfs:label "Lijsje" ;
    a2a:PersonNameFirstName "Lijsje"
  ] .

oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585001
  a a2a:Person ;
  rdfs:label "Jan Heertjens" ;
  a2a:PersonName [
    rdfs:label "Jan Heertjens" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Heertjens"
  ] .

oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585002
  a a2a:Person ;
  rdfs:label "Anne Gers" ;
  a2a:PersonName [
    rdfs:label "Anne Gers" ;
    a2a:PersonNameFirstName "Anne" ;
    a2a:PersonNamePatronym "Gers"
  ] .

oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585003
  a a2a:Person ;
  rdfs:label "Hillegondje Sijmens" ;
  a2a:PersonName [
    rdfs:label "Hillegondje Sijmens" ;
    a2a:PersonNameFirstName "Hillegondje" ;
    a2a:PersonNamePatronym "Sijmens"
  ] .

oa:event_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "26-05-1771" ;
    a2a:Year "1771" ;
    a2a:Month "05" ;
    a2a:Day "26" ;
    rdfs:label "1771-05-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nibbixwoud" ;
    rdfs:label "Nibbixwoud"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585000 ;
  a2a:EventKeyRef oa:event_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Event1 .

oa:relationep_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585001 ;
  a2a:EventKeyRef oa:event_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Event1 .

oa:relationep_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585002 ;
  a2a:EventKeyRef oa:event_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Event1 .

oa:relationep_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Person4497585003 ;
  a2a:EventKeyRef oa:event_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F_Event1 .

oa:source_wfa_0145EB19-4D93-4D94-9142-DABA8D2AE44F
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Nibbixwoud" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nibbixwoud, Nederland", "1771-05-26 - 1771-05-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1771-05-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1771-05-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "26-05-1771" ;
    a2a:Year "1771" ;
    a2a:Month "05" ;
    a2a:Day "26" ;
    rdfs:label "26-05-1771"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Nibbixwoud 1. Katholieke doop- en trouwinschrijvingen, 1674-1718, 1737-1775." ;
    a2a:Book "DTB Nibbixwoud 1. Katholieke doop- en trouwinschrijvingen, 1674-1718, 1737-1775." ;
    a2a:RegistryNumber "1" ;
    a2a:Folio "162" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Nibbixwoud 1. Katholieke doop- en trouwinschrijvingen, 1674-1718, 1737-1775., DTB Nibbixwoud 1. Katholieke doop- en trouwinschrijvingen, 1674-1718, 1737-1775., 1, 162"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/115D881633CA4A35BE8DBCD706FFA611" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/115D881633CA4A35BE8DBCD706FFA611" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/115D881633CA4A35BE8DBCD706FFA611"
  ] ;
  a2a:SourceLastChangeDate "2025-12-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/0145EB194D934D949142DABA8D2AE44F" ;
  a2a:RecordIdentifier "4497584999" ;
  a2a:RecordGUID "{0145EB19-4D93-4D94-9142-DABA8D2AE44F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/089F7375BBE24916AD7C19051F23DAEE" .

