@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_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b
  a a2a:Record ;
  rdfs:label "Registratie op 20 maart 1775 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person1, oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person2, oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person3, oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person4 ;
  a2a:hasEvent oa:event_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_0, oa:relationep_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_1, oa:relationep_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_2, oa:relationep_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_3 ;
  a2a:hasSource oa:source_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b .

oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person1
  a a2a:Person ;
  rdfs:label "Engelbert Klinkhamer" ;
  a2a:PersonName [
    rdfs:label "Engelbert Klinkhamer" ;
    a2a:PersonNameFirstName "Engelbert" ;
    a2a:PersonNameLastName "Klinkhamer"
  ] .

oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person2
  a a2a:Person ;
  rdfs:label "Nikolaas Hinlopen" ;
  a2a:PersonName [
    rdfs:label "Nikolaas Hinlopen" ;
    a2a:PersonNameFirstName "Nikolaas" ;
    a2a:PersonNameLastName "Hinlopen"
  ] .

oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person3
  a a2a:Person ;
  rdfs:label "Baldus Richner" ;
  a2a:PersonName [
    rdfs:label "Baldus Richner" ;
    a2a:PersonNameFirstName "Baldus" ;
    a2a:PersonNameLastName "Richner"
  ] .

oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person4
  a a2a:Person ;
  rdfs:label "Arnoud de l' Hommel" ;
  a2a:PersonName [
    rdfs:label "Arnoud de l' Hommel" ;
    a2a:PersonNameFirstName "Arnoud" ;
    a2a:PersonNamePrefixLastName "de l'" ;
    a2a:PersonNameLastName "Hommel"
  ] .

oa:event_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1775" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1775-03-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person1 ;
  a2a:EventKeyRef oa:event_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Event1 .

oa:relationep_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person2 ;
  a2a:EventKeyRef oa:event_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Event1 .

oa:relationep_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person3 ;
  a2a:EventKeyRef oa:event_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Event1 .

oa:relationep_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Person4 ;
  a2a:EventKeyRef oa:event_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b_Event1 .

oa:source_saa_0ebd8661-3a6a-e2bc-7f8a-941c8ede622b
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1600-01-01 - 1800-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1600-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1800-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Collection "VH Notariëel Protocollen" ;
    a2a:RegistryNumber "13478" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 13478"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/a3d4352c-e861-15f1-5b6d-b53f7c8fa085.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/a3d4352c-e861-15f1-5b6d-b53f7c8fa085.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/c37c2220-9536-49bf-3b47-6d9a5b3ee6a7.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/c37c2220-9536-49bf-3b47-6d9a5b3ee6a7.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/79e66041-6bb7-2e35-0c20-b8537dde7dec.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/79e66041-6bb7-2e35-0c20-b8537dde7dec.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{0ebd8661-3a6a-e2bc-7f8a-941c8ede622b}" ;
  a2a:SourceRemarkOpmerking "Notaris: Willem Decker Jr / Type: Transport / Beschrijving: obligatie, ƒ2.000,- / Hoorn" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/13478" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

