@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_bc139fd8-40c0-9052-5602-e417b53ec74a
  a a2a:Record ;
  rdfs:label "Registratie op 11 december 1783 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person1, oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person2, oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person3, oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person4, oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person5, oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person6, oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person7, oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person8 ;
  a2a:hasEvent oa:event_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_0, oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_1, oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_2, oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_3, oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_4, oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_5, oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_6, oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_7 ;
  a2a:hasSource oa:source_saa_bc139fd8-40c0-9052-5602-e417b53ec74a .

oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person1
  a a2a:Person ;
  rdfs:label "Maria Tedi" ;
  a2a:PersonName [
    rdfs:label "Maria Tedi" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Tedi"
  ] .

oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person2
  a a2a:Person ;
  rdfs:label "Catharina Brinkman" ;
  a2a:PersonName [
    rdfs:label "Catharina Brinkman" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Brinkman"
  ] .

oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person3
  a a2a:Person ;
  rdfs:label "Adrianus Vraam" ;
  a2a:PersonName [
    rdfs:label "Adrianus Vraam" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Vraam"
  ] .

oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person4
  a a2a:Person ;
  rdfs:label "Jan Rutgers" ;
  a2a:PersonName [
    rdfs:label "Jan Rutgers" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Rutgers"
  ] .

oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person5
  a a2a:Person ;
  rdfs:label "Jan Hendrik Greeve" ;
  a2a:PersonName [
    rdfs:label "Jan Hendrik Greeve" ;
    a2a:PersonNameFirstName "Jan Hendrik" ;
    a2a:PersonNameLastName "Greeve"
  ] .

oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person6
  a a2a:Person ;
  rdfs:label "Jan Hendrik Greeve" ;
  a2a:PersonName [
    rdfs:label "Jan Hendrik Greeve" ;
    a2a:PersonNameFirstName "Jan Hendrik" ;
    a2a:PersonNameLastName "Greeve"
  ] .

oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person7
  a a2a:Person ;
  rdfs:label "Joseph Brinkman" ;
  a2a:PersonName [
    rdfs:label "Joseph Brinkman" ;
    a2a:PersonNameFirstName "Joseph" ;
    a2a:PersonNameLastName "Brinkman"
  ] .

oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person8
  a a2a:Person ;
  rdfs:label "Catharina Vermoens" ;
  a2a:PersonName [
    rdfs:label "Catharina Vermoens" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Vermoens"
  ] .

oa:event_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1783" ;
    a2a:Month "12" ;
    a2a:Day "11" ;
    rdfs:label "1783-12-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person1 ;
  a2a:EventKeyRef oa:event_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Event1 .

oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person2 ;
  a2a:EventKeyRef oa:event_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Event1 .

oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person3 ;
  a2a:EventKeyRef oa:event_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Event1 .

oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person4 ;
  a2a:EventKeyRef oa:event_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Event1 .

oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person5 ;
  a2a:EventKeyRef oa:event_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Event1 .

oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person6 ;
  a2a:EventKeyRef oa:event_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Event1 .

oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person7 ;
  a2a:EventKeyRef oa:event_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Event1 .

oa:relationep_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Person8 ;
  a2a:EventKeyRef oa:event_saa_bc139fd8-40c0-9052-5602-e417b53ec74a_Event1 .

oa:source_saa_bc139fd8-40c0-9052-5602-e417b53ec74a
  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 "16758" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 16758"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/a3ae0811-0e75-01ea-185f-3456fa6bafa1.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/a3ae0811-0e75-01ea-185f-3456fa6bafa1.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/5018bb4a-a8a0-50f7-b33b-229bc1fc87d8.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/5018bb4a-a8a0-50f7-b33b-229bc1fc87d8.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/16f70634-f8bf-c00b-5e51-96f6e8654333.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/16f70634-f8bf-c00b-5e51-96f6e8654333.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "4" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/c1450cbf-1526-dac9-155a-83b17504b6e1.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/c1450cbf-1526-dac9-155a-83b17504b6e1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{bc139fd8-40c0-9052-5602-e417b53ec74a}" ;
  a2a:SourceRemarkOpmerking "Notaris: Cornelis Jan Van Teijlingen / Type: Testament / Beschrijving: Weteringdwarsstraat bij de Weteringstraat; Meester beeldhouwer / Boxmeer" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/16758" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

