@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_2C63B331-DB89-4EF1-A3DE-690E59ADE98D
  a a2a:Record ;
  rdfs:label "Notariële akte op 12 februari 1879 te Obdam" ;
  a2a:hasPerson oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276626, oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276627, oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276630, oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276631, oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276632, oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person0 ;
  a2a:hasEvent oa:event_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_0, oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_1, oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_2, oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_3, oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_4, oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_5 ;
  a2a:hasSource oa:source_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D .

oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276626
  a a2a:Person ;
  rdfs:label "Krijn Commandeur" ;
  a2a:PersonName [
    rdfs:label "Krijn Commandeur" ;
    a2a:PersonNameFirstName "Krijn" ;
    a2a:PersonNameLastName "Commandeur"
  ] ;
  a2a:Residence [
    a2a:Place "Spanbroek" ;
    rdfs:label "Spanbroek"
  ] .

oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276627
  a a2a:Person ;
  rdfs:label "Pieter Ruijter" ;
  a2a:PersonName [
    rdfs:label "Pieter Ruijter" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Ruijter"
  ] ;
  a2a:Residence [
    a2a:Place "Spanbroek" ;
    rdfs:label "Spanbroek"
  ] .

oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276630
  a a2a:Person ;
  rdfs:label "Hendrik Fijn" ;
  a2a:PersonName [
    rdfs:label "Hendrik Fijn" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Fijn"
  ] ;
  a2a:Residence [
    a2a:Place "Zwaagdijk" ;
    rdfs:label "Zwaagdijk"
  ] .

oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276631
  a a2a:Person ;
  rdfs:label "Hermanus Bonekamp" ;
  a2a:PersonName [
    rdfs:label "Hermanus Bonekamp" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNameLastName "Bonekamp"
  ] ;
  a2a:Residence [
    a2a:Place "Spanbroek" ;
    rdfs:label "Spanbroek"
  ] .

oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276632
  a a2a:Person ;
  rdfs:label "Klaas Klomp" ;
  a2a:PersonName [
    rdfs:label "Klaas Klomp" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Klomp"
  ] ;
  a2a:Residence [
    a2a:Place "Spanbroek" ;
    rdfs:label "Spanbroek"
  ] .

oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person0
  a a2a:Person ;
  rdfs:label "Andreas Joannes Haarselhorst" ;
  a2a:PersonName [
    rdfs:label "Andreas Joannes Haarselhorst" ;
    a2a:PersonNameLastName "Andreas Joannes Haarselhorst"
  ] ;
  a2a:Profession "Notaris" .

oa:event_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:LiteralDate "12-02-1879" ;
    a2a:Year "1879" ;
    a2a:Month "02" ;
    a2a:Day "12" ;
    rdfs:label "1879-02-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Obdam" ;
    rdfs:label "Obdam"
  ] .

oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_0
  a a2a:RelationEP ;
  rdfs:label "other:Notaris" ;
  a2a:RelationType "other:Notaris" ;
  a2a:PersonKeyRef oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person0 ;
  a2a:EventKeyRef oa:event_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Event1 .

oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_1
  a a2a:RelationEP ;
  rdfs:label "other:Persoon in notariële akte" ;
  a2a:RelationType "other:Persoon in notariële akte" ;
  a2a:PersonKeyRef oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276626 ;
  a2a:EventKeyRef oa:event_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Event1 .

oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_2
  a a2a:RelationEP ;
  rdfs:label "other:Persoon in notariële akte" ;
  a2a:RelationType "other:Persoon in notariële akte" ;
  a2a:PersonKeyRef oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276627 ;
  a2a:EventKeyRef oa:event_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Event1 .

oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_3
  a a2a:RelationEP ;
  rdfs:label "other:Persoon in notariële akte" ;
  a2a:RelationType "other:Persoon in notariële akte" ;
  a2a:PersonKeyRef oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276630 ;
  a2a:EventKeyRef oa:event_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Event1 .

oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_4
  a a2a:RelationEP ;
  rdfs:label "other:Persoon in notariële akte" ;
  a2a:RelationType "other:Persoon in notariële akte" ;
  a2a:PersonKeyRef oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276631 ;
  a2a:EventKeyRef oa:event_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Event1 .

oa:relationep_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_5
  a a2a:RelationEP ;
  rdfs:label "other:Persoon in notariële akte" ;
  a2a:RelationType "other:Persoon in notariële akte" ;
  a2a:PersonKeyRef oa:person_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Person4379276632 ;
  a2a:EventKeyRef oa:event_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D_Event1 .

oa:source_wfa_2C63B331-DB89-4EF1-A3DE-690E59ADE98D
  a a2a:Source ;
  rdfs:label "Westfries Archief, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Obdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Obdam, Nederland", "1879-02-12 - 1879-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1879-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1879-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-02-1879" ;
    a2a:Year "1879" ;
    a2a:Month "02" ;
    a2a:Day "12" ;
    rdfs:label "12-02-1879"
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "NNA Obdam 42, notaris Andreas Joannes Haarselhorst, 1878" ;
    a2a:Book "NNA Obdam 42, notaris Andreas Joannes Haarselhorst, 1878" ;
    a2a:RegistryNumber "42" ;
    rdfs:label "Westfries Archief, Hoorn, NNA Obdam 42, notaris Andreas Joannes Haarselhorst, 1878, NNA Obdam 42, notaris Andreas Joannes Haarselhorst, 1878, 42"
  ] ;
  a2a:SourceLastChangeDate "2025-10-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/2C63B331DB894EF1A3DE690E59ADE98D" ;
  a2a:RecordIdentifier "4379276625" ;
  a2a:RecordGUID "{2C63B331-DB89-4EF1-A3DE-690E59ADE98D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/77778F23A15F4939BABB295534A961C2" .

