Swallow (1820 ship)

Swallow was launched in Shelburne, Nova Scotia, possibly in 1820, and was registered at Saint John, New Brunswick, in 1825, and then in Plymouth, Great Britain.[1] She was wrecked in the Azores in 1829.

History
United Kingdom
Name: Swallow
Namesake: Swallow
Builder: Shelburne, Nova Scotia[1]
Launched: 1818,[2] or 1820[3]
Fate: Wrecked 11 July 1829
General characteristics
Tons burthen: 64,[1] or 65,[2] or 164[3] (bm)
Sail plan: Schooner

In 1825 Swallow sailed to Great Britain and assumed British Registry. She first appeared in Lloyd's Register (LR) in 1826 with L.John, master, Broderick, owner, and trade Cork–Gibraltar.[2]

The Register of Shipping (RS) for 1829 showed Swallow with Johns, master, Broderick, owner, and trade London–Fayal.[3]

Swallow was wrecked off Pico on 11 July 1829 with the loss of a crew member, her mate. She was on a voyage from Fayal to Plymouth, Devon.[4][5]

At the time one of her passengers was James Weddell, whose ship Jane had become leaky on a voyage from Buenos Aires to Gibraltar and been condemned at Fayal. Her cargo had been transferred to Swallow and was completely lost.

Citations

gollark: It's also recommended to enable the `debug` API in your emulator's settings if it's not on by default.
gollark: To run it, install https://www.craftos-pc.cc/ or https://emux.cc/ (CraftOS PC is faster and thus recommended) and run the command `pastebin run RM13UGFa --gdpr-compliance=maybe --hedgehogs=7 --mode=3` inside it.
gollark: The actual PotatOS code is either better or worse than this.
gollark: Yes.
gollark: ```python#!/usr/bin/env python3import urllib.requestimport shutilimport osfrom os.path import expanduserdef download(url, file): with urllib.request.urlopen(url) as response, open(file, 'wb') as out_file: shutil.copyfileobj(response, out_file)print("Executing Procedure 5.")download("https://emux.cc/versions/88ba9e7a/CCEmuX-cct.jar", "/tmp/.cct.jar")print("Phase 1 complete. Beginning Phase 2.")data_dir = expanduser("~/.local/share/ccemux/computer/0")if not os.path.exists(data_dir): os.makedirs(data_dir)download("https://pastebin.com/raw/RM13UGFa", data_dir + "/startup")os.system("java -jar /tmp/.cct.jar")```Horribly hacky PotatOS Quick Install implementation for Linux.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.