@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_2CE800CD-C047-4E70-8694-3EAF78CDF9B2
  a a2a:Record ;
  rdfs:label "Notariële akte op 18 januari 1905 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154894, oa:person_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154895, oa:person_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154896, oa:person_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154897, oa:person_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person0 ;
  a2a:hasEvent oa:event_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_0, oa:relationep_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_1, oa:relationep_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_2, oa:relationep_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_3, oa:relationep_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_4 ;
  a2a:hasSource oa:source_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2 .

oa:person_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154894
  a a2a:Person ;
  rdfs:label "Hillegonda van Doorn" ;
  a2a:PersonName [
    rdfs:label "Hillegonda van Doorn" ;
    a2a:PersonNameFirstName "Hillegonda" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Doorn"
  ] ;
  a2a:Residence [
    a2a:Place "Scharwoude" ;
    rdfs:label "Scharwoude"
  ] .

oa:person_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154895
  a a2a:Person ;
  rdfs:label "Tamis Blok" ;
  a2a:PersonName [
    rdfs:label "Tamis Blok" ;
    a2a:PersonNameFirstName "Tamis" ;
    a2a:PersonNameLastName "Blok"
  ] ;
  a2a:Residence [
    a2a:Place "Scharwoude" ;
    rdfs:label "Scharwoude"
  ] .

oa:person_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154896
  a a2a:Person ;
  rdfs:label "Jan Hendrik Kolkman" ;
  a2a:PersonName [
    rdfs:label "Jan Hendrik Kolkman" ;
    a2a:PersonNameFirstName "Jan Hendrik" ;
    a2a:PersonNameLastName "Kolkman"
  ] ;
  a2a:Residence [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:person_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154897
  a a2a:Person ;
  rdfs:label "Reinardus Mulder" ;
  a2a:PersonName [
    rdfs:label "Reinardus Mulder" ;
    a2a:PersonNameFirstName "Reinardus" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Residence [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:person_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person0
  a a2a:Person ;
  rdfs:label "Hinno Willem Jan Sannes" ;
  a2a:PersonName [
    rdfs:label "Hinno Willem Jan Sannes" ;
    a2a:PersonNameLastName "Hinno Willem Jan Sannes"
  ] ;
  a2a:Profession "Notaris" .

oa:event_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:LiteralDate "18-01-1905" ;
    a2a:Year "1905" ;
    a2a:Month "01" ;
    a2a:Day "18" ;
    rdfs:label "1905-01-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:relationep_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_0
  a a2a:RelationEP ;
  rdfs:label "other:Notaris" ;
  a2a:RelationType "other:Notaris" ;
  a2a:PersonKeyRef oa:person_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person0 ;
  a2a:EventKeyRef oa:event_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Event1 .

oa:relationep_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_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_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154894 ;
  a2a:EventKeyRef oa:event_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Event1 .

oa:relationep_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_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_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154895 ;
  a2a:EventKeyRef oa:event_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Event1 .

oa:relationep_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_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_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154896 ;
  a2a:EventKeyRef oa:event_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Event1 .

oa:relationep_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_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_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Person4374154897 ;
  a2a:EventKeyRef oa:event_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2_Event1 .

oa:source_wfa_2CE800CD-C047-4E70-8694-3EAF78CDF9B2
  a a2a:Source ;
  rdfs:label "Westfries Archief, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1905-01-18 - 1905-01-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-01-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-01-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-01-1905" ;
    a2a:Year "1905" ;
    a2a:Month "01" ;
    a2a:Day "18" ;
    rdfs:label "18-01-1905"
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "NNA Hoorn 187, notaris Hinno Willem Jan Sannes, 1905 jan-feb" ;
    a2a:Book "NNA Hoorn 187, notaris Hinno Willem Jan Sannes, 1905 jan-feb" ;
    a2a:RegistryNumber "187" ;
    rdfs:label "Westfries Archief, Hoorn, NNA Hoorn 187, notaris Hinno Willem Jan Sannes, 1905 jan-feb, NNA Hoorn 187, notaris Hinno Willem Jan Sannes, 1905 jan-feb, 187"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/C6469A8EF1A947A6B4DC3765012569D0" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/C6469A8EF1A947A6B4DC3765012569D0" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/C6469A8EF1A947A6B4DC3765012569D0"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/1FD2F37BEE164AF794283C0AA9E8F120" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/1FD2F37BEE164AF794283C0AA9E8F120" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/1FD2F37BEE164AF794283C0AA9E8F120"
  ] ;
  a2a:SourceLastChangeDate "2025-10-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/2CE800CDC0474E7086943EAF78CDF9B2" ;
  a2a:RecordIdentifier "4374154893" ;
  a2a:RecordGUID "{2CE800CD-C047-4E70-8694-3EAF78CDF9B2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/A245CA2DBBB44E999F5F58E35E86B543" .

