exlibris-primo 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c88ecd64a35e7d106c3dc6ac0d16665c1a6529c5
4
- data.tar.gz: 0e65b2a9e29e1f30f742dbd25feb95e2be8f6f59
3
+ metadata.gz: 48747a54434128e14ff27242341b14dfdb619fec
4
+ data.tar.gz: fd7adb5a726d60169c6005acebaa57d58d6dd4ce
5
5
  SHA512:
6
- metadata.gz: aa6a902f13639ee06dff63bf81e9e82d71a4105bc5a0034d1592db6652019a880b18a419cdd542aad7fb10ee70a727ac329dc4ae46d59df316733e0e9c2d33c4
7
- data.tar.gz: 442ab91113f74299613aaf09c573c43a3290a96b97909706f83716881a7394bade3ce8d59754a5ba865716199ca3db85be361889a4c4ccd497b6c857efb98eba
6
+ metadata.gz: e26be256fc8e9aea189e22f3fb2db1f6ff7e54103f4ef5d53efa9975e6df739705d571f606ce13342b1ae537c1dc306e529fc0ba5f1805cb77683231a690fd56
7
+ data.tar.gz: 1fae549599574a274a81a068909474fa8db59783d44a283e5d8ebd92611e1ba93514359ced3064a386baa3e772cfe5ac741b9f7d093644dad261b5bf1745d422
@@ -1,9 +1,9 @@
1
1
  module Exlibris
2
2
  module Primo
3
3
  module Pnx
4
- #
4
+ #
5
5
  # Handle PNX dedupmgr elements
6
- #
6
+ #
7
7
  module DedupMgr
8
8
 
9
9
  def self.included(klass)
@@ -55,8 +55,18 @@ module Exlibris
55
55
  if(duplicated_control_attributes.include? method)
56
56
  control_attribute = method.id2name.singularize
57
57
  self.class.send(:define_method, method) do
58
- eval("@#{method} ||= (dedupmgr?) ?
59
- map_values_to_origins(\"#{control_attribute}\") : {recordid => #{control_attribute}}")
58
+ variable_name = "@#{method}"
59
+ if !instance_variable_defined?(variable_name)
60
+ if dedupmgr?
61
+ value = map_values_to_origins(control_attribute)
62
+ elsif respond_to?(control_attribute)
63
+ value = {recordid => send(control_attribute)}
64
+ else
65
+ value = {recordid => nil}
66
+ end
67
+ instance_variable_set(variable_name, value)
68
+ end
69
+ instance_variable_get(variable_name)
60
70
  end
61
71
  send method, *args, &block
62
72
  else
@@ -88,4 +98,4 @@ module Exlibris
88
98
  end
89
99
  end
90
100
  end
91
- end
101
+ end
@@ -1,5 +1,5 @@
1
1
  module Exlibris
2
2
  module Primo
3
- VERSION = '1.1.6'
3
+ VERSION = '1.1.7'
4
4
  end
5
5
  end
@@ -1,6 +1,20 @@
1
1
  module Pnx
2
2
  require 'test_helper'
3
3
  class HoldingsTest < Test::Unit::TestCase
4
+ def test_load_other_holdings
5
+ reset_primo_configuration
6
+ record = Exlibris::Primo::Record.new(:raw_xml => record_other_source_xml)
7
+ holdings = record.holdings.collect { | h | }
8
+ assert record.respond_to? :display_title
9
+ assert record.respond_to? :recordid
10
+ assert_not_nil record.holdings
11
+ holding = record.holdings.first
12
+ assert_equal("nduspec_eadRBSC-MSNEA0506", holding.record_id)
13
+ assert_nil(holding.original_source_id)
14
+ assert_equal("RBSC-MSNEA0506", holding.source_record_id)
15
+ assert_nil(holding.ils_api_id)
16
+ end
17
+
4
18
  def test_holdings
5
19
  reset_primo_configuration
6
20
  record = Exlibris::Primo::Record.new(:raw_xml => record_xml)
@@ -50,4 +64,4 @@ module Pnx
50
64
  assert_equal("unavailable", holding.availability_status)
51
65
  end
52
66
  end
53
- end
67
+ end
data/test/test_helper.rb CHANGED
@@ -561,6 +561,10 @@ class Test::Unit::TestCase
561
561
  "</record>"
562
562
  end
563
563
 
564
+ def record_other_source_xml
565
+ File.read(File.expand_path("../xml/record_other_sourcesystem.xml", __FILE__))
566
+ end
567
+
564
568
  def record_invalid_frbr_xml
565
569
  "<record>"+
566
570
  "<control>"+
@@ -0,0 +1,207 @@
1
+ <record>
2
+ <control>
3
+ <sourcerecordid>RBSC-MSNEA0506</sourcerecordid>
4
+ <sourceid>nduspec_ead</sourceid>
5
+ <recordid>nduspec_eadRBSC-MSNEA0506</recordid>
6
+ <sourceformat>XML</sourceformat>
7
+ <sourcesystem>Other</sourcesystem>
8
+ </control>
9
+ <display>
10
+ <type>archival</type>
11
+ <title>Graves family shipping papers</title>
12
+ <creator>William Graves, Jr, 1811 - 1877)</creator>
13
+ <format>About 2500 manuscripts;</format>
14
+ <format>5 containers;</format>
15
+ <format>2.5 linear feet</format>
16
+ <subject>Newburyport [Mass.] -- Business, industries, and trades -- Shipping</subject>
17
+ <subject>Shipping -- Massachusetts</subject>
18
+ <subject>Ships -- Cargo</subject>
19
+ <subject>Massachusetts -- Commerce</subject>
20
+ <subject>India -- Commerce -- United States</subject>
21
+ <subject>Great Britain -- Commerce -- United States</subject>
22
+ <subject>Graves, William, Jr. [1811-1877]</subject>
23
+ <subject>Graves, William [1785-1851]</subject>
24
+ <subject>George West [Ship]</subject>
25
+ <subject>Castilian [Ship]</subject>
26
+ <subject>Josiah L. Hale [Ship]</subject>
27
+ <description>About 2500 manuscript business papers of the Graves family, captains and shipowners of Newburyport, Massachusetts, with an emphasis on the incoming correspondence of William Graves, Jr. (1811-1877) and records of his ships Castilian, George West, and Josiah L. Hale.</description>
28
+ <language>Collection material in English</language>
29
+ <relation>Additional shipping records of William Graves, Jr. (the William Graves, Jr. Papers) are located in the Phillips Library of the Peabody Essex Museum, Salem, Massachusetts. A letter book of William Graves, Jr. (William Graves Letter Book), with correspondence dating from 1846 to 1860, is held in the Baker Library at the Harvard Business School, Cambridge, Massachusetts.</relation>
30
+ <coverage>1812-1877</coverage>
31
+ <coverage>(bulk 1850-1875)</coverage>
32
+ <availlibrary>$$INDU$$LHESB$$1Special Coll.$$2(MSN/EA 0506) [In-Library Use Only]$$Savailable</availlibrary>
33
+ <citation>Graves Family Shipping Papers, Department of Special Collections, Hesburgh Libraries of Notre Dame.</citation>
34
+ <lds01>Aquisition Information: The Graves Family Shipping Papers were purchased by the Hesburgh Libraries in 2011, from Michael Brown Rare Books of Philadelphia (List 112, Item 21). Arranged and described 2011, by Sara Szakaly. Finding aid 2011-12, by Sara Szakaly and George Rugg.</lds01>
35
+ <lds01>Related Materials: Additional shipping records of William Graves, Jr. (the William Graves, Jr. Papers) are located in the Phillips Library of the Peabody Essex Museum, Salem, Massachusetts. A letter book of William Graves, Jr. (William Graves Letter Book), with correspondence dating from 1846 to 1860, is held in the Baker Library at the Harvard Business School, Cambridge, Massachusetts.</lds01>
36
+ <lds03>The collection consists primarily of business letters and records retained by William Graves, Jr., in the course of managing his shipping interests after his retirement from the sea (1847). There are some 330 letters, 1850 to 1875, mostly directed to Graves (accompanied by a few retained copies of letters written by him). Much of this correspondence relates to the affairs of the ships George West, Castilian, and Josiah L. Hale. Many were written by the masters of these ships, who functioned as the owners' agent or proxy abroad. Among the most recurrent of these correspondents are Alexander Graves, Edward Graves, Edmund Pike, Samuel Pike, Robert Couch, Nehemiah Proctor, and James W. Snow. Because many of these men were Graves's relations there is often some personal content, but the letters were prompted by ship's business. There are also letters from bankers (including Barring Brothers, Graves's banker in London), ship brokers and commission merchants, and agents for other kinds of concerns. Also in the collection are a substantial number of records of the above-named ships. These include more than 460 items for George West (1855-1864); more than 880 for Castilian (1853-1866); and more than 670 for Josiah L. Hale (1857-1874). Record types include, but are not limited to, freight lists and accounts, receipts, disbursements, vouchers, customs papers, and insurance policies and charters, bearing on everything from the ship's itinerary and cargo to its outfitting, repairs, and crew. These are essentially business and financial records; strictly nautical records (like logs) are generally lacking. The collection also includes a small number of papers of William Graves, Sr. (around 70 items, 1812-1841), and an accumulation of financial records of the Wetmore family of Rhode Island and Connecticut (around 90 items, 1821-1837).</lds03>
37
+ <lds03>Series 1: William Graves, Papers</lds03>
38
+ <lds03>William Graves, Sr., miscellaneous documents,</lds03>
39
+ <lds03>William Graves, Sr., Ship Plutarch documents,</lds03>
40
+ <lds03>William Graves, Sr., Ship Calumet documents,</lds03>
41
+ <lds03>Series 2: William Graves Jr., Correspondence</lds03>
42
+ <lds03>William Graves, Jr., correspondence,</lds03>
43
+ <lds03>Series 3: Ship George West, Records</lds03>
44
+ <lds03>[This folder is not in use].</lds03>
45
+ <lds03>Ship George West, miscellaneous documents,</lds03>
46
+ <lds03>Ship George West, insurance policies and charters,</lds03>
47
+ <lds03>Series 4: Ship Castilian, Records</lds03>
48
+ <lds03>Ship Castilian, miscellaneous documents,</lds03>
49
+ <lds03>Ship Castilian, insurance policies and charters,</lds03>
50
+ <lds03>Series 5: Ship Josiah L. Hale, Records</lds03>
51
+ <lds03>Ship Josiah L. Hale, miscellaneous documents,</lds03>
52
+ <lds03>Ship Josiah L. Hale, insurance policies and charters,</lds03>
53
+ <lds03>Series 6: Unidentified Ships, Records</lds03>
54
+ <lds03>Documents from unidentified ships,</lds03>
55
+ <lds03>Series 7: Wetmore Family Papers</lds03>
56
+ <lds03>Wetmore family papers,</lds03>
57
+ <lds04>William Graves, Sr., was born at Salisbury, Massachusetts on 23 August 1785, the son of Mark and Abigail Green Graves. He must have worked aboard ship from an early age, for at 18 he was already master of the Salem brig Henry (William Ward, owner). From 1810 to 1817 he was captain of the Newburyport brig Abigail, making regular commercial voyages between Virginia and Europe. In 1809 Graves married Mary Pike of Salisbury; a son, William, Jr., was born on 21 March 1811. Mary Graves died in 1817; William subsequently married her sister, Susannah Pike, with whom he had two more sons: Alexander (1823-1869) and Edward (1831-1873). All three sons—William, Jr. and his two half-brothers—would become successful ship masters (and, like their father, members of the Newburyport Marine Society). From the 1820s into the 1840s Graves continued at sea, ultimately commanding at least 18 vessels; in several cases he is listed as part-owner. Among his ships mentioned in the present papers are Plutarch (1824-25) and Calumet (1826-1829), both of Newburyport. In the mid-1820s Graves moved his family from Salisbury to Newburyport; around this time, also, William Graves, Jr. would have begun making voyages on his father's ships, training for a career as a master mariner. In 1834 the Salem merchants David Pingree and Emery Johnson entrusted the younger William Graves with the command of their bark Cynthia, bound for Canton, China. Graves made three voyages to China in Cynthia (1834-37) and six more as master of Pingree and Johnson's new and larger (595 tons) ship Thomas Perkins (1837-47). After more than a decade of near-continuous sailing in the China trade Graves found himself financially secure, and retired from the sea at age 37. He built a house at 56 High St., Newburyport, and married his 24-year-old cousin Mary Pike (1848). In 1849 he set up offices at 8 Ferry Wharf and with his business partner Micajah Lunt began buying substantial interests in sailing ships of the 1000-ton class, built in the shipyard of John Currier, Jr. of Newburyport. Among these vessels were Castilian (built 1849); Volant (1853); Gleaner (1854); George West (1855); Josiah L. Hale (1857); Kenmore (1861); Winona (1862); and Tennyson (1865). These ships engaged in commerce world-wide, contracting with merchants in foreign and domestic ports to carry every manner of cargo. For example, two contracts (or charter-parties) of 8 September 1862 stipulate that George West, then at Amsterdam, sail to Sunderland, England to take on a load of coal bound for Madras, in India; from Madras she was to proceed to Burma for a full cargo of rice, and return with that cargo to a port in northwest Europe. Graves and his fellow owners were to be paid £25 per keel (21.2 long tons) of coal delivered, and £4 per long ton for the rice. Charters between merchants and shipowners were typically arranged by a ship broker (in this case George Croshaw &amp; Co. of London). Sometimes Graves contracted to carry passengers. In addition to the Newburyport ships indicated above, Graves bought shares in several Salem vessels, including the barks Arthur Pickering and Dragon. On occasion his ships were commanded by his brothers, Alexander and Edward, or by his brother-in-law Edmund J. Pike. Apart from managing his shipping business, Graves took an active role in civic affairs in Newburyport, serving as alderman and mayor. He was also president of the Newburyport Marine Society, president of Bartlett Steam Mills, and a director of the Merchants' National Bank. Graves was twice married, to Caroline Wells (d. 1838) and Mary Pike. He died on 1 September 1877 at the age of 66. Three vessels co-owned by William Graves, Jr. figure prominently in the papers. The ship George West (1122 tons) was built by Currier in 1855. Graves was managing owner; also holding interests were Benjamin A. West of Salem, Robert Couch, Philip H. Blumpy, Joshua Hale, and John Currier, Jr. The ship's masters were Robert Couch (1855-60); George Lunt (1861-62); and Joseph W. Snow, Jr. (1862-64). George West was operated by Graves and his partners from 1855 to 1864, when she was sold at Liverpool to British interests. Prior to the Civil War she was much engaged in the Atlantic cotton trade. A second ship whose papers are well represented is Castilian (999 tons), built by Currier in 1849 and launched in early 1850; Micajah Lunt was the ship's first managing owner (1850-1857), followed by William Graves, Jr. (1857-1867). Her first master was Alexander Graves (1850-1860), who was succeeded by Nehemiah Proctor (1860-1863) and Edmund J. Pike (from 1863). Castilian was periodically engaged in the Peruvian guano trade, and made a number of voyages to ports in South and East Asia. In 1860 she carried 400 Africans from the seized slave ship Wildfire to Liberia on the west coast of Africa, under the aegis of the American Colonization Society. In 1857, Graves and his partners took receipt of the newly built Josiah L. Hale (1094 tons); masters were Jeremiah Lunt, Edward Graves (William's younger half-brother), Edmund Pike, and Samuel Pike. During some sixteen years of operation under Graves and his fellow owners, Hale travelled the Atlantic, Pacific, and Indian Oceans, destined for ports in North and South America, northwest Europe, India, Burma, China, and Australia. The damaged ship was sold in 1873, to Norwegian interests.</lds04>
58
+ <availinstitution>$$INDU$$Savailable</availinstitution>
59
+ <availpnx>available</availpnx>
60
+ </display>
61
+ <links>
62
+ <linktofa>$$Uhttp://rbsc.library.nd.edu/finding_aid/RBSC-MSNEA0506:143$$DFull description / Finding Aid</linktofa>
63
+ </links>
64
+ <search>
65
+ <creatorcontrib>William Graves Jr, 1811 - 1877)</creatorcontrib>
66
+ <creatorcontrib>William Graves, 1811-1877</creatorcontrib>
67
+ <creatorcontrib>Graves, William, Jr. (1811-1877)</creatorcontrib>
68
+ <title>Graves family shipping papers</title>
69
+ <description>About 2500 manuscript business papers of the Graves family, captains and shipowners of Newburyport, Massachusetts, with an emphasis on the incoming correspondence of William Graves, Jr. (1811-1877) and records of his ships Castilian, George West, and Josiah L. Hale.</description>
70
+ <subject>Newburyport (Mass.) -- Business, industries, and trades -- Shipping</subject>
71
+ <subject>Shipping -- Massachusetts</subject>
72
+ <subject>Ships -- Cargo</subject>
73
+ <subject>Massachusetts -- Commerce</subject>
74
+ <subject>India -- Commerce -- United States</subject>
75
+ <subject>Great Britain -- Commerce -- United States</subject>
76
+ <subject>Graves, William, Jr. (1811-1877)</subject>
77
+ <subject>Graves, William (1785-1851)</subject>
78
+ <subject>George West (Ship)</subject>
79
+ <subject>Castilian (Ship)</subject>
80
+ <subject>Josiah L. Hale (Ship)</subject>
81
+ <general>AllDocuments</general>
82
+ <general>About 2500 manuscript business papers of the Graves family, captains and shipowners of Newburyport, Massachusetts, with an emphasis on the incoming correspondence of William Graves, Jr. (1811-1877) and records of his ships Castilian, George West, and Josiah L. Hale.</general>
83
+ <general>William Graves, Sr., was born at Salisbury, Massachusetts on 23 August 1785, the son of Mark and Abigail Green Graves. He must have worked aboard ship from an early age, for at 18 he was already master of the Salem brig Henry (William Ward, owner). From 1810 to 1817 he was captain of the Newburyport brig Abigail, making regular commercial voyages between Virginia and Europe. In 1809 Graves married Mary Pike of Salisbury; a son, William, Jr., was born on 21 March 1811. Mary Graves died in 1817; William subsequently married her sister, Susannah Pike, with whom he had two more sons: Alexander (1823-1869) and Edward (1831-1873). All three sons—William, Jr. and his two half-brothers—would become successful ship masters (and, like their father, members of the Newburyport Marine Society). From the 1820s into the 1840s Graves continued at sea, ultimately commanding at least 18 vessels; in several cases he is listed as part-owner. Among his ships mentioned in the present papers are Plutarch (1824-25) and Calumet (1826-1829), both of Newburyport. In the mid-1820s Graves moved his family from Salisbury to Newburyport; around this time, also, William Graves, Jr. would have begun making voyages on his father's ships, training for a career as a master mariner. In 1834 the Salem merchants David Pingree and Emery Johnson entrusted the younger William Graves with the command of their bark Cynthia, bound for Canton, China. Graves made three voyages to China in Cynthia (1834-37) and six more as master of Pingree and Johnson's new and larger (595 tons) ship Thomas Perkins (1837-47). After more than a decade of near-continuous sailing in the China trade Graves found himself financially secure, and retired from the sea at age 37. He built a house at 56 High St., Newburyport, and married his 24-year-old cousin Mary Pike (1848). In 1849 he set up offices at 8 Ferry Wharf and with his business partner Micajah Lunt began buying substantial interests in sailing ships of the 1000-ton class, built in the shipyard of John Currier, Jr. of Newburyport. Among these vessels were Castilian (built 1849); Volant (1853); Gleaner (1854); George West (1855); Josiah L. Hale (1857); Kenmore (1861); Winona (1862); and Tennyson (1865). These ships engaged in commerce world-wide, contracting with merchants in foreign and domestic ports to carry every manner of cargo. For example, two contracts (or charter-parties) of 8 September 1862 stipulate that George West, then at Amsterdam, sail to Sunderland, England to take on a load of coal bound for Madras, in India; from Madras she was to proceed to Burma for a full cargo of rice, and return with that cargo to a port in northwest Europe. Graves and his fellow owners were to be paid £25 per keel (21.2 long tons) of coal delivered, and £4 per long ton for the rice. Charters between merchants and shipowners were typically arranged by a ship broker (in this case George Croshaw &amp; Co. of London). Sometimes Graves contracted to carry passengers. In addition to the Newburyport ships indicated above, Graves bought shares in several Salem vessels, including the barks Arthur Pickering and Dragon. On occasion his ships were commanded by his brothers, Alexander and Edward, or by his brother-in-law Edmund J. Pike. Apart from managing his shipping business, Graves took an active role in civic affairs in Newburyport, serving as alderman and mayor. He was also president of the Newburyport Marine Society, president of Bartlett Steam Mills, and a director of the Merchants' National Bank. Graves was twice married, to Caroline Wells (d. 1838) and Mary Pike. He died on 1 September 1877 at the age of 66. Three vessels co-owned by William Graves, Jr. figure prominently in the papers. The ship George West (1122 tons) was built by Currier in 1855. Graves was managing owner; also holding interests were Benjamin A. West of Salem, Robert Couch, Philip H. Blumpy, Joshua Hale, and John Currier, Jr. The ship's masters were Robert Couch (1855-60); George Lunt (1861-62); and Joseph W. Snow, Jr. (1862-64). George West was operated by Graves and his partners from 1855 to 1864, when she was sold at Liverpool to British interests. Prior to the Civil War she was much engaged in the Atlantic cotton trade. A second ship whose papers are well represented is Castilian (999 tons), built by Currier in 1849 and launched in early 1850; Micajah Lunt was the ship's first managing owner (1850-1857), followed by William Graves, Jr. (1857-1867). Her first master was Alexander Graves (1850-1860), who was succeeded by Nehemiah Proctor (1860-1863) and Edmund J. Pike (from 1863). Castilian was periodically engaged in the Peruvian guano trade, and made a number of voyages to ports in South and East Asia. In 1860 she carried 400 Africans from the seized slave ship Wildfire to Liberia on the west coast of Africa, under the aegis of the American Colonization Society. In 1857, Graves and his partners took receipt of the newly built Josiah L. Hale (1094 tons); masters were Jeremiah Lunt, Edward Graves (William's younger half-brother), Edmund Pike, and Samuel Pike. During some sixteen years of operation under Graves and his fellow owners, Hale travelled the Atlantic, Pacific, and Indian Oceans, destined for ports in North and South America, northwest Europe, India, Burma, China, and Australia. The damaged ship was sold in 1873, to Norwegian interests.</general>
84
+ <general>The collection consists primarily of business letters and records retained by William Graves, Jr., in the course of managing his shipping interests after his retirement from the sea (1847). There are some 330 letters, 1850 to 1875, mostly directed to Graves (accompanied by a few retained copies of letters written by him). Much of this correspondence relates to the affairs of the ships George West, Castilian, and Josiah L. Hale. Many were written by the masters of these ships, who functioned as the owners' agent or proxy abroad. Among the most recurrent of these correspondents are Alexander Graves, Edward Graves, Edmund Pike, Samuel Pike, Robert Couch, Nehemiah Proctor, and James W. Snow. Because many of these men were Graves's relations there is often some personal content, but the letters were prompted by ship's business. There are also letters from bankers (including Barring Brothers, Graves's banker in London), ship brokers and commission merchants, and agents for other kinds of concerns. Also in the collection are a substantial number of records of the above-named ships. These include more than 460 items for George West (1855-1864); more than 880 for Castilian (1853-1866); and more than 670 for Josiah L. Hale (1857-1874). Record types include, but are not limited to, freight lists and accounts, receipts, disbursements, vouchers, customs papers, and insurance policies and charters, bearing on everything from the ship's itinerary and cargo to its outfitting, repairs, and crew. These are essentially business and financial records; strictly nautical records (like logs) are generally lacking. The collection also includes a small number of papers of William Graves, Sr. (around 70 items, 1812-1841), and an accumulation of financial records of the Wetmore family of Rhode Island and Connecticut (around 90 items, 1821-1837).</general>
85
+ <general>Robert Couch, master.</general>
86
+ <general>George Lunt, master.</general>
87
+ <general>Joseph W. Snow, master.</general>
88
+ <general>Alexander Graves, master.</general>
89
+ <general>Nehemiah Proctor, master.</general>
90
+ <general>Edmund J. Pike, master.</general>
91
+ <general>Edmund J Pike, master.</general>
92
+ <general>Edward Graves, master.</general>
93
+ <general>Edward Graves, master</general>
94
+ <general>Robert Nowell, master.</general>
95
+ <general>David P. Page, master.</general>
96
+ <general>Samuel W. Pike, master.</general>
97
+ <sourceid>nduspec_ead</sourceid>
98
+ <recordid>nduspec_eadRBSC-MSNEA0506</recordid>
99
+ <recordid>RBSC-MSNEA0506</recordid>
100
+ <toc>Series 1: William Graves, Papers</toc>
101
+ <toc>William Graves, Sr., miscellaneous documents,</toc>
102
+ <toc>William Graves, Sr., Ship Plutarch documents,</toc>
103
+ <toc>William Graves, Sr., Ship Calumet documents,</toc>
104
+ <toc>Series 2: William Graves Jr., Correspondence</toc>
105
+ <toc>William Graves, Jr., correspondence,</toc>
106
+ <toc>Series 3: Ship George West, Records</toc>
107
+ <toc>[This folder is not in use].</toc>
108
+ <toc>Ship George West, miscellaneous documents,</toc>
109
+ <toc>Ship George West, insurance policies and charters,</toc>
110
+ <toc>Series 4: Ship Castilian, Records</toc>
111
+ <toc>Ship Castilian, miscellaneous documents,</toc>
112
+ <toc>Ship Castilian, insurance policies and charters,</toc>
113
+ <toc>Series 5: Ship Josiah L. Hale, Records</toc>
114
+ <toc>Ship Josiah L. Hale, miscellaneous documents,</toc>
115
+ <toc>Ship Josiah L. Hale, insurance policies and charters,</toc>
116
+ <toc>Series 6: Unidentified Ships, Records</toc>
117
+ <toc>Documents from unidentified ships,</toc>
118
+ <toc>Series 7: Wetmore Family Papers</toc>
119
+ <toc>Wetmore family papers,</toc>
120
+ <rsrctype>archival</rsrctype>
121
+ <searchscope>nduspec_ead</searchscope>
122
+ <searchscope>NDU</searchscope>
123
+ <scope>RBSC</scope>
124
+ <scope>SPEC</scope>
125
+ <scope>nduspec_ead</scope>
126
+ <scope>NDU</scope>
127
+ <alttitle>Guide to the Graves Family Shipping Papers</alttitle>
128
+ <lsr01>SPEC RBSC</lsr01>
129
+ <lsr02>Graves Graves family shipping papers</lsr02>
130
+ <lsr02>Graves family shipping papers Graves</lsr02>
131
+ <lsr05>MSN/EA 0506</lsr05>
132
+ <lsr05>MSN/EA0506</lsr05>
133
+ <lsr05>MSN EA 0506</lsr05>
134
+ <lsr05>MSN EA0506</lsr05>
135
+ <lsr05>MSNEA0506</lsr05>
136
+ <lsr05>MSNEA 0506</lsr05>
137
+ </search>
138
+ <sort>
139
+ <title>graves family shipping papers</title>
140
+ <creationdate>1850</creationdate>
141
+ <author>William Graves, Jr, 1811 - 1877)</author>
142
+ <lso01>1850</lso01>
143
+ <lso02>MSN/EA 0506</lso02>
144
+ </sort>
145
+ <facets>
146
+ <language>eng</language>
147
+ <creationdate>1850</creationdate>
148
+ <topic>Newburyport (Mass.)–Business, industries, and trades–Shipping</topic>
149
+ <topic>Shipping–Massachusetts</topic>
150
+ <topic>Ships–Cargo</topic>
151
+ <topic>Massachusetts–Commerce</topic>
152
+ <topic>India–Commerce–United States</topic>
153
+ <topic>Great Britain–Commerce–United States</topic>
154
+ <topic>Graves, William, Jr. (1811-1877)</topic>
155
+ <topic>Graves, William (1785-1851)</topic>
156
+ <topic>George West (Ship)</topic>
157
+ <topic>Castilian (Ship)</topic>
158
+ <topic>Josiah L. Hale (Ship)</topic>
159
+ <toplevel>available</toplevel>
160
+ <prefilter>archival</prefilter>
161
+ <prefilter>manuscript</prefilter>
162
+ <rsrctype>archival</rsrctype>
163
+ <rsrctype>manuscript</rsrctype>
164
+ <creatorcontrib>Graves, W</creatorcontrib>
165
+ <library>HESB</library>
166
+ <frbrgroupid>148434307</frbrgroupid>
167
+ <frbrtype>6</frbrtype>
168
+ </facets>
169
+ <dedup>
170
+ <t>99</t>
171
+ </dedup>
172
+ <frbr>
173
+ <t>99</t>
174
+ </frbr>
175
+ <delivery>
176
+ <institution>NDU</institution>
177
+ <delcategory>Physical Item</delcategory>
178
+ </delivery>
179
+ <ranking>
180
+ <booster1>1</booster1>
181
+ <booster2>1</booster2>
182
+ </ranking>
183
+ <addata>
184
+ <aulast>Graves</aulast>
185
+ <aufirst>William</aufirst>
186
+ <addau>Graves, William, Jr. (1811-1877)</addau>
187
+ <date>1850</date>
188
+ <risdate>1812-1877</risdate>
189
+ <genre>archival</genre>
190
+ <ristype>GENERIC</ristype>
191
+ <abstract>About 2500 manuscript business papers of the Graves family, captains and shipowners of Newburyport, Massachusetts, with an emphasis on the incoming correspondence of William Graves, Jr. (1811-1877) and records of his ships Castilian, George West, and Josiah L. Hale.</abstract>
192
+ <cop>Notre Dame, IN</cop>
193
+ <pub>Department of Rare Books and Special Collections, University of Notre Dame</pub>
194
+ <objectid>MSN/EA 0506</objectid>
195
+ </addata>
196
+ <browse>
197
+ <author>$$DGraves, William, Jr. (1811-1877)$$EGraves, William, Jr. (1811-1877)</author>
198
+ <title>$$DGraves family shipping papers$$EGraves family shipping papers</title>
199
+ <subject>$$DNewburyport (Mass.) -- Business, industries, and trades -- Shipping$$ENewburyport (Mass.) Business, industries, and trades Shipping</subject>
200
+ <subject>$$DShipping -- Massachusetts$$EShipping Massachusetts</subject>
201
+ <subject>$$DShips -- Cargo$$EShips Cargo</subject>
202
+ <subject>$$DMassachusetts -- Commerce$$EMassachusetts Commerce</subject>
203
+ <subject>$$DIndia -- Commerce -- United States$$EIndia Commerce United States</subject>
204
+ <subject>$$DGreat Britain -- Commerce -- United States$$EGreat Britain Commerce United States</subject>
205
+ <institution>NDU</institution>
206
+ </browse>
207
+ </record>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exlibris-primo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scot Dalton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-03 00:00:00.000000000 Z
11
+ date: 2014-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: require_all
@@ -403,6 +403,7 @@ files:
403
403
  - test/web_service/response/search_stats_test.rb
404
404
  - test/web_service/response/search_test.rb
405
405
  - test/web_service/response/tags_test.rb
406
+ - test/xml/record_other_sourcesystem.xml
406
407
  - test/xml_util_test.rb
407
408
  homepage: https://github.com/scotdalton/exlibris-primo
408
409
  licenses:
@@ -587,4 +588,5 @@ test_files:
587
588
  - test/web_service/response/search_stats_test.rb
588
589
  - test/web_service/response/search_test.rb
589
590
  - test/web_service/response/tags_test.rb
591
+ - test/xml/record_other_sourcesystem.xml
590
592
  - test/xml_util_test.rb