@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_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D
  a a2a:Record ;
  rdfs:label "Notariële akte op 7 mei 1855 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349421, oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349422, oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349423, oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349427, oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349428, oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person0 ;
  a2a:hasEvent oa:event_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_0, oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_1, oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_2, oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_3, oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_4, oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_5 ;
  a2a:hasSource oa:source_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D .

oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349421
  a a2a:Person ;
  rdfs:label "Bernhard Knierim" ;
  a2a:PersonName [
    rdfs:label "Bernhard Knierim" ;
    a2a:PersonNameFirstName "Bernhard" ;
    a2a:PersonNameLastName "Knierim"
  ] ;
  a2a:Residence [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349422
  a a2a:Person ;
  rdfs:label "Johan Fredrik Balz" ;
  a2a:PersonName [
    rdfs:label "Johan Fredrik Balz" ;
    a2a:PersonNameFirstName "Johan Fredrik" ;
    a2a:PersonNameLastName "Balz"
  ] ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349423
  a a2a:Person ;
  rdfs:label "Hendrik Gerver" ;
  a2a:PersonName [
    rdfs:label "Hendrik Gerver" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Gerver"
  ] ;
  a2a:Residence [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349427
  a a2a:Person ;
  rdfs:label "Jan van der Hust" ;
  a2a:PersonName [
    rdfs:label "Jan van der Hust" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Hust"
  ] ;
  a2a:Residence [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349428
  a a2a:Person ;
  rdfs:label "Dirk Pool" ;
  a2a:PersonName [
    rdfs:label "Dirk Pool" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Pool"
  ] ;
  a2a:Residence [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person0
  a a2a:Person ;
  rdfs:label "Gerrit Boldingh" ;
  a2a:PersonName [
    rdfs:label "Gerrit Boldingh" ;
    a2a:PersonNameLastName "Gerrit Boldingh"
  ] ;
  a2a:Profession "Notaris" .

oa:event_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:LiteralDate "07-05-1855" ;
    a2a:Year "1855" ;
    a2a:Month "05" ;
    a2a:Day "07" ;
    rdfs:label "1855-05-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_0
  a a2a:RelationEP ;
  rdfs:label "other:Notaris" ;
  a2a:RelationType "other:Notaris" ;
  a2a:PersonKeyRef oa:person_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person0 ;
  a2a:EventKeyRef oa:event_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Event1 .

oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_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_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349421 ;
  a2a:EventKeyRef oa:event_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Event1 .

oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_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_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349422 ;
  a2a:EventKeyRef oa:event_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Event1 .

oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_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_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349423 ;
  a2a:EventKeyRef oa:event_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Event1 .

oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_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_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349427 ;
  a2a:EventKeyRef oa:event_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Event1 .

oa:relationep_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_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_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Person4374349428 ;
  a2a:EventKeyRef oa:event_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D_Event1 .

oa:source_wfa_D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D
  a a2a:Source ;
  rdfs:label "Westfries Archief, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1855-05-07 - 1855-05-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1855-05-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1855-05-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-05-1855" ;
    a2a:Year "1855" ;
    a2a:Month "05" ;
    a2a:Day "07" ;
    rdfs:label "07-05-1855"
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "NNA Hoorn 32, notaris Gerrit Boldingh, 1855 mei-dec" ;
    a2a:Book "NNA Hoorn 32, notaris Gerrit Boldingh, 1855 mei-dec" ;
    a2a:RegistryNumber "32" ;
    rdfs:label "Westfries Archief, Hoorn, NNA Hoorn 32, notaris Gerrit Boldingh, 1855 mei-dec, NNA Hoorn 32, notaris Gerrit Boldingh, 1855 mei-dec, 32"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/3EA0ADBBA54641EAA88FB6D081042536" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/3EA0ADBBA54641EAA88FB6D081042536" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/3EA0ADBBA54641EAA88FB6D081042536"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/AE881498EE3D4861A046E6BDF1AFF3EA" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/AE881498EE3D4861A046E6BDF1AFF3EA" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/AE881498EE3D4861A046E6BDF1AFF3EA"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/229F9E4866FB4CC4A194B5DE1017451A" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/229F9E4866FB4CC4A194B5DE1017451A" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/229F9E4866FB4CC4A194B5DE1017451A"
  ] ;
  a2a:SourceLastChangeDate "2025-10-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/D00290C235FF4FF98ADE09CBF3C4D43D" ;
  a2a:RecordIdentifier "4374349420" ;
  a2a:RecordGUID "{D00290C2-35FF-4FF9-8ADE-09CBF3C4D43D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/76CFFB1F72F84DD4B433A110A5060585" .

