@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_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e
  a a2a:Record ;
  rdfs:label "Registratie op 7 mei 1748 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person1, oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person2, oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person3, oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person4, oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person5, oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person6, oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person7, oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person8 ;
  a2a:hasEvent oa:event_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_0, oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_1, oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_2, oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_3, oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_4, oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_5, oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_6, oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_7 ;
  a2a:hasSource oa:source_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e .

oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person1
  a a2a:Person ;
  rdfs:label "Jan Florisz" ;
  a2a:PersonName [
    rdfs:label "Jan Florisz" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Florisz"
  ] .

oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person2
  a a2a:Person ;
  rdfs:label "Pieter Voskam" ;
  a2a:PersonName [
    rdfs:label "Pieter Voskam" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Voskam"
  ] .

oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person3
  a a2a:Person ;
  rdfs:label "Barent Volkerts" ;
  a2a:PersonName [
    rdfs:label "Barent Volkerts" ;
    a2a:PersonNameFirstName "Barent" ;
    a2a:PersonNameLastName "Volkerts"
  ] .

oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person4
  a a2a:Person ;
  rdfs:label "Andries Meijenberg" ;
  a2a:PersonName [
    rdfs:label "Andries Meijenberg" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Meijenberg"
  ] .

oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person5
  a a2a:Person ;
  rdfs:label "Pieter Jansz Foree" ;
  a2a:PersonName [
    rdfs:label "Pieter Jansz Foree" ;
    a2a:PersonNameFirstName "Pieter Jansz" ;
    a2a:PersonNameLastName "Foree"
  ] .

oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person6
  a a2a:Person ;
  rdfs:label "Barend Costers" ;
  a2a:PersonName [
    rdfs:label "Barend Costers" ;
    a2a:PersonNameFirstName "Barend" ;
    a2a:PersonNameLastName "Costers"
  ] .

oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person7
  a a2a:Person ;
  rdfs:label "Johanna Rijmenhant" ;
  a2a:PersonName [
    rdfs:label "Johanna Rijmenhant" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Rijmenhant"
  ] .

oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person8
  a a2a:Person ;
  rdfs:label "Jan van Zijl" ;
  a2a:PersonName [
    rdfs:label "Jan van Zijl" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Zijl"
  ] .

oa:event_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1748" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1748-05-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person1 ;
  a2a:EventKeyRef oa:event_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Event1 .

oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person2 ;
  a2a:EventKeyRef oa:event_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Event1 .

oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person3 ;
  a2a:EventKeyRef oa:event_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Event1 .

oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person4 ;
  a2a:EventKeyRef oa:event_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Event1 .

oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person5 ;
  a2a:EventKeyRef oa:event_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Event1 .

oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person6 ;
  a2a:EventKeyRef oa:event_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Event1 .

oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person7 ;
  a2a:EventKeyRef oa:event_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Event1 .

oa:relationep_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Person8 ;
  a2a:EventKeyRef oa:event_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e_Event1 .

oa:source_saa_7a5879c5-2afd-aa9e-fa33-8cb0072ce87e
  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 "12894" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 12894"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/41cfbd3a-abe2-5e16-6722-af195ea1539b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/41cfbd3a-abe2-5e16-6722-af195ea1539b.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/3331fb66-320f-040e-383d-dbb02c6ad679.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/3331fb66-320f-040e-383d-dbb02c6ad679.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/ff2fd77c-da52-68e1-dce7-a09921d83dbb.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/ff2fd77c-da52-68e1-dce7-a09921d83dbb.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "4" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/bc060b79-7cd6-3c11-125b-eb130232715b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/bc060b79-7cd6-3c11-125b-eb130232715b.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "5" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/185aabe2-b48b-1dbd-af19-0005c519cf5f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/185aabe2-b48b-1dbd-af19-0005c519cf5f.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "6" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/9bcf9982-2562-17b8-60db-b17a5bba5a60.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9bcf9982-2562-17b8-60db-b17a5bba5a60.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "7" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/58815562-f747-b684-ef5d-26f9ac4f382d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/58815562-f747-b684-ef5d-26f9ac4f382d.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "8" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/c4cf43be-d067-3274-d794-2f79e06172b5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/c4cf43be-d067-3274-d794-2f79e06172b5.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "9" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/f04d9084-5d68-aa3f-2bcc-6c80afe41c81.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/f04d9084-5d68-aa3f-2bcc-6c80afe41c81.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{7a5879c5-2afd-aa9e-fa33-8cb0072ce87e}" ;
  a2a:SourceRemarkOpmerking "Notaris: Fredrik Boese / Type: Boedelinventaris / Beschrijving: Kloveniersburgwal bij de Hoogstraat / Oostindien" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/12894" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

