@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_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f
  a a2a:Record ;
  rdfs:label "Registratie op 30 januari 1781 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person1, oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person2, oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person3, oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person4, oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person5, oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person6 ;
  a2a:hasEvent oa:event_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_0, oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_1, oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_2, oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_3, oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_4, oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_5 ;
  a2a:hasSource oa:source_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f .

oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person1
  a a2a:Person ;
  rdfs:label "Nicolaas Brant" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Brant" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNameLastName "Brant"
  ] .

oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person2
  a a2a:Person ;
  rdfs:label "du Quesne" ;
  a2a:PersonName [
    rdfs:label "du Quesne" ;
    a2a:PersonNamePrefixLastName "du" ;
    a2a:PersonNameLastName "Quesne"
  ] .

oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person3
  a a2a:Person ;
  rdfs:label "Valckenier" ;
  a2a:PersonName [
    rdfs:label "Valckenier" ;
    a2a:PersonNameLastName "Valckenier"
  ] .

oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person4
  a a2a:Person ;
  rdfs:label "Cesar Gouffé" ;
  a2a:PersonName [
    rdfs:label "Cesar Gouffé" ;
    a2a:PersonNameFirstName "Cesar" ;
    a2a:PersonNameLastName "Gouffé"
  ] .

oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person5
  a a2a:Person ;
  rdfs:label "Jacob Hendriksz Luden" ;
  a2a:PersonName [
    rdfs:label "Jacob Hendriksz Luden" ;
    a2a:PersonNameFirstName "Jacob Hendriksz" ;
    a2a:PersonNameLastName "Luden"
  ] .

oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person6
  a a2a:Person ;
  rdfs:label "Charles le Maistre" ;
  a2a:PersonName [
    rdfs:label "Charles le Maistre" ;
    a2a:PersonNameFirstName "Charles" ;
    a2a:PersonNamePrefixLastName "le" ;
    a2a:PersonNameLastName "Maistre"
  ] .

oa:event_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1781" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1781-01-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person1 ;
  a2a:EventKeyRef oa:event_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Event1 .

oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person2 ;
  a2a:EventKeyRef oa:event_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Event1 .

oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person3 ;
  a2a:EventKeyRef oa:event_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Event1 .

oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person4 ;
  a2a:EventKeyRef oa:event_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Event1 .

oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person5 ;
  a2a:EventKeyRef oa:event_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Event1 .

oa:relationep_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Person6 ;
  a2a:EventKeyRef oa:event_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f_Event1 .

oa:source_saa_1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f
  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 "16275" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 16275"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/fd794a4c-24cc-2c79-99e9-c077e4c46b1b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/fd794a4c-24cc-2c79-99e9-c077e4c46b1b.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/88b3b600-23fa-266b-46d3-39a541e8ed63.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/88b3b600-23fa-266b-46d3-39a541e8ed63.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/b6fdcb0c-3ec2-b353-7152-cc77164c47c4.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b6fdcb0c-3ec2-b353-7152-cc77164c47c4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{1f86a7ae-78e9-31de-dcaf-9d0fc7fbfa0f}" ;
  a2a:SourceRemarkOpmerking "Notaris: Joannes Van Den Brink / Type: Wisselprotest / Marseille" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/16275" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

