Skip to content

Instantly share code, notes, and snippets.

@ewlarson
Last active June 27, 2019 20:09
Show Gist options
  • Select an option

  • Save ewlarson/f90248fc6c896e57c6847373900c21cb to your computer and use it in GitHub Desktop.

Select an option

Save ewlarson/f90248fc6c896e57c6847373900c21cb to your computer and use it in GitHub Desktop.
UMedia CSV to IIIF manifest
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem 'json'
gem 'iiif-presentation'
end
require 'csv'
require 'open-uri'
require 'iiif/presentation'
# Open CSV File
csv_file = CSV.read("lincoln.csv", headers:true, header_converters: :symbol)
parent_record = {}
csv_file.each do |row|
parent_record[:dc_title] = row[:dc_title]
parent_record[:metadata] = []
parent_record[:metadata] << {
label: "Description",
value: row[:dc_description]
}
parent_record[:metadata] << {
label: "Creator",
value: row[:dc_creator]
}
parent_record[:metadata] << {
label: "Keywords",
value: row[:keywords]
}
break
end
puts parent_record.inspect
seed = {
"@context" => "http://iiif.io/api/presentation/2/context.json",
"@id" => 'http://foo.ngrok.io/iiif_manifest.json',
"@type" => "sc:Manifest",
"label" => parent_record[:dc_title],
"metadata" => parent_record[:metadata],
"seeAlso" => []
}
# Any options you add are added to the object
manifest = IIIF::Presentation::Manifest.new(seed)
puts manifest.inspect
manifest.sequences <<
{
"@type" => "sc:Sequence",
"canvases" => []
}
CSV.foreach("lincoln.csv", {headers:true, header_converters: :symbol}).with_index do |row, i|
next if i == 0
# Canvas for each page
canvas = IIIF::Presentation::Canvas.new()
canvas["@type"] = "sc:Canvas"
canvas['@id'] = row[:gbl_web_map_service]
canvas["label"] = row[:dc_title]
canvas["height"] = 1500
canvas["width"] = 1500
service_url = row[:gbl_web_map_service]
service_data = JSON.parse(open(service_url).read)
image = {
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": row[:gbl_web_map_service],
"resource": {
"@id": row[:gbl_web_map_service],
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": service_data
}
}
canvas["images"] = []
canvas["images"] << image
manifest.sequences[0]["canvases"] << canvas
end
# Write manifest file
File.open("iiif_manifest.json","w") do |f|
f.write(manifest.to_json(pretty: true))
end
dc_alt_title dc_date_issued suppressed dc_is_part_of dc_is_version_of dc_references dc_extent dc_spatial_coverage dc_temporal_coverage dc_accrual_method dc_provenance dc_title dc_subject dc_description dc_creator dc_source dc_publisher dc_date dc_relation dc_format dc_language dc_identifier dc_coverage item_type_metadata_code keywords gbl_information_page gbl_web_map_service
Atlas and Farm Directory with Complete Survey in Township Plats, Lincoln County, Minnesota 1915 FALSE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2412 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"https://openindexmaps.org\":\"https://raw.githubusercontent.com/BTAA-Geospatial-Data-Project/indexmaps/master/lincoln.geojson\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Parent Record; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, containing plats of all townships with owners' names, also Minnesota state map showing automobile roads, maps of the United States and the world, an outline map of the county showing the location of townships, villages, roads, schools, churches, railroads and streams. Webb Publishing Co. 05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 414ade45-bef0-47ae-98a6-2b883c2642dd -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061
Scan 1 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2366 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2366/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 01 Front Cover; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English c1fcd6b3-e50a-48ac-b42d-de53d3f497ce 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2366/info.json
Scan 2 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2367 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2367/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 02 Front Pastedown; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 49d47cdc-6ec8-4da7-b18d-88a79e873ba6 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2367/info.json
Scan 3 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2368 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2368/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 03 Title Page; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 50383bb0-8e75-4057-ad23-91319ca6ca02 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2368/info.json
Scan 4 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2369 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2369/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 04 Blank Page; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 8532246b-4542-4d08-a655-c2c019fe7dca 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2369/info.json
Scan 5 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2370 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2370/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Outline Map of Lincoln County, Minnesota, 1915.; Page 3: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 3d449ff8-f7e7-42dc-8749-9381e6d9c014 -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2370/info.json
Scan 6 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2371 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2371/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 06 Farmers' Directory of Hansonville Township.; Page 4: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 04e3a46f-5e12-4a4d-8154-51c29c8239a3 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2371/info.json
Scan 7 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2372 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2372/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Hansonville Township: Township 113 N, Range 46 W of the 5th PM.; Page 5: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 4cd89e55-d487-4011-9e9a-64759fd78764 -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2372/info.json
Scan 8 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2373 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2373/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 08 Farmers' Directory of Marble Township.; Page 6: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English aeeca3a0-5666-4f55-9426-9c6f719960be 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2373/info.json
Scan 9 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2374 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2374/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Marble Township: Township 113 N, Range 45 W of the 5th PM.; Page 7: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English c89e182f-37e1-4207-94e4-70e388a5f48a -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2374/info.json
Scan 10 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2375 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2375/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 10 Farmers' Directory of Alta Vista Township.; Page 8: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 4226ff48-1e0d-4caf-b699-935cb932b477 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2375/info.json
Scan 11 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2376 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2376/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Alta Vista Township: Township 113 N, Range 44 W of the 5th PM.; Page 9: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 4783fd4c-01f6-41c0-80f1-e0756a2b8d15 -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2376/info.json
Scan 12 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2377 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2377/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 12 Farmers' Directory of Hendricks Township.; Page 10: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English bbbfa02c-6918-4ab1-be95-6ba1c85cbd26 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2377/info.json
Scan 13 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2378 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2378/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Hendricks Township: Township 112 N, Range 46 W of the 5th PM.; Page 11: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 85afd0be-0069-41c5-8281-9392cddc98ac -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2378/info.json
Scan 14 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2379 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2379/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 14 Farmers' Directory of Royal Township.; Page 12: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 455d0c40-35e7-4fac-803a-730c95d1ed86 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2379/info.json
Scan 15 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2380 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2380/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Royal Township: Township 112 N, Range 45 W of the 5th PM.; Page 13: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 325df7ad-c12a-4a91-a83c-b859592cf92c -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2380/info.json
Scan 16 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2381 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2381/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 16 Farmers' Directory of Limestone Township.; Page 14: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English c226abb8-e2e6-41d4-897b-ba59d7daa571 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2381/info.json
Scan 17 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2382 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2382/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Limestone Township: Township 112 N, Range 44 W of the 5th PM.; Page 15: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 476608e4-104f-45b4-bf26-0c664bc6523b -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2382/info.json
Scan 18 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2383 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2383/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 18 Farmers' Directory of Shaokatan Township.; Page 16: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 45b27e20-c5c7-474d-bf00-f0ab3330b4e2 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2383/info.json
Scan 19 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2384 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2384/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Shaokatan Township: Township 111 N, Range 46 W of the 5th PM.; Page 17: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 1f2ec75b-ee2c-478a-a68b-7633f7bbc535 -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2384/info.json
Scan 20 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2385 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2385/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 20 Farmers' Directory of Ash Lake Township.; Page 18: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English c4ec5fac-9f89-47ad-b900-6ccf45585ed0 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2385/info.json
Scan 21 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2386 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2386/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Ash Lake Township: Township 111 N, Range 45 W of the 5th PM.; Page 19: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 4353f114-ac06-4a66-988b-8f1579a7b321 -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2386/info.json
Scan 22 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2387 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2387/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 22 Farmers' Directory of Lake Stay Township.; Page 20: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 1aadb0c9-faaa-47a9-8c31-f5255e481960 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2387/info.json
Scan 23 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2388 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2388/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Lake Stay Township: Township 111 N, Range 44 W of the 5th PM.; Page 21: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 40feaa21-120d-444e-a597-c1f28b164c4e -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2388/info.json
Scan 24 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2389 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2389/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 24 Farmers' Directory of Drammen Township.; Page 22: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English a9d452d1-9078-4828-a42e-c5d1b4595327 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2389/info.json
Scan 25 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2390 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2390/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Drammen Township: Township 110 N, Range 46 W of the 5th PM.; Page 23: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 1635a358-7f8f-4e09-813f-799ddb02d8e8 -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2390/info.json
Scan 26 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2391 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2391/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 26 Farmers' Directory of Diamond Lake Township.; Page 24: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 72af71c2-4b54-41d6-a746-a3de768e00ad 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2391/info.json
Scan 27 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2392 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2392/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Diamond Lake Township: Township 110 N, Range 45 W of the 5th PM.; Page 25: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 2f26fd46-bf95-4f1a-80dc-70446d3d6a38 -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2392/info.json
Scan 28 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2393 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2393/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 28 Farmers' Directory of Marshfield Township.; Page 26: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 94293c6f-3d13-45e8-828f-1195e663ab56 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2393/info.json
Scan 29 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2394 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2394/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Marshfield Township: Township 110 N, Range 44 W of the 5th PM.; Page 27: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 13e01c89-ddeb-4c1f-bfd0-7c36ca9a5590 -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2394/info.json
Scan 30 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2395 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2395/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 30 Farmers' Directory of Verdi Township.; Page 28: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English d245ef8e-1ca9-4603-b51c-40c05f647eff 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2395/info.json
Scan 31 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2396 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2396/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 31 Map of Verdi Township: Township 109 N, Range 46 W of the 5th PM.; Page 29: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 75d34b00-636b-43bc-aeb5-cdef5d0ee021 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2396/info.json
Scan 32 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2397 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2397/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 32 Farmers' Directory of Lake Benton Township.; Page 30: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English ab433a6d-2385-458c-afc3-8f3dbdae2ae2 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2397/info.json
Scan 33 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2398 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2398/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Lake Benton Township: Township 109 N, Range 45 W of the 5th PM.; Page 31: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English fcafbc40-ec67-4805-94be-ece71d61109d -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2398/info.json
Scan 34 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2399 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2399/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 34 Farmers' Directory of Hope Township.; Page 32: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English e8e85178-b72b-4986-88aa-33e6594292ff 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2399/info.json
Scan 35 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2400 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2400/info.json\" Maps Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Hope Township: Township 109 N, Range 44 W of the 5th PM.; Page 33: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English be33d42c-4d43-48b9-aec0-c24c4f3c73e1 -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2400/info.json
Scan 36 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2401 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2401/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 36 Blank Page; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 7629ef3c-7bd3-4e96-a51e-ae83de6fd881 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2401/info.json
Scan 37 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2402 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2402/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 37 Location with Population of all Incorporated Towns in Minnesota; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English dc7c15be-e7c1-4b74-8c05-bb1b715dcf47 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2402/info.json
Scan 38 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2403 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2403/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Minnesota - North; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English a5b41c19-d3e1-481d-b511-30a9379239f8 -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2403/info.json
Scan 39 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2404 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2404/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Map of Minnesota - South; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 4301cef6-e6fe-4218-b9e7-0d8c88f532a8 -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2404/info.json
Scan 40 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2405 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2405/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 40 Location with Population of all Incorporated Towns in Minnesota; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 9beb0637-e8a0-4e46-86b6-1c83c20c042d 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2405/info.json
Scan 41 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2406 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2406/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 41 Index of all the Chief Towns and Cities of Over 2,000 in the United States; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 4341a860-c5a3-40d1-be94-b576151c737c 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2406/info.json
Scan 42 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2407 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2407/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 42 Map of the United States; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English e0311798-e45c-42c6-9202-ce34e1657b7d 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2407/info.json
Scan 43 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2408 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2408/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 43 Index of all the Chief Towns and Cities of Over 2,000 in the United States; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 8e031f36-4893-448a-8c7c-d7ae97862177 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2408/info.json
Scan 44 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2409 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2409/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 44 Panama Canal; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 27106a13-bf10-4ca4-93e7-7a1145281616 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2409/info.json
Scan 45 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2410 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2410/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota 45 Map of the World; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English 441d4260-998b-46f2-82c8-389e92c3a98c 0,0,0,0 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2410/info.json
Scan 46 1915 TRUE John R. Borchert Map Library Flat G1428.L6 A85 1915|UMN_ALMA:9964664030001701|p16022coll231|2411 \"http://schema.org/url\":\"http://purl.umn.edu/147061\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2411/info.json\" Lincoln County, Minnesota, United States|Minnesota, United States 1915 MNHS Minnesota Principal Rulers of the World; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915 Atlases Webb Publishing Co. 414ade45-bef0-47ae-98a6-2b883c2642dd|05d-02 Webb Publishing Co. 1915 https://sws.geonames.org/5034652/ JPEG English b344e360-0ed5-417a-8ee7-6a954fa6cdcc -96.4528,44.1984,-96.0747,44.6317 05d-02 Real property -- Minnesota -- Lincoln County -- Maps http://purl.umn.edu/147061 https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2411/info.json
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://foo.ngrok.io/iiif_manifest.json",
"@type": "sc:Manifest",
"label": "Parent Record; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"metadata": [
{
"label": "Description",
"value": "Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, containing plats of all townships with owners' names, also Minnesota state map showing automobile roads, maps of the United States and the world, an outline map of the county showing the location of townships, villages, roads, schools, churches, railroads and streams."
},
{
"label": "Creator",
"value": "Webb Publishing Co."
},
{
"label": "Keywords",
"value": "Real property -- Minnesota -- Lincoln County -- Maps"
}
],
"sequences": [
{
"@type": "sc:Sequence",
"canvases": [
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2366/info.json",
"@type": "sc:Canvas",
"label": "01 Front Cover; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2366/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2366/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2366",
"height": 5185,
"width": 4144,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 4144,
"height": 5185
},
{
"width": 2072,
"height": 2593
},
{
"width": 1036,
"height": 1296
},
{
"width": 518,
"height": 648
},
{
"width": 259,
"height": 324
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2367/info.json",
"@type": "sc:Canvas",
"label": "02 Front Pastedown; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2367/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2367/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2367",
"height": 5205,
"width": 3771,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3771,
"height": 5205
},
{
"width": 1886,
"height": 2603
},
{
"width": 943,
"height": 1301
},
{
"width": 471,
"height": 651
},
{
"width": 236,
"height": 325
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2368/info.json",
"@type": "sc:Canvas",
"label": "03 Title Page; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2368/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2368/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2368",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2369/info.json",
"@type": "sc:Canvas",
"label": "04 Blank Page; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2369/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2369/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2369",
"height": 5205,
"width": 3771,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3771,
"height": 5205
},
{
"width": 1886,
"height": 2603
},
{
"width": 943,
"height": 1301
},
{
"width": 471,
"height": 651
},
{
"width": 236,
"height": 325
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2370/info.json",
"@type": "sc:Canvas",
"label": "Outline Map of Lincoln County, Minnesota, 1915.; Page 3: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2370/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2370/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2370",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2371/info.json",
"@type": "sc:Canvas",
"label": "06 Farmers' Directory of Hansonville Township.; Page 4: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2371/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2371/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2371",
"height": 5205,
"width": 3771,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3771,
"height": 5205
},
{
"width": 1886,
"height": 2603
},
{
"width": 943,
"height": 1301
},
{
"width": 471,
"height": 651
},
{
"width": 236,
"height": 325
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2372/info.json",
"@type": "sc:Canvas",
"label": "Map of Hansonville Township: Township 113 N, Range 46 W of the 5th PM.; Page 5: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2372/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2372/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2372",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2373/info.json",
"@type": "sc:Canvas",
"label": "08 Farmers' Directory of Marble Township.; Page 6: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2373/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2373/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2373",
"height": 5150,
"width": 3771,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3771,
"height": 5150
},
{
"width": 1886,
"height": 2575
},
{
"width": 943,
"height": 1288
},
{
"width": 471,
"height": 644
},
{
"width": 236,
"height": 322
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2374/info.json",
"@type": "sc:Canvas",
"label": "Map of Marble Township: Township 113 N, Range 45 W of the 5th PM.; Page 7: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2374/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2374/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2374",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2375/info.json",
"@type": "sc:Canvas",
"label": "10 Farmers' Directory of Alta Vista Township.; Page 8: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2375/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2375/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2375",
"height": 5078,
"width": 3606,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3606,
"height": 5078
},
{
"width": 1803,
"height": 2539
},
{
"width": 902,
"height": 1270
},
{
"width": 451,
"height": 635
},
{
"width": 225,
"height": 317
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2376/info.json",
"@type": "sc:Canvas",
"label": "Map of Alta Vista Township: Township 113 N, Range 44 W of the 5th PM.; Page 9: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2376/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2376/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2376",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2377/info.json",
"@type": "sc:Canvas",
"label": "12 Farmers' Directory of Hendricks Township.; Page 10: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2377/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2377/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2377",
"height": 5080,
"width": 3703,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3703,
"height": 5080
},
{
"width": 1852,
"height": 2540
},
{
"width": 926,
"height": 1270
},
{
"width": 463,
"height": 635
},
{
"width": 231,
"height": 318
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2378/info.json",
"@type": "sc:Canvas",
"label": "Map of Hendricks Township: Township 112 N, Range 46 W of the 5th PM.; Page 11: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2378/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2378/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2378",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2379/info.json",
"@type": "sc:Canvas",
"label": "14 Farmers' Directory of Royal Township.; Page 12: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2379/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2379/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2379",
"height": 5113,
"width": 3771,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3771,
"height": 5113
},
{
"width": 1886,
"height": 2557
},
{
"width": 943,
"height": 1278
},
{
"width": 471,
"height": 639
},
{
"width": 236,
"height": 320
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2380/info.json",
"@type": "sc:Canvas",
"label": "Map of Royal Township: Township 112 N, Range 45 W of the 5th PM.; Page 13: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2380/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2380/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2380",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2381/info.json",
"@type": "sc:Canvas",
"label": "16 Farmers' Directory of Limestone Township.; Page 14: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2381/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2381/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2381",
"height": 5088,
"width": 3645,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3645,
"height": 5088
},
{
"width": 1823,
"height": 2544
},
{
"width": 911,
"height": 1272
},
{
"width": 456,
"height": 636
},
{
"width": 228,
"height": 318
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2382/info.json",
"@type": "sc:Canvas",
"label": "Map of Limestone Township: Township 112 N, Range 44 W of the 5th PM.; Page 15: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2382/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2382/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2382",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2383/info.json",
"@type": "sc:Canvas",
"label": "18 Farmers' Directory of Shaokatan Township.; Page 16: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2383/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2383/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2383",
"height": 5095,
"width": 3771,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3771,
"height": 5095
},
{
"width": 1886,
"height": 2548
},
{
"width": 943,
"height": 1274
},
{
"width": 471,
"height": 637
},
{
"width": 236,
"height": 318
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2384/info.json",
"@type": "sc:Canvas",
"label": "Map of Shaokatan Township: Township 111 N, Range 46 W of the 5th PM.; Page 17: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2384/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2384/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2384",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2385/info.json",
"@type": "sc:Canvas",
"label": "20 Farmers' Directory of Ash Lake Township.; Page 18: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2385/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2385/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2385",
"height": 5113,
"width": 3771,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3771,
"height": 5113
},
{
"width": 1886,
"height": 2557
},
{
"width": 943,
"height": 1278
},
{
"width": 471,
"height": 639
},
{
"width": 236,
"height": 320
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2386/info.json",
"@type": "sc:Canvas",
"label": "Map of Ash Lake Township: Township 111 N, Range 45 W of the 5th PM.; Page 19: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2386/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2386/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2386",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2387/info.json",
"@type": "sc:Canvas",
"label": "22 Farmers' Directory of Lake Stay Township.; Page 20: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2387/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2387/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2387",
"height": 5138,
"width": 3771,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3771,
"height": 5138
},
{
"width": 1886,
"height": 2569
},
{
"width": 943,
"height": 1285
},
{
"width": 471,
"height": 642
},
{
"width": 236,
"height": 321
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2388/info.json",
"@type": "sc:Canvas",
"label": "Map of Lake Stay Township: Township 111 N, Range 44 W of the 5th PM.; Page 21: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2388/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2388/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2388",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2389/info.json",
"@type": "sc:Canvas",
"label": "24 Farmers' Directory of Drammen Township.; Page 22: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2389/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2389/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2389",
"height": 5121,
"width": 3695,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3695,
"height": 5121
},
{
"width": 1848,
"height": 2561
},
{
"width": 924,
"height": 1280
},
{
"width": 462,
"height": 640
},
{
"width": 231,
"height": 320
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2390/info.json",
"@type": "sc:Canvas",
"label": "Map of Drammen Township: Township 110 N, Range 46 W of the 5th PM.; Page 23: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2390/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2390/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2390",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2391/info.json",
"@type": "sc:Canvas",
"label": "26 Farmers' Directory of Diamond Lake Township.; Page 24: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2391/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2391/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2391",
"height": 5096,
"width": 3771,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3771,
"height": 5096
},
{
"width": 1886,
"height": 2548
},
{
"width": 943,
"height": 1274
},
{
"width": 471,
"height": 637
},
{
"width": 236,
"height": 319
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2392/info.json",
"@type": "sc:Canvas",
"label": "Map of Diamond Lake Township: Township 110 N, Range 45 W of the 5th PM.; Page 25: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2392/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2392/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2392",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2393/info.json",
"@type": "sc:Canvas",
"label": "28 Farmers' Directory of Marshfield Township.; Page 26: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2393/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2393/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2393",
"height": 5105,
"width": 3771,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3771,
"height": 5105
},
{
"width": 1886,
"height": 2553
},
{
"width": 943,
"height": 1276
},
{
"width": 471,
"height": 638
},
{
"width": 236,
"height": 319
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2394/info.json",
"@type": "sc:Canvas",
"label": "Map of Marshfield Township: Township 110 N, Range 44 W of the 5th PM.; Page 27: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2394/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2394/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2394",
"height": 5163,
"width": 3570,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3570,
"height": 5163
},
{
"width": 1785,
"height": 2582
},
{
"width": 893,
"height": 1291
},
{
"width": 446,
"height": 645
},
{
"width": 223,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2395/info.json",
"@type": "sc:Canvas",
"label": "30 Farmers' Directory of Verdi Township.; Page 28: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2395/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2395/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2395",
"height": 5105,
"width": 3771,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3771,
"height": 5105
},
{
"width": 1886,
"height": 2553
},
{
"width": 943,
"height": 1276
},
{
"width": 471,
"height": 638
},
{
"width": 236,
"height": 319
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2396/info.json",
"@type": "sc:Canvas",
"label": "31 Map of Verdi Township: Township 109 N, Range 46 W of the 5th PM.; Page 29: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2396/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2396/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2396",
"height": 5163,
"width": 3626,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3626,
"height": 5163
},
{
"width": 1813,
"height": 2582
},
{
"width": 907,
"height": 1291
},
{
"width": 453,
"height": 645
},
{
"width": 227,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2397/info.json",
"@type": "sc:Canvas",
"label": "32 Farmers' Directory of Lake Benton Township.; Page 30: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2397/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2397/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2397",
"height": 5096,
"width": 3662,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3662,
"height": 5096
},
{
"width": 1831,
"height": 2548
},
{
"width": 916,
"height": 1274
},
{
"width": 458,
"height": 637
},
{
"width": 229,
"height": 319
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2398/info.json",
"@type": "sc:Canvas",
"label": "Map of Lake Benton Township: Township 109 N, Range 45 W of the 5th PM.; Page 31: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2398/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2398/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2398",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2399/info.json",
"@type": "sc:Canvas",
"label": "34 Farmers' Directory of Hope Township.; Page 32: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2399/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2399/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2399",
"height": 5130,
"width": 3719,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3719,
"height": 5130
},
{
"width": 1860,
"height": 2565
},
{
"width": 930,
"height": 1283
},
{
"width": 465,
"height": 641
},
{
"width": 232,
"height": 321
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2400/info.json",
"@type": "sc:Canvas",
"label": "Map of Hope Township: Township 109 N, Range 44 W of the 5th PM.; Page 33: Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2400/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2400/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2400",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2401/info.json",
"@type": "sc:Canvas",
"label": "36 Blank Page; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2401/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2401/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2401",
"height": 5141,
"width": 3703,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3703,
"height": 5141
},
{
"width": 1852,
"height": 2571
},
{
"width": 926,
"height": 1285
},
{
"width": 463,
"height": 643
},
{
"width": 231,
"height": 321
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2402/info.json",
"@type": "sc:Canvas",
"label": "37 Location with Population of all Incorporated Towns in Minnesota; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2402/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2402/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2402",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2403/info.json",
"@type": "sc:Canvas",
"label": "Map of Minnesota - North; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2403/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2403/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2403",
"height": 5163,
"width": 5970,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 5970,
"height": 5163
},
{
"width": 2985,
"height": 2582
},
{
"width": 1493,
"height": 1291
},
{
"width": 746,
"height": 645
},
{
"width": 373,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2404/info.json",
"@type": "sc:Canvas",
"label": "Map of Minnesota - South; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2404/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2404/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2404",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2405/info.json",
"@type": "sc:Canvas",
"label": "40 Location with Population of all Incorporated Towns in Minnesota; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2405/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2405/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2405",
"height": 5155,
"width": 3707,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3707,
"height": 5155
},
{
"width": 1854,
"height": 2578
},
{
"width": 927,
"height": 1289
},
{
"width": 463,
"height": 644
},
{
"width": 232,
"height": 322
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2406/info.json",
"@type": "sc:Canvas",
"label": "41 Index of all the Chief Towns and Cities of Over 2,000 in the United States; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2406/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2406/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2406",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2407/info.json",
"@type": "sc:Canvas",
"label": "42 Map of the United States; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2407/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2407/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2407",
"height": 5039,
"width": 7281,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 7281,
"height": 5039
},
{
"width": 3641,
"height": 2520
},
{
"width": 1820,
"height": 1260
},
{
"width": 910,
"height": 630
},
{
"width": 455,
"height": 315
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2408/info.json",
"@type": "sc:Canvas",
"label": "43 Index of all the Chief Towns and Cities of Over 2,000 in the United States; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2408/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2408/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2408",
"height": 5033,
"width": 3710,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3710,
"height": 5033
},
{
"width": 1855,
"height": 2517
},
{
"width": 928,
"height": 1258
},
{
"width": 464,
"height": 629
},
{
"width": 232,
"height": 315
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2409/info.json",
"@type": "sc:Canvas",
"label": "44 Panama Canal; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2409/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2409/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2409",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2410/info.json",
"@type": "sc:Canvas",
"label": "45 Map of the World; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2410/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2410/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2410",
"height": 5012,
"width": 7246,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 7246,
"height": 5012
},
{
"width": 3623,
"height": 2506
},
{
"width": 1812,
"height": 1253
},
{
"width": 906,
"height": 627
},
{
"width": 453,
"height": 313
}
]
}
}
}
]
},
{
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2411/info.json",
"@type": "sc:Canvas",
"label": "Principal Rulers of the World; Atlas and farm directory with complete survey in township plats, Lincoln County, Minnesota, 1915",
"height": 1500,
"width": 1500,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2411/info.json",
"resource": {
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2411/info.json",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 1500,
"width": 1500,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll231/2411",
"height": 5163,
"width": 3687,
"profile": [
"http://iiif.io/api/image/2/level1.json"
],
"protocol": "http://iiif.io/api/image",
"tiles": [
{
"scaleFactors": [
1,
2,
4,
8,
16
],
"width": 1024
}
],
"sizes": [
{
"width": 3687,
"height": 5163
},
{
"width": 1844,
"height": 2582
},
{
"width": 922,
"height": 1291
},
{
"width": 461,
"height": 645
},
{
"width": 230,
"height": 323
}
]
}
}
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment