qa 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +34 -10
  3. data/app/controllers/qa/terms_controller.rb +1 -1
  4. data/lib/qa/authorities.rb +0 -1
  5. data/lib/qa/authorities/base.rb +1 -1
  6. data/lib/qa/authorities/loc.rb +6 -0
  7. data/lib/qa/authorities/local.rb +0 -1
  8. data/lib/qa/authorities/mesh.rb +7 -1
  9. data/lib/qa/authorities/oclcts.rb +7 -1
  10. data/lib/qa/authorities/tgnlang.rb +6 -0
  11. data/lib/qa/authorities/web_service_base.rb +1 -1
  12. data/lib/qa/version.rb +1 -1
  13. data/spec/controllers/terms_controller_spec.rb +0 -6
  14. data/spec/fixtures/loc-names-response.txt +1733 -0
  15. data/spec/fixtures/loc-subjects-response.txt +1733 -0
  16. data/spec/internal/Gemfile +1 -1
  17. data/spec/internal/Gemfile.lock +55 -56
  18. data/spec/internal/config/initializers/secret_token.rb +1 -1
  19. data/spec/internal/config/routes.rb +0 -4
  20. data/spec/lib/authorities_loc_spec.rb +53 -19
  21. data/spec/lib/authorities_mesh_spec.rb +1 -1
  22. data/spec/lib/authorities_oclcts_spec.rb +2 -2
  23. data/spec/lib/tasks/mesh.rake_spec.rb +1 -1
  24. metadata +22 -96
  25. data/lib/qa/authorities/lcsh.rb +0 -41
  26. data/spec/fixtures/lcsh-response.txt +0 -1
  27. data/spec/internal/config/oclcts-authorities.yml +0 -24
  28. data/spec/internal/db/development.sqlite3 +0 -0
  29. data/spec/internal/db/migrate/20131106203101_create_qa_subject_mesh_terms.qa.rb +0 -12
  30. data/spec/internal/db/migrate/20131106203102_create_qa_mesh_tree.qa.rb +0 -11
  31. data/spec/internal/db/migrate/20131106203103_add_term_lower_to_qa_subject_mesh_terms.qa.rb +0 -8
  32. data/spec/internal/db/schema.rb +0 -34
  33. data/spec/internal/db/test.sqlite3 +0 -0
  34. data/spec/internal/log/development.log +0 -7046
  35. data/spec/lib/authorities_lcsh_spec.rb +0 -50
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fed80fc0a3c24bbbd3032d4073f7e75aac0aa9c5
4
- data.tar.gz: 965f2f9ec8fe396b5d31bfc3fa6d87e2787cd556
3
+ metadata.gz: 7a931f43dc836c7a6c3549214432edc8edced5aa
4
+ data.tar.gz: 21320a07cbd96a225e366691a597e69d88b3b5d2
5
5
  SHA512:
6
- metadata.gz: 0c008f809edb88cdea1d9f39c17f938d6d496b9b2e709976789b206cccc9c37bcbe72f30cf585c6f05fce0701fa50337bc6809303863d6d192db0d51652b6b69
7
- data.tar.gz: 80c6e14d23838e345affc9723f0d99d56f3c2731a6be9f45d939966ee2d22ea8bcfb80746d1612379cf50837386959aded55bc664dfe88c8169df566b721cb50
6
+ metadata.gz: 437eed2438b6c61245496ca8082693ba7ffb35bb6a0f464bb5dbf5c869c87bac1890490c58ef7e4f7364b31a588f5614a1e06a8609e74dcabf9e2f5be6d882b2
7
+ data.tar.gz: a65f9e0c31b21174f37aa7e55a5e9509abdb67dfb8f382eafdd1bc17c484dabc08b77f9fc95c046cea019a27b802c7d8962a325ff8631c41c04ff85fafc78b97
data/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # Questioning Authority
2
2
 
3
- [![Build Status](https://travis-ci.org/projecthydra/questioning_authority.png?branch=master)](https://travis-ci.org/projecthydra/questioning_authority)
3
+ [![Build Status](https://travis-ci.org/projecthydra/questioning_authority.png?branch=master)](https://travis-ci.org/projecthydra/questioning_authority) [![Gem Version](https://badge.fury.io/rb/qa.png)](http://badge.fury.io/rb/qa)
4
4
 
5
5
  You should question your authorities.
6
6
 
7
7
  ## What does this do?
8
8
 
9
- Provides a set of uniform RESTful routes to query any controlled vocabulary of set of authority terms.
10
- Results are returned in JSON, to be used in the context of a Rails application. Primary examples would
11
- include providing auto-complete functionality via Javascript or populating a dropdown menu with a set
12
- of terms.
9
+ Provides a set of uniform RESTful routes to query any controlled vocabulary or set of authority terms.
10
+ Results are returned in JSON and can be used within the context of a Rails application or any other
11
+ Ruby environment. Primary examples would include providing auto-complete functionality via Javascript
12
+ or populating a dropdown menu with a set of terms.
13
13
 
14
14
  ## How does it work?
15
15
 
@@ -20,6 +20,9 @@ results from a given vocabulary in the JSON format. The controller does three t
20
20
  * return a set of terms matching a given query
21
21
  * return the complete information for a specific term given its identifier
22
22
 
23
+ Depending on the kind of authority or its API, the controller may not do all of these things such
24
+ as return a complete list of terms.
25
+
23
26
  ### Sub-Authorities
24
27
 
25
28
  Some authorities, such as Library of Congress, allow sub-authorities which is an additional parameter that
@@ -82,15 +85,25 @@ should always use the above id and label structure to ensure interoperability at
82
85
 
83
86
  # Authority Sources information
84
87
 
85
- ### Library of Congress (example uses language):
88
+ ### Library of Congress
89
+
90
+ LOC already provides a REST API to query their headings. QA provides a wrapper around this to augment its
91
+ functionality and refine it so that it is congruent with the other authorities in QA. For example,
92
+ searching subject headings from LOC uses the subjects sub-authority. Using QA, we'd construct the URL as:
93
+
94
+ /qa/search/loc/subjects?q=History--
86
95
 
87
- Base url: http://id.loc.gov/search/
96
+ In turn, this URL is passed to LOC as:
88
97
 
89
- Example search (html): http://id.loc.gov/search/?q=eng&q=cs%3Ahttp%3A%2F%2Fid.loc.gov%2Fvocabulary%2Fiso639-2
98
+ http://id.loc.gov/search/?format=json&q=History--&q=cs:http://id.loc.gov/authorities/subjects
90
99
 
91
- Example search (json): http://id.loc.gov/search/?q=eng&q=cs%3Ahttp%3A%2F%2Fid.loc.gov%2Fvocabulary%2Fiso639-2&format=json
100
+ QA then presents this data to you in JSON format:
92
101
 
93
- Example search (json, second page): http://id.loc.gov/search/?q=a*%20cs:http://id.loc.gov/vocabulary/countries&start=21&format=json
102
+ [
103
+ {"id":"info:lc/authorities/subjects/sh2008121753","label":"History--Philosophy--History--20th century"},
104
+ {"id":"info:lc/authorities/subjects/sh2008121752","label":"History--Philosophy--History--19th century"},
105
+ etc...
106
+ ]
94
107
 
95
108
  # Local Authority Files
96
109
 
@@ -147,6 +160,17 @@ This may take a few minutes to finish.
147
160
 
148
161
  check the issue list for more...
149
162
 
163
+ # Known Issues
164
+
165
+ Some users have reported errors resulting from the curb gem. When performing queries, the application will crash with the error:
166
+
167
+ Trace/BPT trap: 5
168
+
169
+ The solution is to install the curb gem from the master branch on Github. To do this, add the following line to the Gemfile of your
170
+ application:
171
+
172
+ gem 'curb', github: 'taf2/curb'
173
+
150
174
  # Developer Notes
151
175
 
152
176
  To develop this gem, clone the repository, then run:
@@ -39,7 +39,7 @@ class Qa::TermsController < ApplicationController
39
39
  def show
40
40
  check_sub_authority
41
41
  authority = authority_class.constantize.new
42
- result = authority.get_full_record(params[:id], params[:sub_authority])
42
+ result = authority.full_record(params[:id], params[:sub_authority])
43
43
 
44
44
  respond_to do |format|
45
45
  format.html { render :layout => false, :text => result.to_json }
@@ -2,7 +2,6 @@ module Qa::Authorities
2
2
  extend ActiveSupport::Autoload
3
3
 
4
4
  autoload :Base
5
- autoload :Lcsh
6
5
  autoload :Loc
7
6
  autoload :Local
8
7
  autoload :Subauthority, 'qa/authorities/local/subauthority'
@@ -1,4 +1,4 @@
1
- require 'curl'
1
+ require 'deprecation'
2
2
 
3
3
  module Qa::Authorities
4
4
  class Base
@@ -2,6 +2,7 @@ require 'uri'
2
2
 
3
3
  module Qa::Authorities
4
4
  class Loc < Qa::Authorities::WebServiceBase
5
+ extend Deprecation
5
6
 
6
7
  # Initialze the Loc class with a query and get the http response from LOC's server.
7
8
  # This is set to a JSON object
@@ -124,6 +125,11 @@ module Qa::Authorities
124
125
  end
125
126
 
126
127
  def get_full_record(id, sub_authority)
128
+ Deprecation.warn(Loc, "get_full_record is deprecated and will be removed in 0.1.0. Use full_record instead", caller)
129
+ full_record(id, sub_authority)
130
+ end
131
+
132
+ def full_record(id, sub_authority)
127
133
  search(id, sub_authority)
128
134
  full_record = find_record_in_response(@raw_response, id)
129
135
 
@@ -1,4 +1,3 @@
1
- require 'deprecation'
2
1
  module Qa::Authorities
3
2
 
4
3
  class Local < Qa::Authorities::Base
@@ -1,5 +1,6 @@
1
1
  module Qa::Authorities
2
2
  class Mesh
3
+ extend Deprecation
3
4
 
4
5
  def results
5
6
  @results ||= begin
@@ -12,13 +13,18 @@ module Qa::Authorities
12
13
  @q = q
13
14
  end
14
15
 
15
- def get_full_record(id)
16
+ def full_record(id)
16
17
  @results ||= begin
17
18
  r = Qa::SubjectMeshTerm.where(term_id: id).limit(1).first
18
19
  r.nil? ? nil : {id: r.term_id, label: r.term, synonyms: r.synonyms}
19
20
  end
20
21
  end
21
22
 
23
+ def get_full_record(id)
24
+ Deprecation.warn(Mesh, "get_full_record is deprecated and will be removed in 0.1.0. Use full_record instead", caller)
25
+ full_record(id)
26
+ end
27
+
22
28
  # satisfy TermsController
23
29
  def parse_authority_response
24
30
  end
@@ -3,6 +3,7 @@ require 'nokogiri'
3
3
 
4
4
  module Qa::Authorities
5
5
  class Oclcts < Qa::Authorities::Base
6
+ extend Deprecation
6
7
 
7
8
  SRU_SERVER_CONFIG = YAML.load_file(Rails.root.join("config", "oclcts-authorities.yml"))
8
9
 
@@ -28,11 +29,16 @@ module Qa::Authorities
28
29
  r
29
30
  end
30
31
 
31
- def get_full_record(id, sub_authority)
32
+ def full_record(id, sub_authority)
32
33
  raw_response = get_raw_response("id-lookup", id, sub_authority)
33
34
  parse_full_record(raw_response, id)
34
35
  end
35
36
 
37
+ def get_full_record(id, sub_authority)
38
+ Deprecation.warn(Oclcts, "get_full_record is deprecated and will be removed in 0.1.0. Use full_record instead", caller)
39
+ full_record(id, sub_authority)
40
+ end
41
+
36
42
  def parse_full_record(raw_xml, id)
37
43
  a = {}
38
44
  zthes_record = raw_xml.xpath("sru:searchRetrieveResponse/sru:records/sru:record/sru:recordData/Zthes/term[termId='#{id}']", 'sru' => 'http://www.loc.gov/zing/srw/')
@@ -3,6 +3,7 @@ require 'nokogiri'
3
3
  module Qa::Authorities
4
4
  class Tgnlang
5
5
  attr_accessor :response
6
+ extend Deprecation
6
7
 
7
8
  def initialize
8
9
  end
@@ -43,6 +44,11 @@ module Qa::Authorities
43
44
  end
44
45
 
45
46
  def get_full_record(id, sub_authority)
47
+ Deprecation.warn(Tgnlang, "get_full_record is deprecated and will be removed in 0.1.0. Use full_record instead", caller)
48
+ full_record(id, sub_authority)
49
+ end
50
+
51
+ def full_record(id, sub_authority)
46
52
  id = id.downcase
47
53
  Tgnlang.languages.each do |h|
48
54
  if h["label"].downcase == id
@@ -1,5 +1,5 @@
1
- require 'curl'
2
1
  require 'rest_client'
2
+ require 'deprecation'
3
3
 
4
4
  module Qa::Authorities
5
5
  class WebServiceBase
data/lib/qa/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Qa
2
- VERSION = "0.0.3"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -35,8 +35,6 @@ describe Qa::TermsController do
35
35
  describe "successful queries" do
36
36
 
37
37
  before :each do
38
- stub_request(:get, "http://id.loc.gov/authorities/suggest/?q=Blues").
39
- to_return(:body => webmock_fixture("lcsh-response.txt"), :status => 200)
40
38
  stub_request(:get, "http://id.loc.gov/search/?format=json&q=").
41
39
  with(:headers => {'Accept'=>'application/json'}).
42
40
  to_return(:body => webmock_fixture("loc-response.txt"), :status => 200)
@@ -45,10 +43,6 @@ describe Qa::TermsController do
45
43
  to_return(:body => webmock_fixture("loc-response.txt"), :status => 200)
46
44
  end
47
45
 
48
- it "should return a set of terms for a lcsh query" do
49
- get :index, { :q => "Blues", :vocab => "lcsh" }
50
- response.should be_success
51
- end
52
46
  it "should return a set of terms for a tgnlang query" do
53
47
  get :index, {:q => "Tibetan", :vocab => "tgnlang" }
54
48
  response.should be_success
@@ -0,0 +1,1733 @@
1
+ [
2
+ "atom:feed",
3
+ {
4
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
5
+ }
6
+ ,
7
+ [
8
+ "atom:title",
9
+ {
10
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
11
+ }
12
+ ,
13
+ "Library of Congress Authorities and Vocabulary Service: Search Results"
14
+ ],
15
+ [
16
+ "atom:link",
17
+ {
18
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
19
+ "href" : "http://id.loc.gov/search/?q=Berry cs:http://id.loc.gov/authorities/names&start=1&format=atom",
20
+ "rel" : "self"
21
+ }
22
+
23
+ ],
24
+ [
25
+ "atom:link",
26
+ {
27
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
28
+ "href" : "http://id.loc.gov/search/?q=Berry cs:http://id.loc.gov/authorities/names&start=21&format=atom",
29
+ "rel" : "next"
30
+ }
31
+
32
+ ],
33
+ [
34
+ "atom:id",
35
+ {
36
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
37
+ }
38
+ ,
39
+ "info:lc/search/?q=Berry+cs:http://id.loc.gov/authorities/names"
40
+ ],
41
+ [
42
+ "atom:updated",
43
+ {
44
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
45
+ }
46
+ ,
47
+ "2014-01-23T12:22:50.012952-05:00"
48
+ ],
49
+ [
50
+ "opensearch:totalResults",
51
+ {
52
+ "xmlns:opensearch" : "http://a9.com/-/spec/opensearch/1.1/"
53
+ }
54
+ ,
55
+ "1914"
56
+ ],
57
+ [
58
+ "opensearch:startIndex",
59
+ {
60
+ "xmlns:opensearch" : "http://a9.com/-/spec/opensearch/1.1/"
61
+ }
62
+ ,
63
+ "1"
64
+ ],
65
+ [
66
+ "opensearch:itemsPerPage",
67
+ {
68
+ "xmlns:opensearch" : "http://a9.com/-/spec/opensearch/1.1/"
69
+ }
70
+ ,
71
+ "20"
72
+ ],
73
+ [
74
+ "atom:entry",
75
+ {
76
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
77
+ }
78
+ ,
79
+ [
80
+ "atom:title",
81
+ {
82
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
83
+ }
84
+ ,
85
+ "Berry, James W. (James William), 1938-"
86
+ ],
87
+ [
88
+ "atom:link",
89
+ {
90
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
91
+ "rel" : "alternate",
92
+ "href" : "http://id.loc.gov/authorities/names/no2008156286"
93
+ }
94
+
95
+ ],
96
+ [
97
+ "atom:link",
98
+ {
99
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
100
+ "rel" : "alternate",
101
+ "type" : "application/rdf+xml",
102
+ "href" : "http://id.loc.gov/authorities/names/no2008156286.rdf"
103
+ }
104
+
105
+ ],
106
+ [
107
+ "atom:link",
108
+ {
109
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
110
+ "rel" : "alternate",
111
+ "type" : "application/json",
112
+ "href" : "http://id.loc.gov/authorities/names/no2008156286.json"
113
+ }
114
+
115
+ ],
116
+ [
117
+ "atom:id",
118
+ {
119
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
120
+ }
121
+ ,
122
+ "info:lc/authorities/names/no2008156286"
123
+ ],
124
+ [
125
+ "atom:author",
126
+ {
127
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
128
+ }
129
+ ,
130
+ [
131
+ "atom:name",
132
+ {
133
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
134
+ }
135
+ ,
136
+ "Library of Congress"
137
+ ]
138
+ ],
139
+ [
140
+ "atom:updated",
141
+ {
142
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
143
+ }
144
+ ,
145
+ "2008-10-24T00:00:00-04:00"
146
+ ],
147
+ [
148
+ "dcterms:created",
149
+ {
150
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
151
+ }
152
+ ,
153
+ "2008-10-24T00:00:00-04:00"
154
+ ]
155
+ ],
156
+ [
157
+ "atom:entry",
158
+ {
159
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
160
+ }
161
+ ,
162
+ [
163
+ "atom:title",
164
+ {
165
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
166
+ }
167
+ ,
168
+ "Tisseyre-Berry, Monique"
169
+ ],
170
+ [
171
+ "atom:link",
172
+ {
173
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
174
+ "rel" : "alternate",
175
+ "href" : "http://id.loc.gov/authorities/names/n78097974"
176
+ }
177
+
178
+ ],
179
+ [
180
+ "atom:link",
181
+ {
182
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
183
+ "rel" : "alternate",
184
+ "type" : "application/rdf+xml",
185
+ "href" : "http://id.loc.gov/authorities/names/n78097974.rdf"
186
+ }
187
+
188
+ ],
189
+ [
190
+ "atom:link",
191
+ {
192
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
193
+ "rel" : "alternate",
194
+ "type" : "application/json",
195
+ "href" : "http://id.loc.gov/authorities/names/n78097974.json"
196
+ }
197
+
198
+ ],
199
+ [
200
+ "atom:id",
201
+ {
202
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
203
+ }
204
+ ,
205
+ "info:lc/authorities/names/n78097974"
206
+ ],
207
+ [
208
+ "atom:author",
209
+ {
210
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
211
+ }
212
+ ,
213
+ [
214
+ "atom:name",
215
+ {
216
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
217
+ }
218
+ ,
219
+ "Library of Congress"
220
+ ]
221
+ ],
222
+ [
223
+ "atom:updated",
224
+ {
225
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
226
+ }
227
+ ,
228
+ "2009-03-03T00:00:00-04:00"
229
+ ],
230
+ [
231
+ "dcterms:created",
232
+ {
233
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
234
+ }
235
+ ,
236
+ "1978-12-28T00:00:00-04:00"
237
+ ]
238
+ ],
239
+ [
240
+ "atom:entry",
241
+ {
242
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
243
+ }
244
+ ,
245
+ [
246
+ "atom:title",
247
+ {
248
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
249
+ }
250
+ ,
251
+ "Richards, Berry G. (Berry Gargal), 1930-"
252
+ ],
253
+ [
254
+ "atom:link",
255
+ {
256
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
257
+ "rel" : "alternate",
258
+ "href" : "http://id.loc.gov/authorities/names/n85021686"
259
+ }
260
+
261
+ ],
262
+ [
263
+ "atom:link",
264
+ {
265
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
266
+ "rel" : "alternate",
267
+ "type" : "application/rdf+xml",
268
+ "href" : "http://id.loc.gov/authorities/names/n85021686.rdf"
269
+ }
270
+
271
+ ],
272
+ [
273
+ "atom:link",
274
+ {
275
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
276
+ "rel" : "alternate",
277
+ "type" : "application/json",
278
+ "href" : "http://id.loc.gov/authorities/names/n85021686.json"
279
+ }
280
+
281
+ ],
282
+ [
283
+ "atom:id",
284
+ {
285
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
286
+ }
287
+ ,
288
+ "info:lc/authorities/names/n85021686"
289
+ ],
290
+ [
291
+ "atom:author",
292
+ {
293
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
294
+ }
295
+ ,
296
+ [
297
+ "atom:name",
298
+ {
299
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
300
+ }
301
+ ,
302
+ "Library of Congress"
303
+ ]
304
+ ],
305
+ [
306
+ "atom:updated",
307
+ {
308
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
309
+ }
310
+ ,
311
+ "1986-06-25T00:00:00-04:00"
312
+ ],
313
+ [
314
+ "dcterms:created",
315
+ {
316
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
317
+ }
318
+ ,
319
+ "1986-05-15T00:00:00-04:00"
320
+ ]
321
+ ],
322
+ [
323
+ "atom:entry",
324
+ {
325
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
326
+ }
327
+ ,
328
+ [
329
+ "atom:title",
330
+ {
331
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
332
+ }
333
+ ,
334
+ "Berry, Marie-Caroline de Bourbon-Sicile, duchesse de, 1798-1870"
335
+ ],
336
+ [
337
+ "atom:link",
338
+ {
339
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
340
+ "rel" : "alternate",
341
+ "href" : "http://id.loc.gov/authorities/names/n50007564"
342
+ }
343
+
344
+ ],
345
+ [
346
+ "atom:link",
347
+ {
348
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
349
+ "rel" : "alternate",
350
+ "type" : "application/rdf+xml",
351
+ "href" : "http://id.loc.gov/authorities/names/n50007564.rdf"
352
+ }
353
+
354
+ ],
355
+ [
356
+ "atom:link",
357
+ {
358
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
359
+ "rel" : "alternate",
360
+ "type" : "application/json",
361
+ "href" : "http://id.loc.gov/authorities/names/n50007564.json"
362
+ }
363
+
364
+ ],
365
+ [
366
+ "atom:id",
367
+ {
368
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
369
+ }
370
+ ,
371
+ "info:lc/authorities/names/n50007564"
372
+ ],
373
+ [
374
+ "atom:author",
375
+ {
376
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
377
+ }
378
+ ,
379
+ [
380
+ "atom:name",
381
+ {
382
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
383
+ }
384
+ ,
385
+ "Library of Congress"
386
+ ]
387
+ ],
388
+ [
389
+ "atom:updated",
390
+ {
391
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
392
+ }
393
+ ,
394
+ "2012-07-31T00:00:00-04:00"
395
+ ],
396
+ [
397
+ "dcterms:created",
398
+ {
399
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
400
+ }
401
+ ,
402
+ "1980-03-31T00:00:00-04:00"
403
+ ]
404
+ ],
405
+ [
406
+ "atom:entry",
407
+ {
408
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
409
+ }
410
+ ,
411
+ [
412
+ "atom:title",
413
+ {
414
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
415
+ }
416
+ ,
417
+ "Berry, Llewellyn L. (Llewellyn Longfellow), 1876-1954"
418
+ ],
419
+ [
420
+ "atom:link",
421
+ {
422
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
423
+ "rel" : "alternate",
424
+ "href" : "http://id.loc.gov/authorities/names/no2008134200"
425
+ }
426
+
427
+ ],
428
+ [
429
+ "atom:link",
430
+ {
431
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
432
+ "rel" : "alternate",
433
+ "type" : "application/rdf+xml",
434
+ "href" : "http://id.loc.gov/authorities/names/no2008134200.rdf"
435
+ }
436
+
437
+ ],
438
+ [
439
+ "atom:link",
440
+ {
441
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
442
+ "rel" : "alternate",
443
+ "type" : "application/json",
444
+ "href" : "http://id.loc.gov/authorities/names/no2008134200.json"
445
+ }
446
+
447
+ ],
448
+ [
449
+ "atom:id",
450
+ {
451
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
452
+ }
453
+ ,
454
+ "info:lc/authorities/names/no2008134200"
455
+ ],
456
+ [
457
+ "atom:author",
458
+ {
459
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
460
+ }
461
+ ,
462
+ [
463
+ "atom:name",
464
+ {
465
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
466
+ }
467
+ ,
468
+ "Library of Congress"
469
+ ]
470
+ ],
471
+ [
472
+ "atom:updated",
473
+ {
474
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
475
+ }
476
+ ,
477
+ "2008-08-08T00:00:00-04:00"
478
+ ],
479
+ [
480
+ "dcterms:created",
481
+ {
482
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
483
+ }
484
+ ,
485
+ "2008-08-08T00:00:00-04:00"
486
+ ]
487
+ ],
488
+ [
489
+ "atom:entry",
490
+ {
491
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
492
+ }
493
+ ,
494
+ [
495
+ "atom:title",
496
+ {
497
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
498
+ }
499
+ ,
500
+ "Berry, Jean de France, duc de, 1340-1416"
501
+ ],
502
+ [
503
+ "atom:link",
504
+ {
505
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
506
+ "rel" : "alternate",
507
+ "href" : "http://id.loc.gov/authorities/names/n50007562"
508
+ }
509
+
510
+ ],
511
+ [
512
+ "atom:link",
513
+ {
514
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
515
+ "rel" : "alternate",
516
+ "type" : "application/rdf+xml",
517
+ "href" : "http://id.loc.gov/authorities/names/n50007562.rdf"
518
+ }
519
+
520
+ ],
521
+ [
522
+ "atom:link",
523
+ {
524
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
525
+ "rel" : "alternate",
526
+ "type" : "application/json",
527
+ "href" : "http://id.loc.gov/authorities/names/n50007562.json"
528
+ }
529
+
530
+ ],
531
+ [
532
+ "atom:id",
533
+ {
534
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
535
+ }
536
+ ,
537
+ "info:lc/authorities/names/n50007562"
538
+ ],
539
+ [
540
+ "atom:author",
541
+ {
542
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
543
+ }
544
+ ,
545
+ [
546
+ "atom:name",
547
+ {
548
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
549
+ }
550
+ ,
551
+ "Library of Congress"
552
+ ]
553
+ ],
554
+ [
555
+ "atom:updated",
556
+ {
557
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
558
+ }
559
+ ,
560
+ "2012-08-10T00:00:00-04:00"
561
+ ],
562
+ [
563
+ "dcterms:created",
564
+ {
565
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
566
+ }
567
+ ,
568
+ "1980-03-31T00:00:00-04:00"
569
+ ]
570
+ ],
571
+ [
572
+ "atom:entry",
573
+ {
574
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
575
+ }
576
+ ,
577
+ [
578
+ "atom:title",
579
+ {
580
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
581
+ }
582
+ ,
583
+ "Berry, Henry, -1679"
584
+ ],
585
+ [
586
+ "atom:link",
587
+ {
588
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
589
+ "rel" : "alternate",
590
+ "href" : "http://id.loc.gov/authorities/names/n85143735"
591
+ }
592
+
593
+ ],
594
+ [
595
+ "atom:link",
596
+ {
597
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
598
+ "rel" : "alternate",
599
+ "type" : "application/rdf+xml",
600
+ "href" : "http://id.loc.gov/authorities/names/n85143735.rdf"
601
+ }
602
+
603
+ ],
604
+ [
605
+ "atom:link",
606
+ {
607
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
608
+ "rel" : "alternate",
609
+ "type" : "application/json",
610
+ "href" : "http://id.loc.gov/authorities/names/n85143735.json"
611
+ }
612
+
613
+ ],
614
+ [
615
+ "atom:id",
616
+ {
617
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
618
+ }
619
+ ,
620
+ "info:lc/authorities/names/n85143735"
621
+ ],
622
+ [
623
+ "atom:author",
624
+ {
625
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
626
+ }
627
+ ,
628
+ [
629
+ "atom:name",
630
+ {
631
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
632
+ }
633
+ ,
634
+ "Library of Congress"
635
+ ]
636
+ ],
637
+ [
638
+ "atom:updated",
639
+ {
640
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
641
+ }
642
+ ,
643
+ "2013-03-07T00:00:00-04:00"
644
+ ],
645
+ [
646
+ "dcterms:created",
647
+ {
648
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
649
+ }
650
+ ,
651
+ "1985-11-07T00:00:00-04:00"
652
+ ]
653
+ ],
654
+ [
655
+ "atom:entry",
656
+ {
657
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
658
+ }
659
+ ,
660
+ [
661
+ "atom:title",
662
+ {
663
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
664
+ }
665
+ ,
666
+ "A La Berry, Terry"
667
+ ],
668
+ [
669
+ "atom:link",
670
+ {
671
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
672
+ "rel" : "alternate",
673
+ "href" : "http://id.loc.gov/authorities/names/no2009157020"
674
+ }
675
+
676
+ ],
677
+ [
678
+ "atom:link",
679
+ {
680
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
681
+ "rel" : "alternate",
682
+ "type" : "application/rdf+xml",
683
+ "href" : "http://id.loc.gov/authorities/names/no2009157020.rdf"
684
+ }
685
+
686
+ ],
687
+ [
688
+ "atom:link",
689
+ {
690
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
691
+ "rel" : "alternate",
692
+ "type" : "application/json",
693
+ "href" : "http://id.loc.gov/authorities/names/no2009157020.json"
694
+ }
695
+
696
+ ],
697
+ [
698
+ "atom:id",
699
+ {
700
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
701
+ }
702
+ ,
703
+ "info:lc/authorities/names/no2009157020"
704
+ ],
705
+ [
706
+ "atom:author",
707
+ {
708
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
709
+ }
710
+ ,
711
+ [
712
+ "atom:name",
713
+ {
714
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
715
+ }
716
+ ,
717
+ "Library of Congress"
718
+ ]
719
+ ],
720
+ [
721
+ "atom:updated",
722
+ {
723
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
724
+ }
725
+ ,
726
+ "2009-10-01T00:00:00-04:00"
727
+ ],
728
+ [
729
+ "dcterms:created",
730
+ {
731
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
732
+ }
733
+ ,
734
+ "2009-10-01T00:00:00-04:00"
735
+ ]
736
+ ],
737
+ [
738
+ "atom:entry",
739
+ {
740
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
741
+ }
742
+ ,
743
+ [
744
+ "atom:title",
745
+ {
746
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
747
+ }
748
+ ,
749
+ "Master of the Berry Apocalypse, active 1407-1420"
750
+ ],
751
+ [
752
+ "atom:link",
753
+ {
754
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
755
+ "rel" : "alternate",
756
+ "href" : "http://id.loc.gov/authorities/names/nr98034251"
757
+ }
758
+
759
+ ],
760
+ [
761
+ "atom:link",
762
+ {
763
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
764
+ "rel" : "alternate",
765
+ "type" : "application/rdf+xml",
766
+ "href" : "http://id.loc.gov/authorities/names/nr98034251.rdf"
767
+ }
768
+
769
+ ],
770
+ [
771
+ "atom:link",
772
+ {
773
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
774
+ "rel" : "alternate",
775
+ "type" : "application/json",
776
+ "href" : "http://id.loc.gov/authorities/names/nr98034251.json"
777
+ }
778
+
779
+ ],
780
+ [
781
+ "atom:id",
782
+ {
783
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
784
+ }
785
+ ,
786
+ "info:lc/authorities/names/nr98034251"
787
+ ],
788
+ [
789
+ "atom:author",
790
+ {
791
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
792
+ }
793
+ ,
794
+ [
795
+ "atom:name",
796
+ {
797
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
798
+ }
799
+ ,
800
+ "Library of Congress"
801
+ ]
802
+ ],
803
+ [
804
+ "atom:updated",
805
+ {
806
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
807
+ }
808
+ ,
809
+ "2013-03-21T00:00:00-04:00"
810
+ ],
811
+ [
812
+ "dcterms:created",
813
+ {
814
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
815
+ }
816
+ ,
817
+ "1998-09-16T00:00:00-04:00"
818
+ ]
819
+ ],
820
+ [
821
+ "atom:entry",
822
+ {
823
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
824
+ }
825
+ ,
826
+ [
827
+ "atom:title",
828
+ {
829
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
830
+ }
831
+ ,
832
+ "Berry, R. Albert"
833
+ ],
834
+ [
835
+ "atom:link",
836
+ {
837
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
838
+ "rel" : "alternate",
839
+ "href" : "http://id.loc.gov/authorities/names/n79141312"
840
+ }
841
+
842
+ ],
843
+ [
844
+ "atom:link",
845
+ {
846
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
847
+ "rel" : "alternate",
848
+ "type" : "application/rdf+xml",
849
+ "href" : "http://id.loc.gov/authorities/names/n79141312.rdf"
850
+ }
851
+
852
+ ],
853
+ [
854
+ "atom:link",
855
+ {
856
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
857
+ "rel" : "alternate",
858
+ "type" : "application/json",
859
+ "href" : "http://id.loc.gov/authorities/names/n79141312.json"
860
+ }
861
+
862
+ ],
863
+ [
864
+ "atom:id",
865
+ {
866
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
867
+ }
868
+ ,
869
+ "info:lc/authorities/names/n79141312"
870
+ ],
871
+ [
872
+ "atom:author",
873
+ {
874
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
875
+ }
876
+ ,
877
+ [
878
+ "atom:name",
879
+ {
880
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
881
+ }
882
+ ,
883
+ "Library of Congress"
884
+ ]
885
+ ],
886
+ [
887
+ "atom:updated",
888
+ {
889
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
890
+ }
891
+ ,
892
+ "2012-10-03T00:00:00-04:00"
893
+ ],
894
+ [
895
+ "dcterms:created",
896
+ {
897
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
898
+ }
899
+ ,
900
+ "1980-03-10T00:00:00-04:00"
901
+ ]
902
+ ],
903
+ [
904
+ "atom:entry",
905
+ {
906
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
907
+ }
908
+ ,
909
+ [
910
+ "atom:title",
911
+ {
912
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
913
+ }
914
+ ,
915
+ "Berry-Smith, F. (Frank), 1919-"
916
+ ],
917
+ [
918
+ "atom:link",
919
+ {
920
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
921
+ "rel" : "alternate",
922
+ "href" : "http://id.loc.gov/authorities/names/no2005042106"
923
+ }
924
+
925
+ ],
926
+ [
927
+ "atom:link",
928
+ {
929
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
930
+ "rel" : "alternate",
931
+ "type" : "application/rdf+xml",
932
+ "href" : "http://id.loc.gov/authorities/names/no2005042106.rdf"
933
+ }
934
+
935
+ ],
936
+ [
937
+ "atom:link",
938
+ {
939
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
940
+ "rel" : "alternate",
941
+ "type" : "application/json",
942
+ "href" : "http://id.loc.gov/authorities/names/no2005042106.json"
943
+ }
944
+
945
+ ],
946
+ [
947
+ "atom:id",
948
+ {
949
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
950
+ }
951
+ ,
952
+ "info:lc/authorities/names/no2005042106"
953
+ ],
954
+ [
955
+ "atom:author",
956
+ {
957
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
958
+ }
959
+ ,
960
+ [
961
+ "atom:name",
962
+ {
963
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
964
+ }
965
+ ,
966
+ "Library of Congress"
967
+ ]
968
+ ],
969
+ [
970
+ "atom:updated",
971
+ {
972
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
973
+ }
974
+ ,
975
+ "2005-05-03T00:00:00-04:00"
976
+ ],
977
+ [
978
+ "dcterms:created",
979
+ {
980
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
981
+ }
982
+ ,
983
+ "2005-05-03T00:00:00-04:00"
984
+ ]
985
+ ],
986
+ [
987
+ "atom:entry",
988
+ {
989
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
990
+ }
991
+ ,
992
+ [
993
+ "atom:title",
994
+ {
995
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
996
+ }
997
+ ,
998
+ "Berry, Charles-Ferdinand de Bourbon, duc de, 1778-1820"
999
+ ],
1000
+ [
1001
+ "atom:link",
1002
+ {
1003
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1004
+ "rel" : "alternate",
1005
+ "href" : "http://id.loc.gov/authorities/names/n93071983"
1006
+ }
1007
+
1008
+ ],
1009
+ [
1010
+ "atom:link",
1011
+ {
1012
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1013
+ "rel" : "alternate",
1014
+ "type" : "application/rdf+xml",
1015
+ "href" : "http://id.loc.gov/authorities/names/n93071983.rdf"
1016
+ }
1017
+
1018
+ ],
1019
+ [
1020
+ "atom:link",
1021
+ {
1022
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1023
+ "rel" : "alternate",
1024
+ "type" : "application/json",
1025
+ "href" : "http://id.loc.gov/authorities/names/n93071983.json"
1026
+ }
1027
+
1028
+ ],
1029
+ [
1030
+ "atom:id",
1031
+ {
1032
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1033
+ }
1034
+ ,
1035
+ "info:lc/authorities/names/n93071983"
1036
+ ],
1037
+ [
1038
+ "atom:author",
1039
+ {
1040
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1041
+ }
1042
+ ,
1043
+ [
1044
+ "atom:name",
1045
+ {
1046
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1047
+ }
1048
+ ,
1049
+ "Library of Congress"
1050
+ ]
1051
+ ],
1052
+ [
1053
+ "atom:updated",
1054
+ {
1055
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1056
+ }
1057
+ ,
1058
+ "2012-08-10T00:00:00-04:00"
1059
+ ],
1060
+ [
1061
+ "dcterms:created",
1062
+ {
1063
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
1064
+ }
1065
+ ,
1066
+ "1993-07-28T00:00:00-04:00"
1067
+ ]
1068
+ ],
1069
+ [
1070
+ "atom:entry",
1071
+ {
1072
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1073
+ }
1074
+ ,
1075
+ [
1076
+ "atom:title",
1077
+ {
1078
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1079
+ }
1080
+ ,
1081
+ "Copland, D. B. (Douglas Berry), 1894-"
1082
+ ],
1083
+ [
1084
+ "atom:link",
1085
+ {
1086
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1087
+ "rel" : "alternate",
1088
+ "href" : "http://id.loc.gov/authorities/names/n87925485"
1089
+ }
1090
+
1091
+ ],
1092
+ [
1093
+ "atom:link",
1094
+ {
1095
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1096
+ "rel" : "alternate",
1097
+ "type" : "application/rdf+xml",
1098
+ "href" : "http://id.loc.gov/authorities/names/n87925485.rdf"
1099
+ }
1100
+
1101
+ ],
1102
+ [
1103
+ "atom:link",
1104
+ {
1105
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1106
+ "rel" : "alternate",
1107
+ "type" : "application/json",
1108
+ "href" : "http://id.loc.gov/authorities/names/n87925485.json"
1109
+ }
1110
+
1111
+ ],
1112
+ [
1113
+ "atom:id",
1114
+ {
1115
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1116
+ }
1117
+ ,
1118
+ "info:lc/authorities/names/n87925485"
1119
+ ],
1120
+ [
1121
+ "atom:author",
1122
+ {
1123
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1124
+ }
1125
+ ,
1126
+ [
1127
+ "atom:name",
1128
+ {
1129
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1130
+ }
1131
+ ,
1132
+ "Library of Congress"
1133
+ ]
1134
+ ],
1135
+ [
1136
+ "atom:updated",
1137
+ {
1138
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1139
+ }
1140
+ ,
1141
+ "1987-12-03T00:00:00-04:00"
1142
+ ],
1143
+ [
1144
+ "dcterms:created",
1145
+ {
1146
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
1147
+ }
1148
+ ,
1149
+ "1987-10-01T00:00:00-04:00"
1150
+ ]
1151
+ ],
1152
+ [
1153
+ "atom:entry",
1154
+ {
1155
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1156
+ }
1157
+ ,
1158
+ [
1159
+ "atom:title",
1160
+ {
1161
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1162
+ }
1163
+ ,
1164
+ "Berry, D. A. (David A.), 1922-"
1165
+ ],
1166
+ [
1167
+ "atom:link",
1168
+ {
1169
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1170
+ "rel" : "alternate",
1171
+ "href" : "http://id.loc.gov/authorities/names/n79104550"
1172
+ }
1173
+
1174
+ ],
1175
+ [
1176
+ "atom:link",
1177
+ {
1178
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1179
+ "rel" : "alternate",
1180
+ "type" : "application/rdf+xml",
1181
+ "href" : "http://id.loc.gov/authorities/names/n79104550.rdf"
1182
+ }
1183
+
1184
+ ],
1185
+ [
1186
+ "atom:link",
1187
+ {
1188
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1189
+ "rel" : "alternate",
1190
+ "type" : "application/json",
1191
+ "href" : "http://id.loc.gov/authorities/names/n79104550.json"
1192
+ }
1193
+
1194
+ ],
1195
+ [
1196
+ "atom:id",
1197
+ {
1198
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1199
+ }
1200
+ ,
1201
+ "info:lc/authorities/names/n79104550"
1202
+ ],
1203
+ [
1204
+ "atom:author",
1205
+ {
1206
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1207
+ }
1208
+ ,
1209
+ [
1210
+ "atom:name",
1211
+ {
1212
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1213
+ }
1214
+ ,
1215
+ "Library of Congress"
1216
+ ]
1217
+ ],
1218
+ [
1219
+ "atom:updated",
1220
+ {
1221
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1222
+ }
1223
+ ,
1224
+ "1989-11-27T00:00:00-04:00"
1225
+ ],
1226
+ [
1227
+ "dcterms:created",
1228
+ {
1229
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
1230
+ }
1231
+ ,
1232
+ "1979-09-12T00:00:00-04:00"
1233
+ ]
1234
+ ],
1235
+ [
1236
+ "atom:entry",
1237
+ {
1238
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1239
+ }
1240
+ ,
1241
+ [
1242
+ "atom:title",
1243
+ {
1244
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1245
+ }
1246
+ ,
1247
+ "Berry, Chu"
1248
+ ],
1249
+ [
1250
+ "atom:link",
1251
+ {
1252
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1253
+ "rel" : "alternate",
1254
+ "href" : "http://id.loc.gov/authorities/names/n82164704"
1255
+ }
1256
+
1257
+ ],
1258
+ [
1259
+ "atom:link",
1260
+ {
1261
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1262
+ "rel" : "alternate",
1263
+ "type" : "application/rdf+xml",
1264
+ "href" : "http://id.loc.gov/authorities/names/n82164704.rdf"
1265
+ }
1266
+
1267
+ ],
1268
+ [
1269
+ "atom:link",
1270
+ {
1271
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1272
+ "rel" : "alternate",
1273
+ "type" : "application/json",
1274
+ "href" : "http://id.loc.gov/authorities/names/n82164704.json"
1275
+ }
1276
+
1277
+ ],
1278
+ [
1279
+ "atom:id",
1280
+ {
1281
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1282
+ }
1283
+ ,
1284
+ "info:lc/authorities/names/n82164704"
1285
+ ],
1286
+ [
1287
+ "atom:author",
1288
+ {
1289
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1290
+ }
1291
+ ,
1292
+ [
1293
+ "atom:name",
1294
+ {
1295
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1296
+ }
1297
+ ,
1298
+ "Library of Congress"
1299
+ ]
1300
+ ],
1301
+ [
1302
+ "atom:updated",
1303
+ {
1304
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1305
+ }
1306
+ ,
1307
+ "2013-01-07T00:00:00-04:00"
1308
+ ],
1309
+ [
1310
+ "dcterms:created",
1311
+ {
1312
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
1313
+ }
1314
+ ,
1315
+ "1983-04-09T00:00:00-04:00"
1316
+ ]
1317
+ ],
1318
+ [
1319
+ "atom:entry",
1320
+ {
1321
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1322
+ }
1323
+ ,
1324
+ [
1325
+ "atom:title",
1326
+ {
1327
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1328
+ }
1329
+ ,
1330
+ "Berry, Torriano"
1331
+ ],
1332
+ [
1333
+ "atom:link",
1334
+ {
1335
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1336
+ "rel" : "alternate",
1337
+ "href" : "http://id.loc.gov/authorities/names/n88274454"
1338
+ }
1339
+
1340
+ ],
1341
+ [
1342
+ "atom:link",
1343
+ {
1344
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1345
+ "rel" : "alternate",
1346
+ "type" : "application/rdf+xml",
1347
+ "href" : "http://id.loc.gov/authorities/names/n88274454.rdf"
1348
+ }
1349
+
1350
+ ],
1351
+ [
1352
+ "atom:link",
1353
+ {
1354
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1355
+ "rel" : "alternate",
1356
+ "type" : "application/json",
1357
+ "href" : "http://id.loc.gov/authorities/names/n88274454.json"
1358
+ }
1359
+
1360
+ ],
1361
+ [
1362
+ "atom:id",
1363
+ {
1364
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1365
+ }
1366
+ ,
1367
+ "info:lc/authorities/names/n88274454"
1368
+ ],
1369
+ [
1370
+ "atom:author",
1371
+ {
1372
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1373
+ }
1374
+ ,
1375
+ [
1376
+ "atom:name",
1377
+ {
1378
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1379
+ }
1380
+ ,
1381
+ "Library of Congress"
1382
+ ]
1383
+ ],
1384
+ [
1385
+ "atom:updated",
1386
+ {
1387
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1388
+ }
1389
+ ,
1390
+ "2013-02-22T00:00:00-04:00"
1391
+ ],
1392
+ [
1393
+ "dcterms:created",
1394
+ {
1395
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
1396
+ }
1397
+ ,
1398
+ "1989-07-10T00:00:00-04:00"
1399
+ ]
1400
+ ],
1401
+ [
1402
+ "atom:entry",
1403
+ {
1404
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1405
+ }
1406
+ ,
1407
+ [
1408
+ "atom:title",
1409
+ {
1410
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1411
+ }
1412
+ ,
1413
+ "Berry, J. S. (John Stephen), 1947-"
1414
+ ],
1415
+ [
1416
+ "atom:link",
1417
+ {
1418
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1419
+ "rel" : "alternate",
1420
+ "href" : "http://id.loc.gov/authorities/names/n82269829"
1421
+ }
1422
+
1423
+ ],
1424
+ [
1425
+ "atom:link",
1426
+ {
1427
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1428
+ "rel" : "alternate",
1429
+ "type" : "application/rdf+xml",
1430
+ "href" : "http://id.loc.gov/authorities/names/n82269829.rdf"
1431
+ }
1432
+
1433
+ ],
1434
+ [
1435
+ "atom:link",
1436
+ {
1437
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1438
+ "rel" : "alternate",
1439
+ "type" : "application/json",
1440
+ "href" : "http://id.loc.gov/authorities/names/n82269829.json"
1441
+ }
1442
+
1443
+ ],
1444
+ [
1445
+ "atom:id",
1446
+ {
1447
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1448
+ }
1449
+ ,
1450
+ "info:lc/authorities/names/n82269829"
1451
+ ],
1452
+ [
1453
+ "atom:author",
1454
+ {
1455
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1456
+ }
1457
+ ,
1458
+ [
1459
+ "atom:name",
1460
+ {
1461
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1462
+ }
1463
+ ,
1464
+ "Library of Congress"
1465
+ ]
1466
+ ],
1467
+ [
1468
+ "atom:updated",
1469
+ {
1470
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1471
+ }
1472
+ ,
1473
+ "2000-12-14T00:00:00-04:00"
1474
+ ],
1475
+ [
1476
+ "dcterms:created",
1477
+ {
1478
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
1479
+ }
1480
+ ,
1481
+ "1984-02-23T00:00:00-04:00"
1482
+ ]
1483
+ ],
1484
+ [
1485
+ "atom:entry",
1486
+ {
1487
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1488
+ }
1489
+ ,
1490
+ [
1491
+ "atom:title",
1492
+ {
1493
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1494
+ }
1495
+ ,
1496
+ "Lowry, Henry Berry"
1497
+ ],
1498
+ [
1499
+ "atom:link",
1500
+ {
1501
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1502
+ "rel" : "alternate",
1503
+ "href" : "http://id.loc.gov/authorities/names/n79115059"
1504
+ }
1505
+
1506
+ ],
1507
+ [
1508
+ "atom:link",
1509
+ {
1510
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1511
+ "rel" : "alternate",
1512
+ "type" : "application/rdf+xml",
1513
+ "href" : "http://id.loc.gov/authorities/names/n79115059.rdf"
1514
+ }
1515
+
1516
+ ],
1517
+ [
1518
+ "atom:link",
1519
+ {
1520
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1521
+ "rel" : "alternate",
1522
+ "type" : "application/json",
1523
+ "href" : "http://id.loc.gov/authorities/names/n79115059.json"
1524
+ }
1525
+
1526
+ ],
1527
+ [
1528
+ "atom:id",
1529
+ {
1530
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1531
+ }
1532
+ ,
1533
+ "info:lc/authorities/names/n79115059"
1534
+ ],
1535
+ [
1536
+ "atom:author",
1537
+ {
1538
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1539
+ }
1540
+ ,
1541
+ [
1542
+ "atom:name",
1543
+ {
1544
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1545
+ }
1546
+ ,
1547
+ "Library of Congress"
1548
+ ]
1549
+ ],
1550
+ [
1551
+ "atom:updated",
1552
+ {
1553
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1554
+ }
1555
+ ,
1556
+ "2013-06-22T00:00:00-04:00"
1557
+ ],
1558
+ [
1559
+ "dcterms:created",
1560
+ {
1561
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
1562
+ }
1563
+ ,
1564
+ "1979-10-03T00:00:00-04:00"
1565
+ ]
1566
+ ],
1567
+ [
1568
+ "atom:entry",
1569
+ {
1570
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1571
+ }
1572
+ ,
1573
+ [
1574
+ "atom:title",
1575
+ {
1576
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1577
+ }
1578
+ ,
1579
+ "Berry, Leslie Sawtelle, 1887-1972"
1580
+ ],
1581
+ [
1582
+ "atom:link",
1583
+ {
1584
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1585
+ "rel" : "alternate",
1586
+ "href" : "http://id.loc.gov/authorities/names/no2009188324"
1587
+ }
1588
+
1589
+ ],
1590
+ [
1591
+ "atom:link",
1592
+ {
1593
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1594
+ "rel" : "alternate",
1595
+ "type" : "application/rdf+xml",
1596
+ "href" : "http://id.loc.gov/authorities/names/no2009188324.rdf"
1597
+ }
1598
+
1599
+ ],
1600
+ [
1601
+ "atom:link",
1602
+ {
1603
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1604
+ "rel" : "alternate",
1605
+ "type" : "application/json",
1606
+ "href" : "http://id.loc.gov/authorities/names/no2009188324.json"
1607
+ }
1608
+
1609
+ ],
1610
+ [
1611
+ "atom:id",
1612
+ {
1613
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1614
+ }
1615
+ ,
1616
+ "info:lc/authorities/names/no2009188324"
1617
+ ],
1618
+ [
1619
+ "atom:author",
1620
+ {
1621
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1622
+ }
1623
+ ,
1624
+ [
1625
+ "atom:name",
1626
+ {
1627
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1628
+ }
1629
+ ,
1630
+ "Library of Congress"
1631
+ ]
1632
+ ],
1633
+ [
1634
+ "atom:updated",
1635
+ {
1636
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1637
+ }
1638
+ ,
1639
+ "2009-12-01T00:00:00-04:00"
1640
+ ],
1641
+ [
1642
+ "dcterms:created",
1643
+ {
1644
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
1645
+ }
1646
+ ,
1647
+ "2009-11-23T00:00:00-04:00"
1648
+ ]
1649
+ ],
1650
+ [
1651
+ "atom:entry",
1652
+ {
1653
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1654
+ }
1655
+ ,
1656
+ [
1657
+ "atom:title",
1658
+ {
1659
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1660
+ }
1661
+ ,
1662
+ "Berry, Richard J. A. (Richard James Arthur), 1867-1962"
1663
+ ],
1664
+ [
1665
+ "atom:link",
1666
+ {
1667
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1668
+ "rel" : "alternate",
1669
+ "href" : "http://id.loc.gov/authorities/names/no2008049608"
1670
+ }
1671
+
1672
+ ],
1673
+ [
1674
+ "atom:link",
1675
+ {
1676
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1677
+ "rel" : "alternate",
1678
+ "type" : "application/rdf+xml",
1679
+ "href" : "http://id.loc.gov/authorities/names/no2008049608.rdf"
1680
+ }
1681
+
1682
+ ],
1683
+ [
1684
+ "atom:link",
1685
+ {
1686
+ "xmlns:atom" : "http://www.w3.org/2005/Atom",
1687
+ "rel" : "alternate",
1688
+ "type" : "application/json",
1689
+ "href" : "http://id.loc.gov/authorities/names/no2008049608.json"
1690
+ }
1691
+
1692
+ ],
1693
+ [
1694
+ "atom:id",
1695
+ {
1696
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1697
+ }
1698
+ ,
1699
+ "info:lc/authorities/names/no2008049608"
1700
+ ],
1701
+ [
1702
+ "atom:author",
1703
+ {
1704
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1705
+ }
1706
+ ,
1707
+ [
1708
+ "atom:name",
1709
+ {
1710
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1711
+ }
1712
+ ,
1713
+ "Library of Congress"
1714
+ ]
1715
+ ],
1716
+ [
1717
+ "atom:updated",
1718
+ {
1719
+ "xmlns:atom" : "http://www.w3.org/2005/Atom"
1720
+ }
1721
+ ,
1722
+ "2008-04-01T00:00:00-04:00"
1723
+ ],
1724
+ [
1725
+ "dcterms:created",
1726
+ {
1727
+ "xmlns:dcterms" : "http://purl.org/dc/terms/"
1728
+ }
1729
+ ,
1730
+ "2008-04-01T00:00:00-04:00"
1731
+ ]
1732
+ ]
1733
+ ]