@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_75abcc41-bdcf-fe8b-7894-e6594ea66833
  a a2a:Record ;
  rdfs:label "Registratie op 15 maart 1745 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person1, oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person2, oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person3, oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person4, oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person5, oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person6, oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person7, oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person8 ;
  a2a:hasEvent oa:event_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_0, oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_1, oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_2, oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_3, oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_4, oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_5, oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_6, oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_7 ;
  a2a:hasSource oa:source_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833 .

oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person1
  a a2a:Person ;
  rdfs:label "Hendrik Hoekwater" ;
  a2a:PersonName [
    rdfs:label "Hendrik Hoekwater" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Hoekwater"
  ] .

oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person2
  a a2a:Person ;
  rdfs:label "Louise de la Vigne" ;
  a2a:PersonName [
    rdfs:label "Louise de la Vigne" ;
    a2a:PersonNameFirstName "Louise" ;
    a2a:PersonNamePrefixLastName "de la" ;
    a2a:PersonNameLastName "Vigne"
  ] .

oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person3
  a a2a:Person ;
  rdfs:label "Henricus Klinkenberg" ;
  a2a:PersonName [
    rdfs:label "Henricus Klinkenberg" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Klinkenberg"
  ] .

oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person4
  a a2a:Person ;
  rdfs:label "Johan Coolhaas" ;
  a2a:PersonName [
    rdfs:label "Johan Coolhaas" ;
    a2a:PersonNameFirstName "Johan" ;
    a2a:PersonNameLastName "Coolhaas"
  ] .

oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person5
  a a2a:Person ;
  rdfs:label "Chrispinus Hoekwater" ;
  a2a:PersonName [
    rdfs:label "Chrispinus Hoekwater" ;
    a2a:PersonNameFirstName "Chrispinus" ;
    a2a:PersonNameLastName "Hoekwater"
  ] .

oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person6
  a a2a:Person ;
  rdfs:label "David dela Vigne" ;
  a2a:PersonName [
    rdfs:label "David dela Vigne" ;
    a2a:PersonNameFirstName "David" ;
    a2a:PersonNamePrefixLastName "dela" ;
    a2a:PersonNameLastName "Vigne"
  ] .

oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person7
  a a2a:Person ;
  rdfs:label "Anthonij Borgman" ;
  a2a:PersonName [
    rdfs:label "Anthonij Borgman" ;
    a2a:PersonNameFirstName "Anthonij" ;
    a2a:PersonNameLastName "Borgman"
  ] .

oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person8
  a a2a:Person ;
  rdfs:label "Samuel Favon" ;
  a2a:PersonName [
    rdfs:label "Samuel Favon" ;
    a2a:PersonNameFirstName "Samuel" ;
    a2a:PersonNameLastName "Favon"
  ] .

oa:event_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1745" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1745-03-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person1 ;
  a2a:EventKeyRef oa:event_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Event1 .

oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person2 ;
  a2a:EventKeyRef oa:event_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Event1 .

oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person3 ;
  a2a:EventKeyRef oa:event_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Event1 .

oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person4 ;
  a2a:EventKeyRef oa:event_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Event1 .

oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person5 ;
  a2a:EventKeyRef oa:event_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Event1 .

oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person6 ;
  a2a:EventKeyRef oa:event_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Event1 .

oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person7 ;
  a2a:EventKeyRef oa:event_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Event1 .

oa:relationep_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Person8 ;
  a2a:EventKeyRef oa:event_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833_Event1 .

oa:source_saa_75abcc41-bdcf-fe8b-7894-e6594ea66833
  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 "9485" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 9485"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/88872948-f47b-b92b-9cc6-8aaf903f53ad.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/88872948-f47b-b92b-9cc6-8aaf903f53ad.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/2f5fcd23-ede3-5a6b-225e-9c6ae74165e8.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/2f5fcd23-ede3-5a6b-225e-9c6ae74165e8.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/ab153200-e711-4283-38a0-66bf187ffbe8.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/ab153200-e711-4283-38a0-66bf187ffbe8.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "4" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/49ea0445-d93f-3608-0c12-e99d36a7afb8.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/49ea0445-d93f-3608-0c12-e99d36a7afb8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{75abcc41-bdcf-fe8b-7894-e6594ea66833}" ;
  a2a:SourceRemarkOpmerking "Notaris: Jacobus Ardinois / Type: Transport / Beschrijving: Transport van een Obligatie" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/9485" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

