@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_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8
  a a2a:Record ;
  rdfs:label "Registratie op 19 januari 1732 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person1, oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person2, oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person3, oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person4, oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person5, oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person6, oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person7 ;
  a2a:hasEvent oa:event_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_0, oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_1, oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_2, oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_3, oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_4, oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_5, oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_6 ;
  a2a:hasSource oa:source_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8 .

oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person1
  a a2a:Person ;
  rdfs:label "Pieter Hogeveen" ;
  a2a:PersonName [
    rdfs:label "Pieter Hogeveen" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Hogeveen"
  ] .

oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person2
  a a2a:Person ;
  rdfs:label "Cornelia Elisabeth Ocko" ;
  a2a:PersonName [
    rdfs:label "Cornelia Elisabeth Ocko" ;
    a2a:PersonNameFirstName "Cornelia Elisabeth" ;
    a2a:PersonNameLastName "Ocko"
  ] .

oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person3
  a a2a:Person ;
  rdfs:label "Gaspar IJpelaar" ;
  a2a:PersonName [
    rdfs:label "Gaspar IJpelaar" ;
    a2a:PersonNameFirstName "Gaspar" ;
    a2a:PersonNameLastName "IJpelaar"
  ] .

oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person4
  a a2a:Person ;
  rdfs:label "Lucas Pompeius Occo" ;
  a2a:PersonName [
    rdfs:label "Lucas Pompeius Occo" ;
    a2a:PersonNameFirstName "Lucas Pompeius" ;
    a2a:PersonNameLastName "Occo"
  ] .

oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person5
  a a2a:Person ;
  rdfs:label "Joan Occo" ;
  a2a:PersonName [
    rdfs:label "Joan Occo" ;
    a2a:PersonNameFirstName "Joan" ;
    a2a:PersonNameLastName "Occo"
  ] .

oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person6
  a a2a:Person ;
  rdfs:label "Jan Hamburg" ;
  a2a:PersonName [
    rdfs:label "Jan Hamburg" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Hamburg"
  ] .

oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person7
  a a2a:Person ;
  rdfs:label "Maria Agnes Barbou" ;
  a2a:PersonName [
    rdfs:label "Maria Agnes Barbou" ;
    a2a:PersonNameFirstName "Maria Agnes" ;
    a2a:PersonNameLastName "Barbou"
  ] .

oa:event_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1732" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1732-01-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person1 ;
  a2a:EventKeyRef oa:event_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Event1 .

oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person2 ;
  a2a:EventKeyRef oa:event_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Event1 .

oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person3 ;
  a2a:EventKeyRef oa:event_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Event1 .

oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person4 ;
  a2a:EventKeyRef oa:event_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Event1 .

oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person5 ;
  a2a:EventKeyRef oa:event_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Event1 .

oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person6 ;
  a2a:EventKeyRef oa:event_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Event1 .

oa:relationep_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Person7 ;
  a2a:EventKeyRef oa:event_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8_Event1 .

oa:source_saa_b8cd6d56-e7f4-76ca-f237-c6778b1f39e8
  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 "9847" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 9847"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/750c9fb5-39e4-404f-29bc-4d4330192449.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/750c9fb5-39e4-404f-29bc-4d4330192449.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/49a5affb-1d9b-ade7-1e94-c58bb9cd9da9.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/49a5affb-1d9b-ade7-1e94-c58bb9cd9da9.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/5827806e-517e-8109-c7e5-0e667349d10e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/5827806e-517e-8109-c7e5-0e667349d10e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{b8cd6d56-e7f4-76ca-f237-c6778b1f39e8}" ;
  a2a:SourceRemarkOpmerking "Notaris: Jan Willem Smit / Type: Transport / Beschrijving: obligatie" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/9847" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

