@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_6d0de9cf-30f9-e02c-2f8f-56f20514ac39
  a a2a:Record ;
  rdfs:label "Registratie op 13 juni 1747 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person1, oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person2, oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person3, oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person4, oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person5, oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person6 ;
  a2a:hasEvent oa:event_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_0, oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_1, oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_2, oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_3, oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_4, oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_5 ;
  a2a:hasSource oa:source_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39 .

oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person1
  a a2a:Person ;
  rdfs:label "Jan Crull" ;
  a2a:PersonName [
    rdfs:label "Jan Crull" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Crull"
  ] .

oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person2
  a a2a:Person ;
  rdfs:label "Coenraad Wemmers" ;
  a2a:PersonName [
    rdfs:label "Coenraad Wemmers" ;
    a2a:PersonNameFirstName "Coenraad" ;
    a2a:PersonNameLastName "Wemmers"
  ] .

oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person3
  a a2a:Person ;
  rdfs:label "Jacob Jans Blom" ;
  a2a:PersonName [
    rdfs:label "Jacob Jans Blom" ;
    a2a:PersonNameFirstName "Jacob Jans" ;
    a2a:PersonNameLastName "Blom"
  ] .

oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person4
  a a2a:Person ;
  rdfs:label "Alida Gezina Crull" ;
  a2a:PersonName [
    rdfs:label "Alida Gezina Crull" ;
    a2a:PersonNameFirstName "Alida Gezina" ;
    a2a:PersonNameLastName "Crull"
  ] .

oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person5
  a a2a:Person ;
  rdfs:label "Hermanus Morré" ;
  a2a:PersonName [
    rdfs:label "Hermanus Morré" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNameLastName "Morré"
  ] .

oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person6
  a a2a:Person ;
  rdfs:label "Herman Jan Crull" ;
  a2a:PersonName [
    rdfs:label "Herman Jan Crull" ;
    a2a:PersonNameFirstName "Herman Jan" ;
    a2a:PersonNameLastName "Crull"
  ] .

oa:event_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1747" ;
    a2a:Month "6" ;
    a2a:Day "13" ;
    rdfs:label "1747-06-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person1 ;
  a2a:EventKeyRef oa:event_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Event1 .

oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person2 ;
  a2a:EventKeyRef oa:event_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Event1 .

oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person3 ;
  a2a:EventKeyRef oa:event_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Event1 .

oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person4 ;
  a2a:EventKeyRef oa:event_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Event1 .

oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person5 ;
  a2a:EventKeyRef oa:event_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Event1 .

oa:relationep_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Person6 ;
  a2a:EventKeyRef oa:event_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39_Event1 .

oa:source_saa_6d0de9cf-30f9-e02c-2f8f-56f20514ac39
  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 "11878" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 11878"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/93d84489-30b1-fa0f-dd3b-de3f02b29df4.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/93d84489-30b1-fa0f-dd3b-de3f02b29df4.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/c594a57c-895f-40bc-69ab-e037243239f6.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/c594a57c-895f-40bc-69ab-e037243239f6.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/384b22f3-1d2c-9de1-0bf3-6b74cd5d292c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/384b22f3-1d2c-9de1-0bf3-6b74cd5d292c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{6d0de9cf-30f9-e02c-2f8f-56f20514ac39}" ;
  a2a:SourceRemarkOpmerking "Notaris: Jan Waarts / Type: Compagnieschap / Beschrijving: schip genaamd De Hoop" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/11878" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

