spotlight-dor-resources 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +23 -0
  3. data/.hound.yml +2 -0
  4. data/.rubocop.yml +8 -0
  5. data/.rubocop_todo.yml +191 -0
  6. data/.travis.yml +17 -0
  7. data/Gemfile +32 -0
  8. data/LICENSE.txt +13 -0
  9. data/README.md +65 -0
  10. data/Rakefile +48 -0
  11. data/app/models/spotlight/resources/dor_resource.rb +17 -0
  12. data/app/models/spotlight/resources/harvestdor.rb +4 -0
  13. data/app/models/spotlight/resources/purl.rb +14 -0
  14. data/app/models/spotlight/resources/searchworks.rb +15 -0
  15. data/lib/spotlight/dor/indexer.rb +160 -0
  16. data/lib/spotlight/dor/resources.rb +16 -0
  17. data/lib/spotlight/dor/resources/engine.rb +13 -0
  18. data/lib/spotlight/dor/resources/version.rb +7 -0
  19. data/solr_conf/conf/schema.xml +346 -0
  20. data/solr_conf/conf/solrconfig.xml +180 -0
  21. data/spec/integration/gdor_integration_spec.rb +30 -0
  22. data/spec/integration/indexer_integration_spec.rb +28 -0
  23. data/spec/models/spotlight/resources/purl_spec.rb +115 -0
  24. data/spec/models/spotlight/resources/searchworks_spec.rb +91 -0
  25. data/spec/spec_helper.rb +60 -0
  26. data/spec/test_app_templates/catalog_controller.rb +96 -0
  27. data/spec/test_app_templates/gdor.yml +9 -0
  28. data/spec/test_app_templates/lib/generators/test_app_generator.rb +40 -0
  29. data/spec/unit/spotlight/dor/indexer_spec.rb +200 -0
  30. data/spec/vcr_cassettes/gdor_indexing_integration_test/should_have_a_doc_id.yml +1201 -0
  31. data/spec/vcr_cassettes/gdor_indexing_integration_test/should_have_exhibit-specific_indexing.yml +1003 -0
  32. data/spec/vcr_cassettes/gdor_indexing_integration_test/should_have_spotlight_data.yml +1003 -0
  33. data/spec/vcr_cassettes/gdor_indexing_integration_test/should_have_the_gdor_data.yml +1003 -0
  34. data/spec/vcr_cassettes/indexer_integration_tests/donor_tags/no_donor_tags_ssim_field_in_solr_doc_when_note_displayLabel_Donor_tags_not_in_MODS.yml +1382 -0
  35. data/spec/vcr_cassettes/indexer_integration_tests/donor_tags/solr_doc_has_donor_tags_ssim_field_when_note_displayLabel_Donor_tags_is_in_MODS.yml +1602 -0
  36. data/spec/vcr_cassettes/indexer_integration_tests/genre/no_genre_ssim_field_when_genre_not_in_MODS.yml +6822 -0
  37. data/spec/vcr_cassettes/indexer_integration_tests/genre/solr_doc_has_genre_ssim_field_when_genre_in_MODS.yml +1390 -0
  38. data/spotlight-dor-resources.gemspec +37 -0
  39. metadata +336 -0
@@ -0,0 +1,60 @@
1
+ ENV["RAILS_ENV"] ||= 'test'
2
+
3
+ require 'factory_girl'
4
+ require 'database_cleaner'
5
+ require 'devise'
6
+ require 'engine_cart'
7
+ require 'vcr'
8
+ EngineCart.load_application!
9
+
10
+ require 'rspec/rails'
11
+ require 'capybara/poltergeist'
12
+ Capybara.javascript_driver = :poltergeist
13
+ Capybara.default_wait_time = 5
14
+
15
+ if ENV["COVERAGE"] or ENV["CI"]
16
+ require 'simplecov'
17
+ require 'coveralls' if ENV["CI"]
18
+
19
+ SimpleCov.formatter = Coveralls::SimpleCov::Formatter if ENV["CI"]
20
+ SimpleCov.start do
21
+ add_filter "/spec/"
22
+ end
23
+ end
24
+
25
+ require 'spotlight'
26
+
27
+
28
+ Dir["./spec/support/**/*.rb"].sort.each {|f| require f}
29
+
30
+ FactoryGirl.definition_file_paths = [File.expand_path("../factories", __FILE__)]
31
+ FactoryGirl.find_definitions
32
+
33
+ VCR.configure do |config|
34
+ config.cassette_library_dir = "spec/vcr_cassettes"
35
+ config.hook_into :webmock
36
+ config.configure_rspec_metadata!
37
+ end
38
+
39
+ RSpec.configure do |config|
40
+ config.use_transactional_fixtures = false
41
+
42
+ config.before :each do
43
+ if Capybara.current_driver == :rack_test
44
+ DatabaseCleaner.strategy = :transaction
45
+ else
46
+ DatabaseCleaner.strategy = :truncation
47
+ end
48
+ DatabaseCleaner.start
49
+ end
50
+
51
+ config.after do
52
+ DatabaseCleaner.clean
53
+ end
54
+
55
+ config.include Devise::TestHelpers, type: :controller
56
+ config.include Devise::TestHelpers, type: :view
57
+ config.include Warden::Test::Helpers, type: :feature
58
+ config.after(:each, type: :feature) { Warden.test_reset! }
59
+ config.include Capybara::DSL
60
+ end
@@ -0,0 +1,96 @@
1
+ # -*- encoding : utf-8 -*-
2
+ require 'blacklight/catalog'
3
+
4
+ class CatalogController < ApplicationController
5
+
6
+ include Blacklight::Catalog
7
+
8
+ configure_blacklight do |config|
9
+ ## Default parameters to send to solr for all search-like requests. See also SolrHelper#solr_search_params
10
+ config.default_solr_params = {
11
+ :qt => 'search',
12
+ :rows => 10,
13
+ :fl => '*'
14
+ }
15
+
16
+ ## Default parameters to send on single-document requests to Solr. These settings are the Blackligt defaults (see SolrHelper#solr_doc_params) or
17
+ ## parameters included in the Blacklight-jetty document requestHandler.
18
+ #
19
+ #config.default_document_solr_params = {
20
+ # :qt => 'document',
21
+ # ## These are hard-coded in the blacklight 'document' requestHandler
22
+ # # :fl => '*',
23
+ # # :rows => 1
24
+ # # :q => '{!raw f=id v=$id}'
25
+ #}
26
+
27
+ # solr field configuration for search results/index views
28
+ config.index.title_field = 'full_title_tesim'
29
+ config.index.display_type_field = 'content_metadata_type_ssm'
30
+ config.index.thumbnail_field = :thumbnail_url_ssm
31
+
32
+ config.show.partials.insert(1, :image)
33
+
34
+ # solr fields that will be treated as facets by the blacklight application
35
+ # The ordering of the field names is the order of the display
36
+ #
37
+ # Setting a limit will trigger Blacklight's 'more' facet values link.
38
+ # * If left unset, then all facet values returned by solr will be displayed.
39
+ # * If set to an integer, then "f.somefield.facet.limit" will be added to
40
+ # solr request, with actual solr request being +1 your configured limit --
41
+ # you configure the number of items you actually want _displayed_ in a page.
42
+ # * If set to 'true', then no additional parameters will be sent to solr,
43
+ # but any 'sniffed' request limit parameters will be used for paging, with
44
+ # paging at requested limit -1. Can sniff from facet.limit or
45
+ # f.specific_field.facet.limit solr request params. This 'true' config
46
+ # can be used if you set limits in :default_solr_params, or as defaults
47
+ # on the solr side in the request handler itself. Request handler defaults
48
+ # sniffing requires solr requests to be made with "echoParams=all", for
49
+ # app code to actually have it echo'd back to see it.
50
+ #
51
+ # :show may be set to false if you don't want the facet to be drawn in the
52
+ # facet bar
53
+ config.add_facet_field 'genre_ssim', :label => 'Genre', :limit => true
54
+ config.add_facet_field 'personal_name_ssm', :label => 'Personal Names', :limit => true
55
+ config.add_facet_field 'corporate_name_ssm', :label => 'Corporate Names', :limit => true
56
+ config.add_facet_field 'subject_geographic_ssim', :label => 'Geographic'
57
+ config.add_facet_field 'subject_temporal_ssim', :label => 'Era'
58
+ config.add_facet_field 'language_ssim', :label => 'Language'
59
+
60
+
61
+ # Have BL send all facet field names to Solr, which has been the default
62
+ # previously. Simply remove these lines if you'd rather use Solr request
63
+ # handler defaults, or have no facets.
64
+ config.add_facet_fields_to_solr_request!
65
+
66
+ # solr fields to be displayed in the index (search results) view
67
+ # The ordering of the field names is the order of the display
68
+ config.add_index_field 'language_ssm', :label => 'Language'
69
+ config.add_index_field 'abstract_tesim', :label => 'Abstract'
70
+ config.add_index_field 'note_mapuse_tesim', :label => 'Type'
71
+ config.add_index_field 'note_source_tesim', :label => 'Source'
72
+ config.add_index_field 'subject_geographic_tesim', :label => 'Geographic Subject'
73
+ config.add_index_field 'subject_temporal_tesim', :label => 'Temporal Subject'
74
+
75
+ # solr fields to be displayed in the show (single result) view
76
+ # The ordering of the field names is the order of the display
77
+ config.add_show_field 'note_phys_desc_tesim', :label => 'Note'
78
+ config.add_show_field 'note_source_tesim', :label => 'Source'
79
+ config.add_show_field 'note_desc_note_tesim', :label => 'Note'
80
+ config.add_show_field 'note_references_tesim', :label => 'References'
81
+ config.add_show_field 'note_provenance_tesim', :label => 'Provenance'
82
+ config.add_show_field 'note_page_num_tesim', :label => 'Page Number'
83
+ config.add_show_field 'subject_geographic_tesim', :label => 'Geographic Subject'
84
+ config.add_show_field 'subject_temporal_tesim', :label => 'Temporal Subject'
85
+ config.add_show_field 'personal_name_ssm', :label => 'Personal Names'
86
+ config.add_show_field 'corporate_name_ssm', :label => 'Corporate Names'
87
+
88
+ config.add_sort_field 'score desc, sort_title_ssi asc', :label => 'Relevance'
89
+ config.add_sort_field 'sort_title_ssi asc', :label => 'Title'
90
+ config.add_sort_field 'sort_type_ssi asc', :label => 'Type'
91
+ config.add_sort_field 'sort_date_dtsi asc', :label => 'Date'
92
+ config.add_sort_field 'sort_source_ssi asc', :label => 'Source'
93
+ config.add_sort_field 'id asc', :label => 'Identifier'
94
+ end
95
+
96
+ end
@@ -0,0 +1,9 @@
1
+ harvestdor:
2
+ # log_dir: directory for log file (default logs, relative to harvestdor gem path)
3
+ log_dir: spec/internal/log/gdor_logs
4
+
5
+ # log_name: name of log file (default: harvestdor.log)
6
+ log_name: gdor.log
7
+
8
+ # purl: url for the DOR purl server (used to get ContentMetadata, etc.)
9
+ purl: https://purl.stanford.edu
@@ -0,0 +1,40 @@
1
+ require 'rails/generators'
2
+
3
+ class TestAppGenerator < Rails::Generators::Base
4
+ source_root "../../spec/test_app_templates"
5
+
6
+ def add_gems
7
+ gem 'blacklight', '~> 5.1'
8
+ gem "blacklight-spotlight"
9
+ Bundler.with_clean_env do
10
+ run "bundle install"
11
+ end
12
+ end
13
+
14
+ def run_blacklight_generator
15
+ say_status("warning", "GENERATING BL", :yellow)
16
+ generate 'blacklight:install', '--devise --jettywrapper'
17
+ end
18
+
19
+ def run_spotlight_migrations
20
+ rake "spotlight:install:migrations"
21
+ rake "db:migrate"
22
+ end
23
+
24
+ def add_spotlight_routes_and_assets
25
+ # spotlight will provide its own catalog controller.. remove blacklight's to
26
+ # avoid getting prompted about file conflicts
27
+ remove_file "app/controllers/catalog_controller.rb"
28
+
29
+ generate 'spotlight:install'
30
+ end
31
+
32
+ def add_catalog_controller
33
+ copy_file "catalog_controller.rb", "app/controllers/catalog_controller.rb", force: true
34
+ end
35
+
36
+ def configure_gdor
37
+ copy_file "gdor.yml", "config/gdor.yml", force: true
38
+ end
39
+
40
+ end
@@ -0,0 +1,200 @@
1
+ require 'spec_helper'
2
+
3
+ describe Spotlight::Dor::Indexer do
4
+ subject { described_class.new }
5
+
6
+ let(:fake_druid) { 'oo000oo0000' }
7
+ let(:r) { Harvestdor::Indexer::Resource.new(double, fake_druid) }
8
+ let(:sdb) { GDor::Indexer::SolrDocBuilder.new(r, Logger.new(StringIO.new)) }
9
+ let(:solr_doc) { {} }
10
+ let(:mods_loc_phys_loc) do
11
+ Nokogiri::XML <<-EOF
12
+ <mods xmlns="#{Mods::MODS_NS}">
13
+ <location>
14
+ <physicalLocation>#{example}</physicalLocation>
15
+ </location>
16
+ </mods>
17
+ EOF
18
+ end
19
+ let(:mods_rel_item_loc_phys_loc) do
20
+ Nokogiri::XML <<-EOF
21
+ <mods xmlns="#{Mods::MODS_NS}">
22
+ <relatedItem>
23
+ <location>
24
+ <physicalLocation>#{example}</physicalLocation>
25
+ </location>
26
+ </relatedItem>
27
+ </mods>
28
+ EOF
29
+ end
30
+
31
+ before do
32
+ # ignore noisy logs
33
+ allow(r).to receive(:harvestdor_client)
34
+ i = Harvestdor::Indexer.new
35
+ i.logger.level = Logger::WARN
36
+ allow(r).to receive(:indexer).and_return i
37
+ end
38
+
39
+ describe '#add_series' do
40
+ # example string as key, expected series name as value
41
+ {
42
+ # feigenbaum
43
+ 'Call Number: SC0340, Accession 2005-101': '2005-101',
44
+ 'Call Number: SC0340, Accession 2005-101, Box : 39, Folder: 9': '2005-101',
45
+ 'Call Number: SC0340, Accession 2005-101, Box: 2, Folder: 3': '2005-101',
46
+ 'Call Number: SC0340, Accession: 1986-052': '1986-052',
47
+ 'Call Number: SC0340, Accession: 1986-052, Box 3 Folder 38': '1986-052',
48
+ 'Call Number: SC0340, Accession: 2005-101, Box : 50, Folder: 31': '2005-101',
49
+ 'Call Number: SC0340, Accession: 1986-052, Box: 5, Folder: 1': '1986-052',
50
+ 'SC0340, Accession 1986-052': '1986-052',
51
+ 'SC0340, Accession 2005-101, Box 18': '2005-101',
52
+ 'Call Number: SC0340, Accession 2005-101, Box: 42A, Folder: 24': '2005-101',
53
+ 'Call Number: SC0340, Accession: 1986-052, Box: 42A, Folder: 59': '1986-052',
54
+ 'SC0340': nil,
55
+ 'SC0340, 1986-052, Box 18': nil,
56
+ 'Stanford University. Libraries. Department of Special Collections and University Archives': nil,
57
+ # shpc (actually in <relatedItem><location><physicalLocation>)
58
+ 'Series Biographical Photographs | Box 42 | Folder Abbot, Nathan': 'Biographical Photographs',
59
+ 'Series General Photographs | Box 42 | Folder Administration building--Outer Quad': 'General Photographs',
60
+ # menuez
61
+ 'MSS Photo 451, Series 1, Box 32, Folder 11, Sleeve 32-11-2, Frame B32-F11-S2-6': '1',
62
+ 'Series 1, Box 10, Folder 8': '1',
63
+ # fuller
64
+ 'Collection: M1090 , Series: 4 , Box: 5 , Folder: 10': '4',
65
+ # hummel (actually in <relatedItem><location><physicalLocation>)
66
+ 'Box 42 | Folder 3': nil,
67
+ 'Flat-box 228 | Volume 1': nil
68
+ }.each do |example, expected|
69
+ describe "for example '#{example}'" do
70
+ let(:example) { example }
71
+ context 'in /location/physicalLocation' do
72
+ before do
73
+ allow(r).to receive(:mods).and_return(mods_loc_phys_loc)
74
+ subject.send(:add_series, sdb, solr_doc)
75
+ end
76
+ it "has the expected series name '#{expected}'" do
77
+ expect(solr_doc['series_ssi']).to eq expected
78
+ end
79
+ end
80
+ context 'in /relatedItem/location/physicalLocation' do
81
+ before do
82
+ allow(r).to receive(:mods).and_return(mods_rel_item_loc_phys_loc)
83
+ subject.send(:add_series, sdb, solr_doc)
84
+ end
85
+ it "has the expected series name '#{expected}'" do
86
+ expect(solr_doc['series_ssi']).to eq expected
87
+ end
88
+ end
89
+ end # for example
90
+ end # each
91
+ end # add_series
92
+
93
+ describe "#add_box" do
94
+ # example string as key, expected box name as value
95
+ {
96
+ # feigenbaum
97
+ 'Call Number: SC0340, Accession 2005-101, Box : 1, Folder: 1': '1',
98
+ 'Call Number: SC0340, Accession 2005-101, Box: 39, Folder: 9': '39',
99
+ 'Call Number: SC0340, Accession: 1986-052, Box 3 Folder 38': '3',
100
+ 'Call Number: SC0340, Accession: 2005-101, Box : 50, Folder: 31': '50',
101
+ 'Call Number: SC0340, Accession: 1986-052, Box: 5, Folder: 1': '5',
102
+ 'SC0340, 1986-052, Box 18': '18',
103
+ 'SC0340, Accession 2005-101, Box 18': '18',
104
+ 'Call Number: SC0340, Accession 2005-101, Box: 42A, Folder: 24': '42A',
105
+ 'Call Number: SC0340, Accession: 1986-052, Box: 42A, Folder: 59': '42A',
106
+ 'Call Number: SC0340, Accession 2005-101': nil,
107
+ 'Call Number: SC0340, Accession: 1986-052': nil,
108
+ 'SC0340': nil,
109
+ 'SC0340, Accession 1986-052': nil,
110
+ 'Stanford University. Libraries. Department of Special Collections and University Archives': nil,
111
+ # shpc (actually in <relatedItem><location><physicalLocation>)
112
+ 'Series Biographical Photographs | Box 42 | Folder Abbot, Nathan': '42',
113
+ 'Series General Photographs | Box 42 | Folder Administration building--Outer Quad': '42',
114
+ # menuez
115
+ 'MSS Photo 451, Series 1, Box 32, Folder 11, Sleeve 32-11-2, Frame B32-F11-S2-6': '32',
116
+ 'Series 1, Box 10, Folder 8': '10',
117
+ # fuller
118
+ 'Collection: M1090 , Series: 1 , Box: 5 , Folder: 42': '5',
119
+ # hummel (actually in <relatedItem><location><physicalLocation>)
120
+ 'Box 42 | Folder 3': '42',
121
+ 'Flat-box 228 | Volume 1': '228'
122
+ }.each do |example, expected|
123
+ describe "for example '#{example}'" do
124
+ let(:example) { example }
125
+ context 'in /location/physicalLocation' do
126
+ before do
127
+ allow(r).to receive(:mods).and_return(mods_loc_phys_loc)
128
+ subject.send(:add_box, sdb, solr_doc)
129
+ end
130
+ it "has the expected box name '#{expected}'" do
131
+ expect(solr_doc['box_ssi']).to eq expected
132
+ end
133
+ end
134
+ context 'in /relatedItem/location/physicalLocation' do
135
+ before do
136
+ allow(r).to receive(:mods).and_return(mods_rel_item_loc_phys_loc)
137
+ subject.send(:add_box, sdb, solr_doc)
138
+ end
139
+ it "has the expected box name '#{expected}'" do
140
+ expect(solr_doc['box_ssi']).to eq expected
141
+ end
142
+ end
143
+ end # for example
144
+ end # each
145
+ end # add_box
146
+
147
+ describe '#add_folder' do
148
+ # example string as key, expected folder name as value
149
+ {
150
+ # feigenbaum
151
+ 'Call Number: SC0340, Accession 2005-101, Box : 1, Folder: 42': '42',
152
+ 'Call Number: SC0340, Accession 2005-101, Box: 2, Folder: 42': '42',
153
+ 'Call Number: SC0340, Accession: 1986-052, Box 3 Folder 42': '42',
154
+ 'Call Number: SC0340, Accession: 2005-101, Box : 4, Folder: 42': '42',
155
+ 'Call Number: SC0340, Accession: 1986-052, Box: 5, Folder: 42': '42',
156
+ 'Call Number: SC0340, Accession 2005-101, Box: 4A, Folder: 42': '42',
157
+ 'Call Number: SC0340, Accession: 1986-052, Box: 5A, Folder: 42': '42',
158
+ 'Call Number: SC0340, Accession 2005-101': nil,
159
+ 'Call Number: SC0340, Accession: 1986-052': nil,
160
+ 'SC0340': nil,
161
+ 'SC0340, 1986-052, Box 18': nil,
162
+ 'SC0340, Accession 2005-101': nil,
163
+ 'SC0340, Accession 2005-101, Box 18': nil,
164
+ 'Stanford University. Libraries. Department of Special Collections and University Archives': nil,
165
+ # menuez
166
+ 'MSS Photo 451, Series 1, Box 32, Folder 42, Sleeve 32-11-2, Frame B32-F11-S2-6': '42',
167
+ 'Series 1, Box 10, Folder 42': '42',
168
+ # fuller
169
+ 'Collection: M1090 , Series: 4 , Box: 5 , Folder: 42': '42',
170
+ # hummel (actually in <relatedItem><location><physicalLocation>)
171
+ 'Box 1 | Folder 42': '42',
172
+ 'Flat-box 228 | Volume 1': nil,
173
+ # shpc (actually in <relatedItem><location><physicalLocation>)
174
+ 'Series Biographical Photographs | Box 1 | Folder Abbot, Nathan': 'Abbot, Nathan',
175
+ 'Series General Photographs | Box 1 | Folder Administration building--Outer Quad': 'Administration building--Outer Quad'
176
+ }.each do |example, expected|
177
+ describe "for example '#{example}'" do
178
+ let(:example) { example }
179
+ context 'in /location/physicalLocation' do
180
+ before do
181
+ allow(r).to receive(:mods).and_return(mods_loc_phys_loc)
182
+ subject.send(:add_folder, sdb, solr_doc)
183
+ end
184
+ it "has the expected folder name '#{expected}'" do
185
+ expect(solr_doc['folder_ssi']).to eq expected
186
+ end
187
+ end
188
+ context 'in /relatedItem/location/physicalLocation' do
189
+ before do
190
+ allow(r).to receive(:mods).and_return(mods_rel_item_loc_phys_loc)
191
+ subject.send(:add_folder, sdb, solr_doc)
192
+ end
193
+ it "has the expected folder name '#{expected}'" do
194
+ expect(solr_doc['folder_ssi']).to eq expected
195
+ end
196
+ end
197
+ end # for example
198
+ end # each
199
+ end # add_folder
200
+ end
@@ -0,0 +1,1201 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://purl.stanford.edu/xf680rd3068.xml
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Date:
22
+ - Thu, 22 Oct 2015 23:20:47 GMT
23
+ Server:
24
+ - Apache/2.2.15 (CentOS)
25
+ Cache-Control:
26
+ - max-age=0, private, must-revalidate
27
+ Etag:
28
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
29
+ X-Frame-Options:
30
+ - SAMEORIGIN
31
+ X-Xss-Protection:
32
+ - 1; mode=block
33
+ X-Content-Type-Options:
34
+ - nosniff
35
+ X-Runtime:
36
+ - '0.008189'
37
+ X-Request-Id:
38
+ - 3886ebbf-a159-4ad1-a7a8-edf8b548de9e
39
+ X-Powered-By:
40
+ - Phusion Passenger 5.0.16
41
+ Last-Modified:
42
+ - Fri, 24 Apr 2015 18:45:21 GMT
43
+ Status:
44
+ - 200 OK
45
+ Transfer-Encoding:
46
+ - chunked
47
+ Content-Type:
48
+ - application/xml; charset=utf-8
49
+ body:
50
+ encoding: UTF-8
51
+ string: |
52
+ <?xml version="1.0" encoding="UTF-8"?>
53
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
54
+ <identityMetadata>
55
+ <sourceId source="sul">MISC_1855</sourceId>
56
+ <objectId>druid:xf680rd3068</objectId>
57
+ <objectCreator>DOR</objectCreator>
58
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
59
+ <objectType>item</objectType>
60
+ <adminPolicy>druid:yg077np2529</adminPolicy>
61
+ <otherId name="catkey">10157160</otherId>
62
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
63
+ <tag>Process : Content Type : Image</tag>
64
+ <tag>Project : Special Collections - Exhibitions</tag>
65
+ <tag>JIRA : PROJQUEUE-85</tag>
66
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
67
+ <tag>DPG : Curator Request : Jordan</tag>
68
+ <tag>Registered By : astrids</tag>
69
+ <tag>Remediated By : 4.14.4</tag>
70
+ </identityMetadata>
71
+ <contentMetadata type="image" objectId="xf680rd3068">
72
+ <resource type="image" sequence="1" id="xf680rd3068_1">
73
+ <label>Image 1</label>
74
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
75
+ <imageData width="1794" height="2627"/>
76
+ </file>
77
+ </resource>
78
+ <resource type="image" sequence="2" id="xf680rd3068_2">
79
+ <label>Image 2</label>
80
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
81
+ <imageData width="1794" height="2627"/>
82
+ </file>
83
+ </resource>
84
+ </contentMetadata>
85
+ <rightsMetadata>
86
+ <access type="discover">
87
+ <machine>
88
+ <world/>
89
+ </machine>
90
+ </access>
91
+ <access type="read">
92
+ <machine>
93
+ <world/>
94
+ </machine>
95
+ </access>
96
+ <use>
97
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
98
+ </use>
99
+ <use>
100
+ <human type="creativeCommons"/>
101
+ <machine type="creativeCommons"/>
102
+ </use>
103
+ </rightsMetadata>
104
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
105
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
106
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
107
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
108
+ </rdf:Description>
109
+ </rdf:RDF>
110
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
111
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
112
+ <dc:date>1200-1299</dc:date>
113
+ <dc:date>13th century</dc:date>
114
+ <dc:language>lat</dc:language>
115
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
116
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
117
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
118
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
119
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
120
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
121
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
122
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
123
+ <dc:coverage>France</dc:coverage>
124
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
125
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
126
+ </oai_dc:dc>
127
+ <ReleaseData/>
128
+ </publicObject>
129
+ http_version:
130
+ recorded_at: Thu, 22 Oct 2015 23:20:47 GMT
131
+ - request:
132
+ method: get
133
+ uri: https://purl.stanford.edu/xf680rd3068.xml
134
+ body:
135
+ encoding: US-ASCII
136
+ string: ''
137
+ headers:
138
+ Accept-Encoding:
139
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
140
+ Accept:
141
+ - "*/*"
142
+ User-Agent:
143
+ - Ruby
144
+ response:
145
+ status:
146
+ code: 200
147
+ message: OK
148
+ headers:
149
+ Date:
150
+ - Thu, 22 Oct 2015 23:20:47 GMT
151
+ Server:
152
+ - Apache/2.2.15 (CentOS)
153
+ Cache-Control:
154
+ - max-age=0, private, must-revalidate
155
+ Etag:
156
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
157
+ X-Frame-Options:
158
+ - SAMEORIGIN
159
+ X-Xss-Protection:
160
+ - 1; mode=block
161
+ X-Content-Type-Options:
162
+ - nosniff
163
+ X-Runtime:
164
+ - '0.005457'
165
+ X-Request-Id:
166
+ - ed77fbb6-ef18-474a-893b-045bc43591e9
167
+ X-Powered-By:
168
+ - Phusion Passenger 5.0.16
169
+ Last-Modified:
170
+ - Fri, 24 Apr 2015 18:45:21 GMT
171
+ Status:
172
+ - 200 OK
173
+ Transfer-Encoding:
174
+ - chunked
175
+ Content-Type:
176
+ - application/xml; charset=utf-8
177
+ body:
178
+ encoding: UTF-8
179
+ string: |
180
+ <?xml version="1.0" encoding="UTF-8"?>
181
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
182
+ <identityMetadata>
183
+ <sourceId source="sul">MISC_1855</sourceId>
184
+ <objectId>druid:xf680rd3068</objectId>
185
+ <objectCreator>DOR</objectCreator>
186
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
187
+ <objectType>item</objectType>
188
+ <adminPolicy>druid:yg077np2529</adminPolicy>
189
+ <otherId name="catkey">10157160</otherId>
190
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
191
+ <tag>Process : Content Type : Image</tag>
192
+ <tag>Project : Special Collections - Exhibitions</tag>
193
+ <tag>JIRA : PROJQUEUE-85</tag>
194
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
195
+ <tag>DPG : Curator Request : Jordan</tag>
196
+ <tag>Registered By : astrids</tag>
197
+ <tag>Remediated By : 4.14.4</tag>
198
+ </identityMetadata>
199
+ <contentMetadata type="image" objectId="xf680rd3068">
200
+ <resource type="image" sequence="1" id="xf680rd3068_1">
201
+ <label>Image 1</label>
202
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
203
+ <imageData width="1794" height="2627"/>
204
+ </file>
205
+ </resource>
206
+ <resource type="image" sequence="2" id="xf680rd3068_2">
207
+ <label>Image 2</label>
208
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
209
+ <imageData width="1794" height="2627"/>
210
+ </file>
211
+ </resource>
212
+ </contentMetadata>
213
+ <rightsMetadata>
214
+ <access type="discover">
215
+ <machine>
216
+ <world/>
217
+ </machine>
218
+ </access>
219
+ <access type="read">
220
+ <machine>
221
+ <world/>
222
+ </machine>
223
+ </access>
224
+ <use>
225
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
226
+ </use>
227
+ <use>
228
+ <human type="creativeCommons"/>
229
+ <machine type="creativeCommons"/>
230
+ </use>
231
+ </rightsMetadata>
232
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
233
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
234
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
235
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
236
+ </rdf:Description>
237
+ </rdf:RDF>
238
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
239
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
240
+ <dc:date>1200-1299</dc:date>
241
+ <dc:date>13th century</dc:date>
242
+ <dc:language>lat</dc:language>
243
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
244
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
245
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
246
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
247
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
248
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
249
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
250
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
251
+ <dc:coverage>France</dc:coverage>
252
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
253
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
254
+ </oai_dc:dc>
255
+ <ReleaseData/>
256
+ </publicObject>
257
+ http_version:
258
+ recorded_at: Thu, 22 Oct 2015 23:20:47 GMT
259
+ - request:
260
+ method: get
261
+ uri: https://purl.stanford.edu/xf680rd3068.xml
262
+ body:
263
+ encoding: US-ASCII
264
+ string: ''
265
+ headers:
266
+ Accept-Encoding:
267
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
268
+ Accept:
269
+ - "*/*"
270
+ User-Agent:
271
+ - Ruby
272
+ response:
273
+ status:
274
+ code: 200
275
+ message: OK
276
+ headers:
277
+ Date:
278
+ - Thu, 22 Oct 2015 23:20:47 GMT
279
+ Server:
280
+ - Apache/2.2.15 (CentOS)
281
+ Cache-Control:
282
+ - max-age=0, private, must-revalidate
283
+ Etag:
284
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
285
+ X-Frame-Options:
286
+ - SAMEORIGIN
287
+ X-Xss-Protection:
288
+ - 1; mode=block
289
+ X-Content-Type-Options:
290
+ - nosniff
291
+ X-Runtime:
292
+ - '0.005407'
293
+ X-Request-Id:
294
+ - bc44490a-101c-4247-876f-b80df53fb5d7
295
+ X-Powered-By:
296
+ - Phusion Passenger 5.0.16
297
+ Last-Modified:
298
+ - Fri, 24 Apr 2015 18:45:21 GMT
299
+ Status:
300
+ - 200 OK
301
+ Transfer-Encoding:
302
+ - chunked
303
+ Content-Type:
304
+ - application/xml; charset=utf-8
305
+ body:
306
+ encoding: UTF-8
307
+ string: |
308
+ <?xml version="1.0" encoding="UTF-8"?>
309
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
310
+ <identityMetadata>
311
+ <sourceId source="sul">MISC_1855</sourceId>
312
+ <objectId>druid:xf680rd3068</objectId>
313
+ <objectCreator>DOR</objectCreator>
314
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
315
+ <objectType>item</objectType>
316
+ <adminPolicy>druid:yg077np2529</adminPolicy>
317
+ <otherId name="catkey">10157160</otherId>
318
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
319
+ <tag>Process : Content Type : Image</tag>
320
+ <tag>Project : Special Collections - Exhibitions</tag>
321
+ <tag>JIRA : PROJQUEUE-85</tag>
322
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
323
+ <tag>DPG : Curator Request : Jordan</tag>
324
+ <tag>Registered By : astrids</tag>
325
+ <tag>Remediated By : 4.14.4</tag>
326
+ </identityMetadata>
327
+ <contentMetadata type="image" objectId="xf680rd3068">
328
+ <resource type="image" sequence="1" id="xf680rd3068_1">
329
+ <label>Image 1</label>
330
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
331
+ <imageData width="1794" height="2627"/>
332
+ </file>
333
+ </resource>
334
+ <resource type="image" sequence="2" id="xf680rd3068_2">
335
+ <label>Image 2</label>
336
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
337
+ <imageData width="1794" height="2627"/>
338
+ </file>
339
+ </resource>
340
+ </contentMetadata>
341
+ <rightsMetadata>
342
+ <access type="discover">
343
+ <machine>
344
+ <world/>
345
+ </machine>
346
+ </access>
347
+ <access type="read">
348
+ <machine>
349
+ <world/>
350
+ </machine>
351
+ </access>
352
+ <use>
353
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
354
+ </use>
355
+ <use>
356
+ <human type="creativeCommons"/>
357
+ <machine type="creativeCommons"/>
358
+ </use>
359
+ </rightsMetadata>
360
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
361
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
362
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
363
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
364
+ </rdf:Description>
365
+ </rdf:RDF>
366
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
367
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
368
+ <dc:date>1200-1299</dc:date>
369
+ <dc:date>13th century</dc:date>
370
+ <dc:language>lat</dc:language>
371
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
372
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
373
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
374
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
375
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
376
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
377
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
378
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
379
+ <dc:coverage>France</dc:coverage>
380
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
381
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
382
+ </oai_dc:dc>
383
+ <ReleaseData/>
384
+ </publicObject>
385
+ http_version:
386
+ recorded_at: Thu, 22 Oct 2015 23:20:47 GMT
387
+ - request:
388
+ method: get
389
+ uri: https://purl.stanford.edu/xf680rd3068.xml
390
+ body:
391
+ encoding: US-ASCII
392
+ string: ''
393
+ headers:
394
+ Accept-Encoding:
395
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
396
+ Accept:
397
+ - "*/*"
398
+ User-Agent:
399
+ - Ruby
400
+ response:
401
+ status:
402
+ code: 200
403
+ message: OK
404
+ headers:
405
+ Date:
406
+ - Thu, 22 Oct 2015 23:20:47 GMT
407
+ Server:
408
+ - Apache/2.2.15 (CentOS)
409
+ Cache-Control:
410
+ - max-age=0, private, must-revalidate
411
+ Etag:
412
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
413
+ X-Frame-Options:
414
+ - SAMEORIGIN
415
+ X-Xss-Protection:
416
+ - 1; mode=block
417
+ X-Content-Type-Options:
418
+ - nosniff
419
+ X-Runtime:
420
+ - '0.008518'
421
+ X-Request-Id:
422
+ - 95c37214-324b-49c0-b8e7-d109a7435b33
423
+ X-Powered-By:
424
+ - Phusion Passenger 5.0.16
425
+ Last-Modified:
426
+ - Fri, 24 Apr 2015 18:45:21 GMT
427
+ Status:
428
+ - 200 OK
429
+ Transfer-Encoding:
430
+ - chunked
431
+ Content-Type:
432
+ - application/xml; charset=utf-8
433
+ body:
434
+ encoding: UTF-8
435
+ string: |
436
+ <?xml version="1.0" encoding="UTF-8"?>
437
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
438
+ <identityMetadata>
439
+ <sourceId source="sul">MISC_1855</sourceId>
440
+ <objectId>druid:xf680rd3068</objectId>
441
+ <objectCreator>DOR</objectCreator>
442
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
443
+ <objectType>item</objectType>
444
+ <adminPolicy>druid:yg077np2529</adminPolicy>
445
+ <otherId name="catkey">10157160</otherId>
446
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
447
+ <tag>Process : Content Type : Image</tag>
448
+ <tag>Project : Special Collections - Exhibitions</tag>
449
+ <tag>JIRA : PROJQUEUE-85</tag>
450
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
451
+ <tag>DPG : Curator Request : Jordan</tag>
452
+ <tag>Registered By : astrids</tag>
453
+ <tag>Remediated By : 4.14.4</tag>
454
+ </identityMetadata>
455
+ <contentMetadata type="image" objectId="xf680rd3068">
456
+ <resource type="image" sequence="1" id="xf680rd3068_1">
457
+ <label>Image 1</label>
458
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
459
+ <imageData width="1794" height="2627"/>
460
+ </file>
461
+ </resource>
462
+ <resource type="image" sequence="2" id="xf680rd3068_2">
463
+ <label>Image 2</label>
464
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
465
+ <imageData width="1794" height="2627"/>
466
+ </file>
467
+ </resource>
468
+ </contentMetadata>
469
+ <rightsMetadata>
470
+ <access type="discover">
471
+ <machine>
472
+ <world/>
473
+ </machine>
474
+ </access>
475
+ <access type="read">
476
+ <machine>
477
+ <world/>
478
+ </machine>
479
+ </access>
480
+ <use>
481
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
482
+ </use>
483
+ <use>
484
+ <human type="creativeCommons"/>
485
+ <machine type="creativeCommons"/>
486
+ </use>
487
+ </rightsMetadata>
488
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
489
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
490
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
491
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
492
+ </rdf:Description>
493
+ </rdf:RDF>
494
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
495
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
496
+ <dc:date>1200-1299</dc:date>
497
+ <dc:date>13th century</dc:date>
498
+ <dc:language>lat</dc:language>
499
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
500
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
501
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
502
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
503
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
504
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
505
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
506
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
507
+ <dc:coverage>France</dc:coverage>
508
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
509
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
510
+ </oai_dc:dc>
511
+ <ReleaseData/>
512
+ </publicObject>
513
+ http_version:
514
+ recorded_at: Thu, 22 Oct 2015 23:20:48 GMT
515
+ - request:
516
+ method: get
517
+ uri: https://purl.stanford.edu/xf680rd3068.xml
518
+ body:
519
+ encoding: US-ASCII
520
+ string: ''
521
+ headers:
522
+ Accept-Encoding:
523
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
524
+ Accept:
525
+ - "*/*"
526
+ User-Agent:
527
+ - Ruby
528
+ response:
529
+ status:
530
+ code: 200
531
+ message: OK
532
+ headers:
533
+ Date:
534
+ - Thu, 22 Oct 2015 23:20:48 GMT
535
+ Server:
536
+ - Apache/2.2.15 (CentOS)
537
+ Cache-Control:
538
+ - max-age=0, private, must-revalidate
539
+ Etag:
540
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
541
+ X-Frame-Options:
542
+ - SAMEORIGIN
543
+ X-Xss-Protection:
544
+ - 1; mode=block
545
+ X-Content-Type-Options:
546
+ - nosniff
547
+ X-Runtime:
548
+ - '0.012228'
549
+ X-Request-Id:
550
+ - f4b1f4ba-fca5-4ea5-b29d-81193bca64f3
551
+ X-Powered-By:
552
+ - Phusion Passenger 5.0.16
553
+ Last-Modified:
554
+ - Fri, 24 Apr 2015 18:45:21 GMT
555
+ Status:
556
+ - 200 OK
557
+ Transfer-Encoding:
558
+ - chunked
559
+ Content-Type:
560
+ - application/xml; charset=utf-8
561
+ body:
562
+ encoding: UTF-8
563
+ string: |
564
+ <?xml version="1.0" encoding="UTF-8"?>
565
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
566
+ <identityMetadata>
567
+ <sourceId source="sul">MISC_1855</sourceId>
568
+ <objectId>druid:xf680rd3068</objectId>
569
+ <objectCreator>DOR</objectCreator>
570
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
571
+ <objectType>item</objectType>
572
+ <adminPolicy>druid:yg077np2529</adminPolicy>
573
+ <otherId name="catkey">10157160</otherId>
574
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
575
+ <tag>Process : Content Type : Image</tag>
576
+ <tag>Project : Special Collections - Exhibitions</tag>
577
+ <tag>JIRA : PROJQUEUE-85</tag>
578
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
579
+ <tag>DPG : Curator Request : Jordan</tag>
580
+ <tag>Registered By : astrids</tag>
581
+ <tag>Remediated By : 4.14.4</tag>
582
+ </identityMetadata>
583
+ <contentMetadata type="image" objectId="xf680rd3068">
584
+ <resource type="image" sequence="1" id="xf680rd3068_1">
585
+ <label>Image 1</label>
586
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
587
+ <imageData width="1794" height="2627"/>
588
+ </file>
589
+ </resource>
590
+ <resource type="image" sequence="2" id="xf680rd3068_2">
591
+ <label>Image 2</label>
592
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
593
+ <imageData width="1794" height="2627"/>
594
+ </file>
595
+ </resource>
596
+ </contentMetadata>
597
+ <rightsMetadata>
598
+ <access type="discover">
599
+ <machine>
600
+ <world/>
601
+ </machine>
602
+ </access>
603
+ <access type="read">
604
+ <machine>
605
+ <world/>
606
+ </machine>
607
+ </access>
608
+ <use>
609
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
610
+ </use>
611
+ <use>
612
+ <human type="creativeCommons"/>
613
+ <machine type="creativeCommons"/>
614
+ </use>
615
+ </rightsMetadata>
616
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
617
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
618
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
619
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
620
+ </rdf:Description>
621
+ </rdf:RDF>
622
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
623
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
624
+ <dc:date>1200-1299</dc:date>
625
+ <dc:date>13th century</dc:date>
626
+ <dc:language>lat</dc:language>
627
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
628
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
629
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
630
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
631
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
632
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
633
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
634
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
635
+ <dc:coverage>France</dc:coverage>
636
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
637
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
638
+ </oai_dc:dc>
639
+ <ReleaseData/>
640
+ </publicObject>
641
+ http_version:
642
+ recorded_at: Thu, 22 Oct 2015 23:20:48 GMT
643
+ - request:
644
+ method: get
645
+ uri: https://purl.stanford.edu/xf680rd3068.xml
646
+ body:
647
+ encoding: US-ASCII
648
+ string: ''
649
+ headers:
650
+ Accept-Encoding:
651
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
652
+ Accept:
653
+ - "*/*"
654
+ User-Agent:
655
+ - Ruby
656
+ response:
657
+ status:
658
+ code: 200
659
+ message: OK
660
+ headers:
661
+ Date:
662
+ - Thu, 22 Oct 2015 23:20:48 GMT
663
+ Server:
664
+ - Apache/2.2.15 (CentOS)
665
+ Cache-Control:
666
+ - max-age=0, private, must-revalidate
667
+ Etag:
668
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
669
+ X-Frame-Options:
670
+ - SAMEORIGIN
671
+ X-Xss-Protection:
672
+ - 1; mode=block
673
+ X-Content-Type-Options:
674
+ - nosniff
675
+ X-Runtime:
676
+ - '0.008612'
677
+ X-Request-Id:
678
+ - bb99b643-39c7-4130-a2e9-d116d55ccb36
679
+ X-Powered-By:
680
+ - Phusion Passenger 5.0.16
681
+ Last-Modified:
682
+ - Fri, 24 Apr 2015 18:45:21 GMT
683
+ Status:
684
+ - 200 OK
685
+ Transfer-Encoding:
686
+ - chunked
687
+ Content-Type:
688
+ - application/xml; charset=utf-8
689
+ body:
690
+ encoding: UTF-8
691
+ string: |
692
+ <?xml version="1.0" encoding="UTF-8"?>
693
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
694
+ <identityMetadata>
695
+ <sourceId source="sul">MISC_1855</sourceId>
696
+ <objectId>druid:xf680rd3068</objectId>
697
+ <objectCreator>DOR</objectCreator>
698
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
699
+ <objectType>item</objectType>
700
+ <adminPolicy>druid:yg077np2529</adminPolicy>
701
+ <otherId name="catkey">10157160</otherId>
702
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
703
+ <tag>Process : Content Type : Image</tag>
704
+ <tag>Project : Special Collections - Exhibitions</tag>
705
+ <tag>JIRA : PROJQUEUE-85</tag>
706
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
707
+ <tag>DPG : Curator Request : Jordan</tag>
708
+ <tag>Registered By : astrids</tag>
709
+ <tag>Remediated By : 4.14.4</tag>
710
+ </identityMetadata>
711
+ <contentMetadata type="image" objectId="xf680rd3068">
712
+ <resource type="image" sequence="1" id="xf680rd3068_1">
713
+ <label>Image 1</label>
714
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
715
+ <imageData width="1794" height="2627"/>
716
+ </file>
717
+ </resource>
718
+ <resource type="image" sequence="2" id="xf680rd3068_2">
719
+ <label>Image 2</label>
720
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
721
+ <imageData width="1794" height="2627"/>
722
+ </file>
723
+ </resource>
724
+ </contentMetadata>
725
+ <rightsMetadata>
726
+ <access type="discover">
727
+ <machine>
728
+ <world/>
729
+ </machine>
730
+ </access>
731
+ <access type="read">
732
+ <machine>
733
+ <world/>
734
+ </machine>
735
+ </access>
736
+ <use>
737
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
738
+ </use>
739
+ <use>
740
+ <human type="creativeCommons"/>
741
+ <machine type="creativeCommons"/>
742
+ </use>
743
+ </rightsMetadata>
744
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
745
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
746
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
747
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
748
+ </rdf:Description>
749
+ </rdf:RDF>
750
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
751
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
752
+ <dc:date>1200-1299</dc:date>
753
+ <dc:date>13th century</dc:date>
754
+ <dc:language>lat</dc:language>
755
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
756
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
757
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
758
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
759
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
760
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
761
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
762
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
763
+ <dc:coverage>France</dc:coverage>
764
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
765
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
766
+ </oai_dc:dc>
767
+ <ReleaseData/>
768
+ </publicObject>
769
+ http_version:
770
+ recorded_at: Thu, 22 Oct 2015 23:20:48 GMT
771
+ - request:
772
+ method: get
773
+ uri: https://purl.stanford.edu/xf680rd3068.mods
774
+ body:
775
+ encoding: US-ASCII
776
+ string: ''
777
+ headers:
778
+ Accept-Encoding:
779
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
780
+ Accept:
781
+ - "*/*"
782
+ User-Agent:
783
+ - Ruby
784
+ response:
785
+ status:
786
+ code: 200
787
+ message: OK
788
+ headers:
789
+ Date:
790
+ - Thu, 22 Oct 2015 23:20:48 GMT
791
+ Server:
792
+ - Apache/2.2.15 (CentOS)
793
+ Cache-Control:
794
+ - max-age=0, private, must-revalidate
795
+ Etag:
796
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
797
+ X-Frame-Options:
798
+ - SAMEORIGIN
799
+ X-Xss-Protection:
800
+ - 1; mode=block
801
+ X-Content-Type-Options:
802
+ - nosniff
803
+ X-Runtime:
804
+ - '0.013649'
805
+ X-Request-Id:
806
+ - 4f90d1f9-0736-49a5-8cb5-a12dafe045c4
807
+ X-Powered-By:
808
+ - Phusion Passenger 5.0.16
809
+ Last-Modified:
810
+ - Fri, 24 Apr 2015 18:45:21 GMT
811
+ Status:
812
+ - 200 OK
813
+ Transfer-Encoding:
814
+ - chunked
815
+ Content-Type:
816
+ - application/xml; charset=utf-8
817
+ body:
818
+ encoding: UTF-8
819
+ string: |
820
+ <?xml version="1.0" encoding="UTF-8"?>
821
+ <mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.4" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd">
822
+ <titleInfo>
823
+ <title>Latin glossary : small manuscript fragment on vellum</title>
824
+ </titleInfo>
825
+ <typeOfResource manuscript="yes">mixed material</typeOfResource>
826
+ <originInfo>
827
+ <place>
828
+ <placeTerm type="code" authority="marccountry">fr</placeTerm>
829
+ </place>
830
+ <place>
831
+ <placeTerm type="text">France?</placeTerm>
832
+ </place>
833
+ <dateCreated>13th century</dateCreated>
834
+ <dateIssued encoding="marc" point="start" qualifier="questionable">1200</dateIssued>
835
+ <dateIssued encoding="marc" point="end" qualifier="questionable">1299</dateIssued>
836
+ <issuance>monographic</issuance>
837
+ </originInfo>
838
+ <language>
839
+ <languageTerm authority="iso639-2b" type="code">lat</languageTerm>
840
+ </language>
841
+ <physicalDescription>
842
+ <extent>1 fragment, 96 x 151 mm.</extent>
843
+ </physicalDescription>
844
+ <abstract>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</abstract>
845
+ <note type="statement of responsibility" altRepGroup="00"/>
846
+ <note>Lower portion of vellum leaf, removed from a binding.</note>
847
+ <note>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</note>
848
+ <note type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</note>
849
+ <note type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</note>
850
+ <subject authority="lcsh">
851
+ <topic>Manuscripts, Latin (Medieval and modern)</topic>
852
+ <geographic>France</geographic>
853
+ </subject>
854
+ <location>
855
+ <physicalLocation>Department of Special Collections, Stanford University Libraries, Stanford, CA 94305</physicalLocation>
856
+ </location>
857
+ <recordInfo>
858
+ <descriptionStandard>dacs</descriptionStandard>
859
+ <recordContentSource authority="marcorg">CSt</recordContentSource>
860
+ <recordCreationDate encoding="marc">130524</recordCreationDate>
861
+ <recordIdentifier>a10157160</recordIdentifier>
862
+ <recordOrigin>Converted from MARCXML to MODS version 3.4 using MARC21slim2MODS3-4_SDR.xsl (Version 1.2.5 2013/08/11)</recordOrigin>
863
+ </recordInfo>
864
+ <relatedItem type="host">
865
+ <titleInfo>
866
+ <title>Stanford University Libraries Special Collections, Manuscripts Division</title>
867
+ </titleInfo>
868
+ <identifier type="uri">http://purl.stanford.edu/sk373nx0013</identifier>
869
+ <typeOfResource collection="yes"/>
870
+ </relatedItem>
871
+ <accessCondition type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</accessCondition>
872
+ </mods>
873
+ http_version:
874
+ recorded_at: Thu, 22 Oct 2015 23:20:48 GMT
875
+ - request:
876
+ method: get
877
+ uri: https://purl.stanford.edu/xf680rd3068.xml
878
+ body:
879
+ encoding: US-ASCII
880
+ string: ''
881
+ headers:
882
+ Accept-Encoding:
883
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
884
+ Accept:
885
+ - "*/*"
886
+ User-Agent:
887
+ - Ruby
888
+ response:
889
+ status:
890
+ code: 200
891
+ message: OK
892
+ headers:
893
+ Date:
894
+ - Thu, 22 Oct 2015 23:20:48 GMT
895
+ Server:
896
+ - Apache/2.2.15 (CentOS)
897
+ Cache-Control:
898
+ - max-age=0, private, must-revalidate
899
+ Etag:
900
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
901
+ X-Frame-Options:
902
+ - SAMEORIGIN
903
+ X-Xss-Protection:
904
+ - 1; mode=block
905
+ X-Content-Type-Options:
906
+ - nosniff
907
+ X-Runtime:
908
+ - '0.007393'
909
+ X-Request-Id:
910
+ - e47efe44-0b4c-4809-bc60-6812a52cba2d
911
+ X-Powered-By:
912
+ - Phusion Passenger 5.0.16
913
+ Last-Modified:
914
+ - Fri, 24 Apr 2015 18:45:21 GMT
915
+ Status:
916
+ - 200 OK
917
+ Transfer-Encoding:
918
+ - chunked
919
+ Content-Type:
920
+ - application/xml; charset=utf-8
921
+ body:
922
+ encoding: UTF-8
923
+ string: |
924
+ <?xml version="1.0" encoding="UTF-8"?>
925
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
926
+ <identityMetadata>
927
+ <sourceId source="sul">MISC_1855</sourceId>
928
+ <objectId>druid:xf680rd3068</objectId>
929
+ <objectCreator>DOR</objectCreator>
930
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
931
+ <objectType>item</objectType>
932
+ <adminPolicy>druid:yg077np2529</adminPolicy>
933
+ <otherId name="catkey">10157160</otherId>
934
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
935
+ <tag>Process : Content Type : Image</tag>
936
+ <tag>Project : Special Collections - Exhibitions</tag>
937
+ <tag>JIRA : PROJQUEUE-85</tag>
938
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
939
+ <tag>DPG : Curator Request : Jordan</tag>
940
+ <tag>Registered By : astrids</tag>
941
+ <tag>Remediated By : 4.14.4</tag>
942
+ </identityMetadata>
943
+ <contentMetadata type="image" objectId="xf680rd3068">
944
+ <resource type="image" sequence="1" id="xf680rd3068_1">
945
+ <label>Image 1</label>
946
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
947
+ <imageData width="1794" height="2627"/>
948
+ </file>
949
+ </resource>
950
+ <resource type="image" sequence="2" id="xf680rd3068_2">
951
+ <label>Image 2</label>
952
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
953
+ <imageData width="1794" height="2627"/>
954
+ </file>
955
+ </resource>
956
+ </contentMetadata>
957
+ <rightsMetadata>
958
+ <access type="discover">
959
+ <machine>
960
+ <world/>
961
+ </machine>
962
+ </access>
963
+ <access type="read">
964
+ <machine>
965
+ <world/>
966
+ </machine>
967
+ </access>
968
+ <use>
969
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
970
+ </use>
971
+ <use>
972
+ <human type="creativeCommons"/>
973
+ <machine type="creativeCommons"/>
974
+ </use>
975
+ </rightsMetadata>
976
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
977
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
978
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
979
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
980
+ </rdf:Description>
981
+ </rdf:RDF>
982
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
983
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
984
+ <dc:date>1200-1299</dc:date>
985
+ <dc:date>13th century</dc:date>
986
+ <dc:language>lat</dc:language>
987
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
988
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
989
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
990
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
991
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
992
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
993
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
994
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
995
+ <dc:coverage>France</dc:coverage>
996
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
997
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
998
+ </oai_dc:dc>
999
+ <ReleaseData/>
1000
+ </publicObject>
1001
+ http_version:
1002
+ recorded_at: Thu, 22 Oct 2015 23:20:48 GMT
1003
+ - request:
1004
+ method: get
1005
+ uri: https://purl.stanford.edu/sk373nx0013.xml
1006
+ body:
1007
+ encoding: US-ASCII
1008
+ string: ''
1009
+ headers:
1010
+ Accept-Encoding:
1011
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1012
+ Accept:
1013
+ - "*/*"
1014
+ User-Agent:
1015
+ - Ruby
1016
+ response:
1017
+ status:
1018
+ code: 200
1019
+ message: OK
1020
+ headers:
1021
+ Date:
1022
+ - Thu, 22 Oct 2015 23:20:48 GMT
1023
+ Server:
1024
+ - Apache/2.2.15 (CentOS)
1025
+ Cache-Control:
1026
+ - max-age=0, private, must-revalidate
1027
+ Etag:
1028
+ - '"9684345167c2ea1d602d52ba03c6c542"'
1029
+ X-Frame-Options:
1030
+ - SAMEORIGIN
1031
+ X-Xss-Protection:
1032
+ - 1; mode=block
1033
+ X-Content-Type-Options:
1034
+ - nosniff
1035
+ X-Runtime:
1036
+ - '0.022511'
1037
+ X-Request-Id:
1038
+ - 8730beb0-103b-4677-99ab-12f0fc2dbb82
1039
+ X-Powered-By:
1040
+ - Phusion Passenger 5.0.16
1041
+ Last-Modified:
1042
+ - Fri, 24 Apr 2015 18:41:27 GMT
1043
+ Status:
1044
+ - 200 OK
1045
+ Transfer-Encoding:
1046
+ - chunked
1047
+ Content-Type:
1048
+ - application/xml; charset=utf-8
1049
+ body:
1050
+ encoding: UTF-8
1051
+ string: |
1052
+ <?xml version="1.0" encoding="UTF-8"?>
1053
+ <publicObject id="druid:sk373nx0013" published="2015-04-24T11:41:25-07:00">
1054
+ <identityMetadata>
1055
+ <objectLabel>Stanford University Libraries Special Collections, Manuscripts Division</objectLabel>
1056
+ <adminPolicy>druid:yg077np2529</adminPolicy>
1057
+ <objectType>collection</objectType>
1058
+ <objectType>set</objectType>
1059
+ <otherId name="uuid">e705512e-6e1a-11e1-aeb1-022c4a818c40</otherId>
1060
+ <objectId>druid:sk373nx0013</objectId>
1061
+ <objectCreator>DOR</objectCreator>
1062
+ <agreementId>druid:xf765cv5573</agreementId>
1063
+ <tag>Remediated By : 4.14.4</tag>
1064
+ </identityMetadata>
1065
+ <xml/>
1066
+ <rightsMetadata>
1067
+ <access type="discover">
1068
+ <machine>
1069
+ <world/>
1070
+ </machine>
1071
+ </access>
1072
+ <access type="read">
1073
+ <machine>
1074
+ <world/>
1075
+ </machine>
1076
+ </access>
1077
+ <use>
1078
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
1079
+ </use>
1080
+ <use>
1081
+ <human type="creativeCommons"/>
1082
+ <machine type="creativeCommons"/>
1083
+ </use>
1084
+ </rightsMetadata>
1085
+ <rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
1086
+ <rdf:Description rdf:about="info:fedora/druid:sk373nx0013">
1087
+ </rdf:Description>
1088
+ </rdf:RDF>
1089
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
1090
+ <dc:title>Stanford University Libraries Special Collections, Manuscripts Division</dc:title>
1091
+ <dc:description>The Manuscripts Division of the Department of Special Collections at Stanford University Library exists to arrange, describe, preserve, and make available documents of enduring historic value, both as intellectual items and as historical artifacts, to support the research needs of the undergraduates, graduate students, faculty and other scholars at Stanford University and beyond.</dc:description>
1092
+ <dc:creator>Stanford University Libraries, Stanford Digital Repository</dc:creator>
1093
+ <dc:type>Collection</dc:type>
1094
+ <dc:date>2012</dc:date>
1095
+ <dc:publisher>Stanford University Libraries and Academic Information Resources</dc:publisher>
1096
+ <dc:language>eng</dc:language>
1097
+ </oai_dc:dc>
1098
+ <ReleaseData/>
1099
+ </publicObject>
1100
+ http_version:
1101
+ recorded_at: Thu, 22 Oct 2015 23:20:48 GMT
1102
+ - request:
1103
+ method: get
1104
+ uri: https://purl.stanford.edu/sk373nx0013.xml
1105
+ body:
1106
+ encoding: US-ASCII
1107
+ string: ''
1108
+ headers:
1109
+ Accept-Encoding:
1110
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1111
+ Accept:
1112
+ - "*/*"
1113
+ User-Agent:
1114
+ - Ruby
1115
+ response:
1116
+ status:
1117
+ code: 200
1118
+ message: OK
1119
+ headers:
1120
+ Date:
1121
+ - Thu, 22 Oct 2015 23:20:48 GMT
1122
+ Server:
1123
+ - Apache/2.2.15 (CentOS)
1124
+ Cache-Control:
1125
+ - max-age=0, private, must-revalidate
1126
+ Etag:
1127
+ - '"9684345167c2ea1d602d52ba03c6c542"'
1128
+ X-Frame-Options:
1129
+ - SAMEORIGIN
1130
+ X-Xss-Protection:
1131
+ - 1; mode=block
1132
+ X-Content-Type-Options:
1133
+ - nosniff
1134
+ X-Runtime:
1135
+ - '0.009746'
1136
+ X-Request-Id:
1137
+ - 46031b73-4e51-4b3e-b9b2-a92e98b3b2ba
1138
+ X-Powered-By:
1139
+ - Phusion Passenger 5.0.16
1140
+ Last-Modified:
1141
+ - Fri, 24 Apr 2015 18:41:27 GMT
1142
+ Status:
1143
+ - 200 OK
1144
+ Transfer-Encoding:
1145
+ - chunked
1146
+ Content-Type:
1147
+ - application/xml; charset=utf-8
1148
+ body:
1149
+ encoding: UTF-8
1150
+ string: |
1151
+ <?xml version="1.0" encoding="UTF-8"?>
1152
+ <publicObject id="druid:sk373nx0013" published="2015-04-24T11:41:25-07:00">
1153
+ <identityMetadata>
1154
+ <objectLabel>Stanford University Libraries Special Collections, Manuscripts Division</objectLabel>
1155
+ <adminPolicy>druid:yg077np2529</adminPolicy>
1156
+ <objectType>collection</objectType>
1157
+ <objectType>set</objectType>
1158
+ <otherId name="uuid">e705512e-6e1a-11e1-aeb1-022c4a818c40</otherId>
1159
+ <objectId>druid:sk373nx0013</objectId>
1160
+ <objectCreator>DOR</objectCreator>
1161
+ <agreementId>druid:xf765cv5573</agreementId>
1162
+ <tag>Remediated By : 4.14.4</tag>
1163
+ </identityMetadata>
1164
+ <xml/>
1165
+ <rightsMetadata>
1166
+ <access type="discover">
1167
+ <machine>
1168
+ <world/>
1169
+ </machine>
1170
+ </access>
1171
+ <access type="read">
1172
+ <machine>
1173
+ <world/>
1174
+ </machine>
1175
+ </access>
1176
+ <use>
1177
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
1178
+ </use>
1179
+ <use>
1180
+ <human type="creativeCommons"/>
1181
+ <machine type="creativeCommons"/>
1182
+ </use>
1183
+ </rightsMetadata>
1184
+ <rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
1185
+ <rdf:Description rdf:about="info:fedora/druid:sk373nx0013">
1186
+ </rdf:Description>
1187
+ </rdf:RDF>
1188
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
1189
+ <dc:title>Stanford University Libraries Special Collections, Manuscripts Division</dc:title>
1190
+ <dc:description>The Manuscripts Division of the Department of Special Collections at Stanford University Library exists to arrange, describe, preserve, and make available documents of enduring historic value, both as intellectual items and as historical artifacts, to support the research needs of the undergraduates, graduate students, faculty and other scholars at Stanford University and beyond.</dc:description>
1191
+ <dc:creator>Stanford University Libraries, Stanford Digital Repository</dc:creator>
1192
+ <dc:type>Collection</dc:type>
1193
+ <dc:date>2012</dc:date>
1194
+ <dc:publisher>Stanford University Libraries and Academic Information Resources</dc:publisher>
1195
+ <dc:language>eng</dc:language>
1196
+ </oai_dc:dc>
1197
+ <ReleaseData/>
1198
+ </publicObject>
1199
+ http_version:
1200
+ recorded_at: Thu, 22 Oct 2015 23:20:48 GMT
1201
+ recorded_with: VCR 2.9.3