@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_c2e90885-da72-277f-cf03-a82ce47fa5f6
  a a2a:Record ;
  rdfs:label "Registratie op 2 maart 1769 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person1, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person2, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person3, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person4, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person5, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person6, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person7, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person8, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person9, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person10, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person11, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person12, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person13, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person14, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person15, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person16, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person17, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person18, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person19, oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person20 ;
  a2a:hasEvent oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_0, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_1, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_2, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_3, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_4, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_5, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_6, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_7, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_8, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_9, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_10, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_11, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_12, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_13, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_14, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_15, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_16, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_17, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_18, oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_19 ;
  a2a:hasSource oa:source_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6 .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person1
  a a2a:Person ;
  rdfs:label "Jacob Fraser" ;
  a2a:PersonName [
    rdfs:label "Jacob Fraser" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Fraser"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person2
  a a2a:Person ;
  rdfs:label "Adrianus Mulder" ;
  a2a:PersonName [
    rdfs:label "Adrianus Mulder" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person3
  a a2a:Person ;
  rdfs:label "Christiaan Fraser" ;
  a2a:PersonName [
    rdfs:label "Christiaan Fraser" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Fraser"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person4
  a a2a:Person ;
  rdfs:label "Salomon Lijnslager" ;
  a2a:PersonName [
    rdfs:label "Salomon Lijnslager" ;
    a2a:PersonNameFirstName "Salomon" ;
    a2a:PersonNameLastName "Lijnslager"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person5
  a a2a:Person ;
  rdfs:label "Wessel in 't Veldt" ;
  a2a:PersonName [
    rdfs:label "Wessel in 't Veldt" ;
    a2a:PersonNameFirstName "Wessel" ;
    a2a:PersonNamePrefixLastName "in 't" ;
    a2a:PersonNameLastName "Veldt"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person6
  a a2a:Person ;
  rdfs:label "Magdalena Fraser" ;
  a2a:PersonName [
    rdfs:label "Magdalena Fraser" ;
    a2a:PersonNameFirstName "Magdalena" ;
    a2a:PersonNameLastName "Fraser"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person7
  a a2a:Person ;
  rdfs:label "Johannes Beukelaar" ;
  a2a:PersonName [
    rdfs:label "Johannes Beukelaar" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Beukelaar"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person8
  a a2a:Person ;
  rdfs:label "Gommaris van Duijst" ;
  a2a:PersonName [
    rdfs:label "Gommaris van Duijst" ;
    a2a:PersonNameFirstName "Gommaris" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duijst"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person9
  a a2a:Person ;
  rdfs:label "Cornelis van Muijden" ;
  a2a:PersonName [
    rdfs:label "Cornelis van Muijden" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Muijden"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person10
  a a2a:Person ;
  rdfs:label "Everhard van Thiel" ;
  a2a:PersonName [
    rdfs:label "Everhard van Thiel" ;
    a2a:PersonNameFirstName "Everhard" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Thiel"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person11
  a a2a:Person ;
  rdfs:label "Machtilda Christina Plenter" ;
  a2a:PersonName [
    rdfs:label "Machtilda Christina Plenter" ;
    a2a:PersonNameFirstName "Machtilda Christina" ;
    a2a:PersonNameLastName "Plenter"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person12
  a a2a:Person ;
  rdfs:label "Daniel Parmenter" ;
  a2a:PersonName [
    rdfs:label "Daniel Parmenter" ;
    a2a:PersonNameFirstName "Daniel" ;
    a2a:PersonNameLastName "Parmenter"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person13
  a a2a:Person ;
  rdfs:label "Jean Pierre Droillet" ;
  a2a:PersonName [
    rdfs:label "Jean Pierre Droillet" ;
    a2a:PersonNameFirstName "Jean Pierre" ;
    a2a:PersonNameLastName "Droillet"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person14
  a a2a:Person ;
  rdfs:label "Hendrik van Aken" ;
  a2a:PersonName [
    rdfs:label "Hendrik van Aken" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Aken"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person15
  a a2a:Person ;
  rdfs:label "Christina van Muijden" ;
  a2a:PersonName [
    rdfs:label "Christina van Muijden" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Muijden"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person16
  a a2a:Person ;
  rdfs:label "Daniel Plenter" ;
  a2a:PersonName [
    rdfs:label "Daniel Plenter" ;
    a2a:PersonNameFirstName "Daniel" ;
    a2a:PersonNameLastName "Plenter"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person17
  a a2a:Person ;
  rdfs:label "Maria Magdalena Parmenter" ;
  a2a:PersonName [
    rdfs:label "Maria Magdalena Parmenter" ;
    a2a:PersonNameFirstName "Maria Magdalena" ;
    a2a:PersonNameLastName "Parmenter"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person18
  a a2a:Person ;
  rdfs:label "Helena van Muijden" ;
  a2a:PersonName [
    rdfs:label "Helena van Muijden" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Muijden"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person19
  a a2a:Person ;
  rdfs:label "Anna Jacoba Fraser" ;
  a2a:PersonName [
    rdfs:label "Anna Jacoba Fraser" ;
    a2a:PersonNameFirstName "Anna Jacoba" ;
    a2a:PersonNameLastName "Fraser"
  ] .

oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person20
  a a2a:Person ;
  rdfs:label "Constantia Catharina Fraser" ;
  a2a:PersonName [
    rdfs:label "Constantia Catharina Fraser" ;
    a2a:PersonNameFirstName "Constantia Catharina" ;
    a2a:PersonNameLastName "Fraser"
  ] .

oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1769" ;
    a2a:Month "3" ;
    a2a:Day "2" ;
    rdfs:label "1769-03-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person1 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person2 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person3 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person4 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person5 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person6 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person7 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person8 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person9 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person10 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person11 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person12 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person13 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person14 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_14
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person15 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_15
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person16 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_16
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person17 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_17
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person18 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_18
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person19 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:relationep_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_19
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Person20 ;
  a2a:EventKeyRef oa:event_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6_Event1 .

oa:source_saa_c2e90885-da72-277f-cf03-a82ce47fa5f6
  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 "13320" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 13320"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/7bad84d7-f62f-f54d-a5ff-a3116dfd68f5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/7bad84d7-f62f-f54d-a5ff-a3116dfd68f5.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/c0df25a5-16ec-269c-05af-2c166f6a832c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/c0df25a5-16ec-269c-05af-2c166f6a832c.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/196a9f1b-e02a-4de4-9df3-17f860d5ad34.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/196a9f1b-e02a-4de4-9df3-17f860d5ad34.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{c2e90885-da72-277f-cf03-a82ce47fa5f6}" ;
  a2a:SourceRemarkOpmerking "Notaris: Gerardus Wijthoff / Type: Transport / Beschrijving: Obligatie" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/13320" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

