@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_6f2f409c-577a-e0ea-03ee-7bce0a087f7b
  a a2a:Record ;
  rdfs:label "Registratie op 2 mei 1727 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person1, oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person2, oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person3, oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person4, oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person5, oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person6, oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person7, oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person8 ;
  a2a:hasEvent oa:event_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_0, oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_1, oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_2, oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_3, oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_4, oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_5, oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_6, oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_7 ;
  a2a:hasSource oa:source_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b .

oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person1
  a a2a:Person ;
  rdfs:label "Jacob Magnus" ;
  a2a:PersonName [
    rdfs:label "Jacob Magnus" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Magnus"
  ] .

oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person2
  a a2a:Person ;
  rdfs:label "Agneta Rave" ;
  a2a:PersonName [
    rdfs:label "Agneta Rave" ;
    a2a:PersonNameFirstName "Agneta" ;
    a2a:PersonNameLastName "Rave"
  ] .

oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person3
  a a2a:Person ;
  rdfs:label "Bartholomeus van Sligtenhorst" ;
  a2a:PersonName [
    rdfs:label "Bartholomeus van Sligtenhorst" ;
    a2a:PersonNameFirstName "Bartholomeus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Sligtenhorst"
  ] .

oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person4
  a a2a:Person ;
  rdfs:label "Elisabeth Rave" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Rave" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Rave"
  ] .

oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person5
  a a2a:Person ;
  rdfs:label "Abraham Rave" ;
  a2a:PersonName [
    rdfs:label "Abraham Rave" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Rave"
  ] .

oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person6
  a a2a:Person ;
  rdfs:label "Jan Hooft" ;
  a2a:PersonName [
    rdfs:label "Jan Hooft" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Hooft"
  ] .

oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person7
  a a2a:Person ;
  rdfs:label "Barbara Verbiest" ;
  a2a:PersonName [
    rdfs:label "Barbara Verbiest" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNameLastName "Verbiest"
  ] .

oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person8
  a a2a:Person ;
  rdfs:label "Abraham Warmenhuijsen" ;
  a2a:PersonName [
    rdfs:label "Abraham Warmenhuijsen" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Warmenhuijsen"
  ] .

oa:event_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1727" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1727-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person1 ;
  a2a:EventKeyRef oa:event_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Event1 .

oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person2 ;
  a2a:EventKeyRef oa:event_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Event1 .

oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person3 ;
  a2a:EventKeyRef oa:event_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Event1 .

oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person4 ;
  a2a:EventKeyRef oa:event_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Event1 .

oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person5 ;
  a2a:EventKeyRef oa:event_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Event1 .

oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person6 ;
  a2a:EventKeyRef oa:event_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Event1 .

oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person7 ;
  a2a:EventKeyRef oa:event_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Event1 .

oa:relationep_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Person8 ;
  a2a:EventKeyRef oa:event_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b_Event1 .

oa:source_saa_6f2f409c-577a-e0ea-03ee-7bce0a087f7b
  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 "7177" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 7177"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/769f5196-cf98-a8f8-42a8-7985de615d34.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/769f5196-cf98-a8f8-42a8-7985de615d34.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/1088db1a-6187-4daf-83ac-7959367f88ac.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/1088db1a-6187-4daf-83ac-7959367f88ac.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/d1174cc8-3169-25ca-07ec-cc7eac50dc41.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/d1174cc8-3169-25ca-07ec-cc7eac50dc41.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "4" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/4dfb3347-12ea-dec9-2b69-9a7899609243.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/4dfb3347-12ea-dec9-2b69-9a7899609243.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "5" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/9050ed2b-ba79-8195-4614-99e9617e8696.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9050ed2b-ba79-8195-4614-99e9617e8696.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "6" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/3fb31527-fb83-fd17-0d69-c01546f2345d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/3fb31527-fb83-fd17-0d69-c01546f2345d.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "7" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/4341fc89-0c82-e975-ae74-4118aaf515c5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/4341fc89-0c82-e975-ae74-4118aaf515c5.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "8" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/eb0c562e-daa2-c2a5-b9ec-536eb1364f70.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/eb0c562e-daa2-c2a5-b9ec-536eb1364f70.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "9" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/5b5fb84f-730d-a94f-f982-beadee8b38e2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/5b5fb84f-730d-a94f-f982-beadee8b38e2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{6f2f409c-577a-e0ea-03ee-7bce0a087f7b}" ;
  a2a:SourceRemarkOpmerking "Notaris: Willem Jan Van Midlum / Type: Boedelinventaris / Beschrijving: Winkel" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/7177" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

