geoblacklight 3.8.0 → 4.0.0.pre.alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (162) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby.yml +98 -22
  3. data/.gitignore +0 -1
  4. data/.rubocop.yml +5 -1
  5. data/.solr_wrapper +0 -1
  6. data/README.md +1 -1
  7. data/app/assets/images/blacklight/geoblacklight-icons.json +66 -102
  8. data/app/assets/images/blacklight/michigan-state-university.svg +1 -0
  9. data/app/assets/images/blacklight/pennsylvania-state-university.svg +1 -0
  10. data/app/assets/images/blacklight/purdue-university.svg +1 -0
  11. data/app/assets/images/blacklight/the-ohio-state-university.svg +1 -0
  12. data/app/assets/images/blacklight/university-of-chicago.svg +1 -0
  13. data/app/assets/images/blacklight/university-of-illinois-urbana-champaign.svg +1 -0
  14. data/app/assets/images/blacklight/university-of-iowa.svg +1 -0
  15. data/app/assets/images/blacklight/university-of-maryland.svg +1 -0
  16. data/app/assets/images/blacklight/university-of-michigan.svg +1 -0
  17. data/app/assets/images/blacklight/university-of-minnesota.svg +1 -0
  18. data/app/assets/images/blacklight/university-of-nebraska-lincoln.svg +1 -0
  19. data/app/assets/images/blacklight/university-of-wisconsin-madison.svg +1 -0
  20. data/app/assets/javascripts/geoblacklight/viewers/tms.js +2 -2
  21. data/app/assets/javascripts/geoblacklight/viewers/wms.js +2 -2
  22. data/app/models/concerns/geoblacklight/solr_document/citation.rb +2 -2
  23. data/app/models/concerns/geoblacklight/solr_document.rb +4 -4
  24. data/app/models/concerns/geoblacklight/spatial_search_behavior.rb +3 -3
  25. data/app/views/catalog/_header_icons.html.erb +1 -1
  26. data/app/views/catalog/_home_text.html.erb +2 -2
  27. data/app/views/relation/_relations.html.erb +15 -0
  28. data/app/views/relation/index.html.erb +4 -16
  29. data/app/views/relation/index.json.jbuilder +6 -2
  30. data/bin/coverage.rb +36 -0
  31. data/config/initializers/rails_config.rb +0 -8
  32. data/config/locales/geoblacklight.en.yml +8 -8
  33. data/geoblacklight.gemspec +4 -4
  34. data/lib/generators/geoblacklight/assets_generator.rb +1 -1
  35. data/lib/generators/geoblacklight/templates/catalog_controller.rb +78 -36
  36. data/lib/generators/geoblacklight/templates/settings.gbl_v1.yml +195 -0
  37. data/lib/generators/geoblacklight/templates/settings.yml +81 -25
  38. data/lib/geoblacklight/constants.rb +0 -3
  39. data/lib/geoblacklight/download/geojson_download.rb +1 -1
  40. data/lib/geoblacklight/download/geotiff_download.rb +1 -1
  41. data/lib/geoblacklight/download/hgl_download.rb +1 -1
  42. data/lib/geoblacklight/download/kmz_download.rb +1 -1
  43. data/lib/geoblacklight/download/shapefile_download.rb +1 -1
  44. data/lib/geoblacklight/engine.rb +3 -4
  45. data/lib/geoblacklight/item_viewer.rb +1 -13
  46. data/lib/geoblacklight/metadata/base.rb +1 -2
  47. data/lib/geoblacklight/references.rb +1 -1
  48. data/lib/geoblacklight/relation/ancestors.rb +4 -3
  49. data/lib/geoblacklight/relation/descendants.rb +4 -3
  50. data/lib/geoblacklight/relation/relation_response.rb +21 -6
  51. data/lib/geoblacklight/version.rb +1 -1
  52. data/schema/{geoblacklight-schema.json → geoblacklight-schema-1.0.json} +1 -1
  53. data/schema/geoblacklight-schema-aardvark.json +211 -0
  54. data/solr/conf/schema.xml +38 -30
  55. data/solr/conf/solrconfig.xml +18 -18
  56. data/spec/components/geoblacklight/homepage_feature_facet_component_spec.rb +1 -1
  57. data/spec/config/initializers/rails_config_spec.rb +5 -8
  58. data/spec/controllers/catalog_controller_spec.rb +6 -6
  59. data/spec/features/download_layer_spec.rb +1 -1
  60. data/spec/features/esri_viewer_spec.rb +0 -1
  61. data/spec/features/home_page_spec.rb +4 -4
  62. data/spec/features/missing_metadata_spec.rb +2 -2
  63. data/spec/features/relations_spec.rb +2 -2
  64. data/spec/features/search_results_map_spec.rb +2 -1
  65. data/spec/features/search_results_overlap_ratio_spec.rb +2 -2
  66. data/spec/features/split_view.html.erb_spec.rb +16 -12
  67. data/spec/features/tms_spec.rb +1 -1
  68. data/spec/features/web_services_modal_spec.rb +0 -33
  69. data/spec/fixtures/solr_documents/README.md +48 -36
  70. data/spec/fixtures/solr_documents/actual-papermap1.json +41 -18
  71. data/spec/fixtures/solr_documents/actual-point1.json +47 -27
  72. data/spec/fixtures/solr_documents/actual-polygon1.json +43 -18
  73. data/spec/fixtures/solr_documents/actual-raster1.json +52 -23
  74. data/spec/fixtures/solr_documents/all-relationships.json +48 -0
  75. data/spec/fixtures/solr_documents/baruch_ancestor1.json +62 -37
  76. data/spec/fixtures/solr_documents/baruch_ancestor2.json +62 -37
  77. data/spec/fixtures/solr_documents/baruch_documentation_download.json +60 -34
  78. data/spec/fixtures/solr_documents/bbox-spans-180.json +34 -16
  79. data/spec/fixtures/solr_documents/cornell_html_metadata.json +46 -26
  80. data/spec/fixtures/solr_documents/esri-dynamic-layer-all-layers.json +43 -25
  81. data/spec/fixtures/solr_documents/esri-dynamic-layer-single-layer.json +45 -28
  82. data/spec/fixtures/solr_documents/esri-feature-layer.json +44 -34
  83. data/spec/fixtures/solr_documents/esri-image-map-layer.json +45 -31
  84. data/spec/fixtures/solr_documents/esri-tiled_map_layer.json +42 -17
  85. data/spec/fixtures/solr_documents/esri-wms-layer.json +46 -21
  86. data/spec/fixtures/solr_documents/harvard_raster.json +55 -36
  87. data/spec/fixtures/solr_documents/iiif-eastern-hemisphere.json +35 -22
  88. data/spec/fixtures/solr_documents/index-map-polygon-no-downloadurl.json +48 -27
  89. data/spec/fixtures/solr_documents/index-map-polygon.json +48 -27
  90. data/spec/fixtures/solr_documents/index-map-stanford.json +54 -25
  91. data/spec/fixtures/solr_documents/index_map_point.json +54 -26
  92. data/spec/fixtures/solr_documents/metadata_no_geom.json +27 -0
  93. data/spec/fixtures/solr_documents/metadata_no_provider.json +39 -0
  94. data/spec/fixtures/solr_documents/multiple-downloads.json +33 -20
  95. data/spec/fixtures/solr_documents/no_locn_geometry.json +25 -0
  96. data/spec/fixtures/solr_documents/no_spatial.json +37 -19
  97. data/spec/fixtures/solr_documents/oembed.json +34 -17
  98. data/spec/fixtures/solr_documents/princeton-child1.json +45 -28
  99. data/spec/fixtures/solr_documents/princeton-child2.json +45 -28
  100. data/spec/fixtures/solr_documents/princeton-child3.json +45 -28
  101. data/spec/fixtures/solr_documents/princeton-child4.json +45 -28
  102. data/spec/fixtures/solr_documents/princeton-parent.json +46 -23
  103. data/spec/fixtures/solr_documents/public_direct_download.json +48 -21
  104. data/spec/fixtures/solr_documents/public_iiif_princeton.json +49 -24
  105. data/spec/fixtures/solr_documents/public_polygon_mit.json +31 -15
  106. data/spec/fixtures/solr_documents/restricted-line.json +52 -21
  107. data/spec/fixtures/solr_documents/the-related-record.json +27 -0
  108. data/spec/fixtures/solr_documents/tms.json +33 -17
  109. data/spec/fixtures/solr_documents/umn_metro_result1.json +44 -28
  110. data/spec/fixtures/solr_documents/umn_state_result1.json +44 -26
  111. data/spec/fixtures/solr_documents/umn_state_result2.json +45 -24
  112. data/spec/fixtures/solr_documents/uva_slug_colon.json +43 -20
  113. data/spec/lib/geoblacklight/download/geojson_download_spec.rb +1 -1
  114. data/spec/lib/geoblacklight/download/geotiff_download_spec.rb +1 -1
  115. data/spec/lib/geoblacklight/download/hgl_download_spec.rb +1 -1
  116. data/spec/lib/geoblacklight/download/kmz_download_spec.rb +1 -1
  117. data/spec/lib/geoblacklight/download/shapefile_download_spec.rb +1 -1
  118. data/spec/lib/geoblacklight/download_spec.rb +1 -1
  119. data/spec/lib/geoblacklight/metadata/base_spec.rb +0 -18
  120. data/spec/lib/geoblacklight/references_spec.rb +2 -2
  121. data/spec/lib/geoblacklight/relation/ancestors_spec.rb +3 -3
  122. data/spec/lib/geoblacklight/relation/descendants_spec.rb +3 -3
  123. data/spec/lib/geoblacklight/relation/relation_response_spec.rb +32 -17
  124. data/spec/models/concerns/geoblacklight/solr_document_spec.rb +4 -4
  125. data/spec/spec_helper.rb +0 -5
  126. data/spec/test_app_templates/Gemfile.extra +0 -1
  127. data/spec/views/catalog/_results_pagination.html.erb_spec.rb +1 -1
  128. data/spec/views/catalog/_show_downloads.html.erb_spec.rb +1 -1
  129. metadata +43 -74
  130. data/app/assets/images/blacklight/american-geographical-society-library-uwm-libraries.svg +0 -26
  131. data/app/assets/images/blacklight/arizona.svg +0 -4
  132. data/app/assets/images/blacklight/george-mason.svg +0 -4
  133. data/app/assets/images/blacklight/nebraska.svg +0 -4
  134. data/app/assets/images/blacklight/rutgers.svg +0 -5
  135. data/app/assets/javascripts/geoblacklight/viewers/tilejson.js +0 -33
  136. data/app/assets/javascripts/geoblacklight/viewers/wmts.js +0 -85
  137. data/app/assets/javascripts/geoblacklight/viewers/xyz.js +0 -10
  138. data/app/views/relation/_ancestors.html.erb +0 -8
  139. data/app/views/relation/_descendants.html.erb +0 -15
  140. data/config/initializers/new_gbl_settings_defaults_3_3.yml +0 -10
  141. data/lib/geoblacklight/faraday_middleware/follow_redirects.rb +0 -176
  142. data/schema/format-values.md +0 -50
  143. data/schema/geoblacklight-schema-deprecated.md +0 -39
  144. data/schema/geoblacklight-schema.md +0 -323
  145. data/schema/geometry-type-values.md +0 -11
  146. data/schema/references.md +0 -23
  147. data/schema/schema-commentary.md +0 -198
  148. data/schema/subjects.md +0 -41
  149. data/schema/type-values.md +0 -10
  150. data/spec/features/tilejson_spec.rb +0 -22
  151. data/spec/features/wmts_spec.rb +0 -34
  152. data/spec/features/xyz_spec.rb +0 -10
  153. data/spec/fixtures/manifests/tilejson.json +0 -21
  154. data/spec/fixtures/manifests/wmts-multiple.xml +0 -813
  155. data/spec/fixtures/manifests/wmts-single.xml +0 -126
  156. data/spec/fixtures/solr_documents/metadata_no_dct_provenance_s.json +0 -30
  157. data/spec/fixtures/solr_documents/metadata_no_layer_geom_type_s.json +0 -17
  158. data/spec/fixtures/solr_documents/metadata_no_solr_geom.json +0 -23
  159. data/spec/fixtures/solr_documents/tilejson.json +0 -38
  160. data/spec/fixtures/solr_documents/wmts-multiple.json +0 -32
  161. data/spec/fixtures/solr_documents/wmts-single-layer.json +0 -38
  162. data/spec/fixtures/solr_documents/xyz.json +0 -29
@@ -1,40 +1,57 @@
1
1
  {
2
- "dc_identifier_s": "4669301e-b4b2-4c8b-bf40-01b968a2865b",
3
- "dc_title_s": "Abandoned Quarries: Indiana",
4
- "dc_description_s": "QUARRIES_ABANDONED_IN was derived from a comma-delimited text file named \"QUALOC.TXT\" contained on the following CD-ROM publication: Hasenmueller, W.A., and Ault, C.H., 2001, Abandoned Industrial Minerals Quarries in Indiana, 2nd Edition, Digital Version, Computer Database 2, Indiana Geological Survey. The field named \"QUANUM\" can be used to link this data to the following tables available in the publication cited above: bibliography (QUAREF.TXT), history of operation (QUAHIS.TXT), and stratigraphy (QUASTR.TXT). It contains all abandoned quarry locations within QUALOC.TXT that have locational information that is adequate to determine UTM coordinate values.",
5
- "dc_rights_s": "Public",
6
- "dc_format_s": "Shapefile",
7
- "dc_language_sm": "English",
8
- "dc_type_sm": [
9
- "Dataset",
10
- "Service"
11
- ],
12
- "dc_publisher_sm": [
2
+ "dct_title_s": "Abandoned Quarries: Indiana",
3
+ "dct_alternative_sm": [
4
+ "esri-dynamic-layer-single-layer"
5
+ ],
6
+ "dct_description_sm": [
7
+ "ArcGIS Dynamic Map Layer with single layer indicated. ",
8
+ "QUARRIES_ABANDONED_IN was derived from a comma-delimited text file named \"QUALOC.TXT\" contained on the following CD-ROM publication: Hasenmueller, W.A., and Ault, C.H., 2001, Abandoned Industrial Minerals Quarries in Indiana, 2nd Edition, Digital Version, Computer Database 2, Indiana Geological Survey. The field named \"QUANUM\" can be used to link this data to the following tables available in the publication cited above: bibliography (QUAREF.TXT), history of operation (QUAHIS.TXT), and stratigraphy (QUASTR.TXT). It contains all abandoned quarry locations within QUALOC.TXT that have locational information that is adequate to determine UTM coordinate values."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
13
14
  "Indiana Geological Survey"
14
15
  ],
15
- "dc_creator_sm": [
16
+ "dct_publisher_sm": [
16
17
  "Indiana Geological Survey"
17
18
  ],
18
- "dc_subject_sm": [
19
- "Geoscientific Information",
20
- "Geology"
19
+ "schema_provider_s": "Purdue University",
20
+ "gbl_resourceClass_sm": [
21
+ "Datasets",
22
+ "Web services"
21
23
  ],
22
- "dct_provenance_s": "Purdue University",
23
- "dct_references_s": "{\"http://schema.org/url\":\"http://maps.indiana.edu/previewMaps/Geology/Industrial_Minerals_Quarries_Abandoned.html\",\"http://schema.org/downloadUrl\":\"http://maps.indiana.edu/download/Geology/Industrial_Minerals_Quarries_Abandoned.zip\",\"http://schema.org/image\":\"http://maps.indiana.edu/images/Geology/Industrial_Minerals_Quarries_Abandoned.png\",\"urn:x-esri:serviceType:ArcGIS#DynamicMapLayer\":\"https://maps.indiana.edu/arcgis/rest/services/Geology/Industrial_Minerals_Quarries_Abandoned/MapServer/0\",\"http://www.opengis.net/cat/csw/csdgm\":\"http://maps.indiana.edu/metadata/Geology/Industrial_Minerals_Quarries_Abandoned.xml\"}",
24
- "dct_isPartOf_sm": [
25
- "IndianaMAP"
24
+ "gbl_resourceType_sm": [
25
+ "Point data"
26
+ ],
27
+ "dcat_theme_sm": [
28
+ "Geoscientific Information"
29
+ ],
30
+ "dcat_keyword_sm": [
31
+ "GBL Fixture records"
26
32
  ],
27
- "dct_issued_s": "2003-05-30",
28
33
  "dct_temporal_sm": [
29
34
  "2003"
30
35
  ],
36
+ "dct_issued_s": "2003-05-30",
37
+ "gbl_indexYear_im": [
38
+ "2003"
39
+ ],
40
+ "gbl_dateRange_drsim": [
41
+ "[2003 TO 2003]"
42
+ ],
31
43
  "dct_spatial_sm": [
32
- "Indiana, United States"
33
- ],
34
- "layer_slug_s": "4669301e-b4b2-4c8b-bf40-01b968a2865b",
35
- "layer_geom_type_s": "Point",
36
- "layer_modified_dt": "2018-08-02T17:05:54Z",
37
- "solr_geom": "ENVELOPE(-87.9324, -86.2569, 39.8521, 37.8626)",
38
- "solr_year_i": 2003,
39
- "geoblacklight_version": "1.0"
44
+ "Indiana"
45
+ ],
46
+ "locn_geometry": "ENVELOPE(-87.9324,-86.2569,39.8521,37.8626)",
47
+ "dcat_centroid_ss": "38.85735,-87.09465",
48
+ "dct_accessRights_s": "Public",
49
+ "dct_format_s": "Shapefile",
50
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://maps.indiana.edu/download/Geology/Industrial_Minerals_Quarries_Abandoned.zip\",\"http://www.opengis.net/cat/csw/csdgm\":\"https://maps.indiana.edu/metadata/Geology/Industrial_Minerals_Quarries_Abandoned.xml\",\"http://schema.org/url\":\"http://maps.indiana.edu/previewMaps/Geology/Industrial_Minerals_Quarries_Abandoned.html\",\"urn:x-esri:serviceType:ArcGIS#DynamicMapLayer\":\"https://maps.indiana.edu/arcgis/rest/services/Geology/Industrial_Minerals_Quarries_Abandoned/MapServer/0\"}",
51
+ "id": "4669301e-b4b2-4c8b-bf40-01b968a2865b",
52
+ "dct_identifier_sm": [
53
+ "4669301e-b4b2-4c8b-bf40-01b968a2865b"
54
+ ],
55
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
56
+ "gbl_mdVersion_s": "Aardvark"
40
57
  }
@@ -1,46 +1,56 @@
1
1
  {
2
- "dc_identifier_s": "f406332e63eb4478a9560ad86ae90327_18",
3
- "dc_title_s": "Transit - Airports: Maryland",
4
- "dc_description_s": "This is a MD iMAP hosted service layer. Find more information at http://imap.maryland.gov. The Airports database is a geographic point database of aircraft landing facilities in the State of Maryland. Attribute data is provided on the physical and operational characteristics of the landing facility, current usage including enplanements and aircraft operations, congestion levels and usage categories. This geospatial data is derived from the FAA's National Airspace System Resource Aeronautical Data Product. This dataset only contains features located within the State of Maryland. Last Updated: 06/2013",
5
- "dc_rights_s": "Public",
6
- "dc_format_s": "Shapefile",
7
- "dc_language_sm": "English",
8
- "dc_type_sm": [
9
- "Dataset",
10
- "Service"
11
- ],
12
- "dc_publisher_sm": [
13
- "State of Maryland"
2
+ "dct_title_s": "Transit - Airports: Maryland",
3
+ "dct_alternative_sm": [
4
+ "esri-feature-layer"
5
+ ],
6
+ "dct_description_sm": [
7
+ "ArcGIS Feature Layer - point dataset. ",
8
+ "This is a MD iMAP hosted service layer. Find more information at http://imap.maryland.gov. The Airports database is a geographic point database of aircraft landing facilities in the State of Maryland. Attribute data is provided on the physical and operational characteristics of the landing facility, current usage including enplanements and aircraft operations, congestion levels and usage categories. This geospatial data is derived from the FAA's National Airspace System Resource Aeronautical Data Product. This dataset only contains features located within the State of Maryland. Last Updated: 06/2013"
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
14
12
  ],
15
- "dc_creator_sm": [
13
+ "dct_creator_sm": [
16
14
  "Maryland iMap"
17
15
  ],
18
- "dc_subject_sm": [
16
+ "dct_publisher_sm": [
17
+ "State of Maryland"
18
+ ],
19
+ "schema_provider_s": "University of Maryland",
20
+ "gbl_resourceClass_sm": [
21
+ "Datasets"
22
+ ],
23
+ "gbl_resourceType_sm": [
24
+ "Point data"
25
+ ],
26
+ "dcat_theme_sm": [
19
27
  "Transportation"
20
28
  ],
21
- "dct_provenance_s": "University of Maryland",
22
- "dct_references_s": "{\"http://schema.org/url\":\"http://data.imap.maryland.gov/datasets/f406332e63eb4478a9560ad86ae90327_18\",\"http://schema.org/downloadUrl\":\"http://data.imap.maryland.gov/datasets/f406332e63eb4478a9560ad86ae90327_18.zip\",\"urn:x-esri:serviceType:ArcGIS#FeatureLayer\":\"https://geodata.md.gov/imap/rest/services/Transportation/MD_Transit/FeatureServer/18\"}",
23
- "dct_isPartOf_sm": [
24
- "ArcGIS Open Data"
29
+ "dcat_keyword_sm": [
30
+ "GBL Fixture records"
25
31
  ],
26
- "dct_issued_s": "2016-02-16",
27
32
  "dct_temporal_sm": [
28
33
  "2016"
29
34
  ],
35
+ "dct_issued_s": "2016-02-16",
36
+ "gbl_indexYear_im": [
37
+ "2016"
38
+ ],
39
+ "gbl_dateRange_drsim": [
40
+ "[2016 TO 2016]"
41
+ ],
30
42
  "dct_spatial_sm": [
31
- "Maryland, United States"
32
- ],
33
- "layer_slug_s": "f406332e63eb4478a9560ad86ae90327_18",
34
- "layer_geom_type_s": "Point",
35
- "layer_modified_dt": "2018-08-02T17:16:57Z",
36
- "solr_geom": "ENVELOPE(-79.4539, -75.124, 39.7194, 37.9667)",
37
- "solr_year_i": 2016,
38
- "b1g_genre_sm": [
39
- "Geospatial data"
40
- ],
41
- "b1g_centroid_ss": "38.84305,-77.28895",
42
- "b1g_geonames_sm": [],
43
- "b1g_image_ss": "",
44
- "b1g_collection_sm": "10a-01",
45
- "geoblacklight_version": "1.0"
43
+ "Maryland"
44
+ ],
45
+ "locn_geometry": "ENVELOPE(-79.4539,-75.124,39.7194,37.9667)",
46
+ "dcat_centroid_ss": "38.843050000000005,-77.28895",
47
+ "dct_accessRights_s": "Public",
48
+ "dct_format_s": "Shapefile",
49
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://data.imap.maryland.gov/datasets/f406332e63eb4478a9560ad86ae90327_18.zip\",\"urn:x-esri:serviceType:ArcGIS#FeatureLayer\":\"https://geodata.md.gov/imap/rest/services/Transportation/MD_Transit/FeatureServer/18\",\"http://schema.org/url\":\"http://data.imap.maryland.gov/datasets/f406332e63eb4478a9560ad86ae90327_18\"}",
50
+ "id": "f406332e63eb4478a9560ad86ae90327_18",
51
+ "dct_identifier_sm": [
52
+ "f406332e63eb4478a9560ad86ae90327_18"
53
+ ],
54
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
55
+ "gbl_mdVersion_s": "Aardvark"
46
56
  }
@@ -1,42 +1,56 @@
1
1
  {
2
- "dc_identifier_s": "32653ed6-8d83-4692-8a06-bf13ffe2c018",
3
- "dc_title_s": "Wabash Topo (27): Indiana, 1929",
4
- "dc_description_s": "The maps represented here are on tiff files owned by EAS library. The topos were scanned in color and are up to 550MB each. These images can be viewed and performed in the using either ArcGIS Desktop or QGIS (user choice), referencing against a number of known mapsets like the 2005 Indiana Orthophoto setand USGS DRGs. The geographic coordinate system reference of the maps included are applied in GCS_WGS_1984.",
5
- "dc_rights_s": "Public",
6
- "dc_format_s": "GeoTIFF",
7
- "dc_language_sm": [
8
- "English"
9
- ],
10
- "dc_type_sm": [
11
- "Image"
12
- ],
13
- "dc_publisher_sm": [
2
+ "dct_title_s": "Wabash Topo (27): Indiana, 1929",
3
+ "dct_alternative_sm": [
4
+ "esri-image-map-layer"
5
+ ],
6
+ "dct_description_sm": [
7
+ "ArcGIS Image Map Layer with GeoTIFF direct download. ",
8
+ "The maps represented here are on tiff files owned by EAS library. The topos were scanned in color and are up to 550MB each. These images can be viewed and performed in the using either ArcGIS Desktop or QGIS (user choice), referencing against a number of known mapsets like the 2005 Indiana Orthophoto setand USGS DRGs. The geographic coordinate system reference of the maps included are applied in GCS_WGS_1984."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_publisher_sm": [
14
14
  "Purdue University Libraries"
15
15
  ],
16
- "dc_creator_sm": [
17
-
16
+ "schema_provider_s": "Purdue University",
17
+ "gbl_resourceClass_sm": [
18
+ "Maps"
18
19
  ],
19
- "dc_source_sm": "88cc9b19-3294-4da9-9edd-775c81fb1c59",
20
- "dc_subject_sm": [
21
- "Imagery and Base Maps",
22
- "Topography"
20
+ "gbl_resourceType_sm": [
21
+ "Topographic maps"
23
22
  ],
24
- "dct_provenance_s": "Purdue University",
25
- "dct_references_s": "{\"http://schema.org/url\":\"https://mapsweb.lib.purdue.edu/wabashriver/\",\"http://schema.org/downloadUrl\":\"https://mapsweb.lib.purdue.edu/datasets/Wabash1929/wabash_topo_27.tif.zip\",\"urn:x-esri:serviceType:ArcGIS#ImageMapLayer\":\"https://mapsweb.lib.purdue.edu/arcgis/rest/services/Purdue/wabashtopo/ImageServer\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"http://64.90.181.107/geonetwork/srv/api/records/32653ed6-8d83-4692-8a06-bf13ffe2c018/formatters/xml\"}",
26
- "dct_isPartOf_sm": [
27
- "Purdue Georeferenced Imagery"
23
+ "dcat_theme_sm": [
24
+ "Imagery and Base Maps"
25
+ ],
26
+ "dcat_keyword_sm": [
27
+ "GBL Fixture records"
28
28
  ],
29
- "dct_issued_s": "2015-10-31",
30
29
  "dct_temporal_sm": [
31
30
  "1929"
32
31
  ],
32
+ "dct_issued_s": "2015-10-31",
33
+ "gbl_indexYear_im": [
34
+ "1929"
35
+ ],
36
+ "gbl_dateRange_drsim": [
37
+ "[1929 TO 1929]"
38
+ ],
33
39
  "dct_spatial_sm": [
34
- "Indiana, United States"
35
- ],
36
- "layer_slug_s": "32653ed6-8d83-4692-8a06-bf13ffe2c018",
37
- "layer_geom_type_s": "Image",
38
- "layer_modified_dt": "2018-07-20T18:08:03Z",
39
- "solr_geom": "ENVELOPE(-87.324704, -87.174404, 40.310695, 40.233691)",
40
- "solr_year_i": 1929,
41
- "geoblacklight_version": "1.0"
40
+ "Indiana"
41
+ ],
42
+ "locn_geometry": "ENVELOPE(-87.324704,-87.174404,40.310695,40.233691)",
43
+ "dcat_centroid_ss": "40.272193,-87.24955399999999",
44
+ "dct_source_sm": [
45
+ "88cc9b19-3294-4da9-9edd-775c81fb1c59"
46
+ ],
47
+ "dct_accessRights_s": "Public",
48
+ "dct_format_s": "GeoTIFF",
49
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://mapsweb.lib.purdue.edu/datasets/Wabash1929/wabash_topo_27.tif.zip\",\"urn:x-esri:serviceType:ArcGIS#ImageMapLayer\":\"https://mapsweb.lib.purdue.edu/arcgis/rest/services/Purdue/wabashtopo/ImageServer\",\"http://schema.org/url\":\"https://mapsweb.lib.purdue.edu/wabashriver/\"}",
50
+ "id": "32653ed6-8d83-4692-8a06-bf13ffe2c018",
51
+ "dct_identifier_sm": [
52
+ "32653ed6-8d83-4692-8a06-bf13ffe2c018"
53
+ ],
54
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
55
+ "gbl_mdVersion_s": "Aardvark"
42
56
  }
@@ -1,22 +1,47 @@
1
1
  {
2
- "geoblacklight_version": "1.0",
3
- "dc_description_s": "This map shows the Soil Survey Geographic (SSURGO) by the United States Department of Agriculture's Natural Resources Conservation Service. It also shows data that was developed by the National Cooperative Soil Survey and supersedes the State Soil Geographic (STATSGO) dataset published in 1994. SSURGO digitizing duplicates the original soil survey maps. This level of mapping is designed for use by landowners, townships, and county natural resource planning and management. The user should be knowledgeable of soils data and their characteristics. The smallest scale map shows the Global Soil Regions map by the United States Department of Agriculture’s Natural Resources Conservation Service.",
4
- "dc_format_s": "GeoTIFF",
5
- "dc_identifier_s": "test-soil-survey-map",
6
- "dc_language_s": "English",
7
- "dc_publisher_s": "United States Department of Agriculture, Natural Resources Conservation Service",
8
- "dc_rights_s": "Public",
9
- "dc_title_s": "Soil Survey Geographic (SSURGO)",
10
- "dc_type_s": "Dataset",
11
- "dct_references_s": "{\"urn:x-esri:serviceType:ArcGIS#TiledMapLayer\": \"http://services.arcgisonline.com/arcgis/rest/services/Specialty/Soil_Survey_Map/MapServer\"}",
2
+ "dct_title_s": "Soil Survey Geographic (SSURGO)",
3
+ "dct_alternative_sm": [
4
+ "esri-tiled_map_layer"
5
+ ],
6
+ "dct_description_sm": [
7
+ "ArcGIS tiled map layer. ",
8
+ "This map shows the Soil Survey Geographic (SSURGO) by the United States Department of Agriculture's Natural Resources Conservation Service. It also shows data that was developed by the National Cooperative Soil Survey and supersedes the State Soil Geographic (STATSGO) dataset published in 1994. SSURGO digitizing duplicates the original soil survey maps. This level of mapping is designed for use by landowners, townships, and county natural resource planning and management. The user should be knowledgeable of soils data and their characteristics. The smallest scale map shows the Global Soil Regions map by the United States Department of Agriculture’s Natural Resources Conservation Service."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_publisher_sm": [
14
+ "United States Department of Agriculture, Natural Resources Conservation Service"
15
+ ],
16
+ "schema_provider_s": "NYU",
17
+ "gbl_resourceClass_sm": [
18
+ "Maps"
19
+ ],
20
+ "gbl_resourceType_sm": [
21
+ "Raster data"
22
+ ],
23
+ "dcat_keyword_sm": [
24
+ "GBL Fixture records"
25
+ ],
12
26
  "dct_temporal_sm": [
13
27
  "2010"
14
28
  ],
15
- "dct_provenance_s": "NYU",
16
- "layer_slug_s": "nyu-test-soil-survey-map",
17
- "layer_id_s": "test-soil-survey_map",
18
- "layer_geom_type_s": "Raster",
19
- "layer_modified_dt": "2015-06-16T00:59:49Z",
20
- "solr_geom": "ENVELOPE(-129.4956, -64.4393, 48.6336, 21.8079)",
21
- "solr_year_i": 2010
29
+ "gbl_indexYear_im": [
30
+ "2010"
31
+ ],
32
+ "gbl_dateRange_drsim": [
33
+ "[2010 TO 2010]"
34
+ ],
35
+ "locn_geometry": "ENVELOPE(-129.4956,-64.4393,48.6336,21.8079)",
36
+ "dcat_centroid_ss": "35.22075,-96.96745",
37
+ "dct_accessRights_s": "Public",
38
+ "dct_format_s": "GeoTIFF",
39
+ "gbl_wxsIdentifier_s": "test-soil-survey_map",
40
+ "dct_references_s": "{\"urn:x-esri:serviceType:ArcGIS#TiledMapLayer\":\"http://services.arcgisonline.com/arcgis/rest/services/Specialty/Soil_Survey_Map/MapServer\"}",
41
+ "id": "nyu-test-soil-survey-map",
42
+ "dct_identifier_sm": [
43
+ "test-soil-survey-map"
44
+ ],
45
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
46
+ "gbl_mdVersion_s": "Aardvark"
22
47
  }
@@ -1,33 +1,58 @@
1
1
  {
2
- "geoblacklight_version": "1.0",
3
- "dc_creator_sm": [
2
+ "dct_title_s": "Agriculture Census: Indiana, 1997",
3
+ "dct_alternative_sm": [
4
+ "esri-wms-layer"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Dataset with ArcGIS Dynamic Map Layer, ArcGIS WMS, and direct download. ",
8
+ "USGS National Atlas metadata states \"This data set portrays the National Agricultural Statistics Service, U.S. Department of Agriculture's 1997 Census data for the United States, presented by county. There are 25 categories of data which include information about farms, crops, livestock, values of products, and farm operator characteristics.\""
9
+ ],
10
+ "dct_creator_sm": [
4
11
  "(creation): U.S. Geological Survey",
5
12
  "(selection/conversion): Bernardin, Lochmueller and Associates"
6
13
  ],
7
- "dc_description_s": "USGS National Atlas metadata states NThis data set portrays the National Agricultural Statistics Service, U.S. Department of Agriculture's 1997 Census data for the United States, presented by county. There are 25 categories of data which include information about farms, crops, livestock, values of products, and farm operator characteristics.N",
8
- "dc_format_s": "Shapefile",
9
- "dc_identifier_s": "urn-f082acb1-b01e-4a08-9126-fd62a23fd9aa",
10
- "dc_publisher_sm": [
14
+ "dct_publisher_sm": [
11
15
  "Bernardin, Lochmueller and Associates"
12
16
  ],
13
- "dc_rights_s": "Public",
14
- "dc_subject_sm": [
15
- "farming",
16
- "agriculture"
17
+ "schema_provider_s": "Purdue University",
18
+ "gbl_resourceClass_sm": [
19
+ "Datasets"
20
+ ],
21
+ "gbl_resourceType_sm": [
22
+ "Mixed data"
23
+ ],
24
+ "dct_subject_sm": [
25
+ "Agriculture"
26
+ ],
27
+ "dcat_theme_sm": [
28
+ "Farming"
29
+ ],
30
+ "dcat_keyword_sm": [
31
+ "GBL Fixture records"
32
+ ],
33
+ "dct_temporal_sm": [
34
+ "1972-1997"
17
35
  ],
18
- "dc_title_s": "Agriculture Census: Indiana, 1997",
19
- "dc_type_s": "Dataset",
20
36
  "dct_issued_s": "2003-01-28",
21
- "dct_provenance_s": "Purdue University",
22
- "dct_references_s": "{\"http://schema.org/downloadUrl\":\"http://maps.indiana.edu/download/Environment/Agriculture_Census.zip\",\"http://schema.org/url\":\"http://indianamap.org/\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"https://opengeometadata.github.io/edu.purdue/f0/82/ac/b1b01e4a089126fd62a23fd9aa/iso19139.xml\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://maps.indiana.edu/arcgis/services/Environment/Agriculture_Census/MapServer/WMSServer\",\"urn:x-esri:serviceType:ArcGIS#DynamicMapLayer\":\"https://maps.indiana.edu/arcgis/rest/services/Environment/Agriculture_Census/MapServer\"}",
37
+ "gbl_indexYear_im": [
38
+ "1972"
39
+ ],
40
+ "gbl_dateRange_drsim": [
41
+ "[1972 TO 1997]"
42
+ ],
23
43
  "dct_spatial_sm": [
24
44
  "Indiana"
25
45
  ],
26
- "dct_temporal_sm": "1972-1997",
27
- "layer_geom_type_s": "Mixed",
28
- "layer_id_s": "0",
29
- "layer_modified_dt": "2016-06-20T16:17:36Z",
30
- "layer_slug_s": "purdue-urn-f082acb1-b01e-4a08-9126-fd62a23fd9aa",
31
- "solr_geom": "ENVELOPE(-88.1607, -84.6882, 41.7753, 37.7554)",
32
- "solr_year_i": 1972
46
+ "locn_geometry": "ENVELOPE(-88.1607,-84.6882,41.7753,37.7554)",
47
+ "dcat_centroid_ss": "39.76,-86.42",
48
+ "dct_accessRights_s": "Public",
49
+ "dct_format_s": "Shapefile",
50
+ "gbl_wxsIdentifier_s": "0",
51
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://schema.org/downloadUrl:https://maps.indiana.edu/download/Environment/Agriculture_Census.zip\",\"http://schema.org/url\":\"http://indianamap.org/\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"https://opengeometadata.github.io/edu.purdue/f0/82/ac/b1b01e4a089126fd62a23fd9aa/iso19139.xml\",\"urn:x-esri:serviceType:ArcGIS#DynamicMapLayer\":\"https://maps.indiana.edu/arcgis/rest/services/Environment/Agriculture_Census/MapServer\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://maps.indiana.edu/arcgis/services/Environment/Agriculture_Census/MapServer/WMSServer\"}",
52
+ "id": "purdue-urn-f082acb1-b01e-4a08-9126-fd62a23fd9aa",
53
+ "dct_identifier_sm": [
54
+ "urn-f082acb1-b01e-4a08-9126-fd62a23fd9aa"
55
+ ],
56
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
57
+ "gbl_mdVersion_s": "Aardvark"
33
58
  }
@@ -1,44 +1,63 @@
1
1
  {
2
- "geoblacklight_version": "1.0",
3
- "dc_description_s": "This layer is a georeferenced raster image of the historic paper map entitled: [Karta mesta zanimaemago Sanktpeterburgom : v tom vide v kakom onoe nakhodilos' za god do osnovaniia goroda; sostavlena dlia panoramy S. Peterburga, 1834]. It was published in 1834. Scale [ca. 1:76,000]. Covers Saint Petersburg Region, Russia. Map in Russian and Swedish.\n\nThe image inside the map neatline is georeferenced to the surface of the earth and fit to the 'Pulkovo 1995 Gauss Kruger Zone 6N' coordinate system. All map collar and inset information is also available as part of the raster image, including any inset maps, profiles, statistical tables, directories, text, illustrations, index maps, legends, or other information associated with the principal map.\n\nThis map shows features such as roads, drainage, built-up areas and selected buildings, ground cover, and more. Relief is shown by hachures. Depths shown by soundings. Includes insets: [Retusari island] -- [Sluselberg]. \n\nThis layer is part of a selection of digitally scanned and georeferenced historic maps from The Harvard Map Collection as part of the Imaging the Urban Environment project. Maps selected for this project represent major urban areas and cities of the world, at various time periods. These maps typically portray both natural and manmade features at a large scale. The selection represents a range of regions, originators, ground condition dates, scales, and purposes.",
4
- "dc_format_s": "GeoTIFF",
5
- "dc_identifier_s": "urn:hul.harvard.edu:HARVARD.SDE2.G7064_S2_1834_K3",
6
- "dc_language_s": "English",
7
- "dc_publisher_s": "Harvard Map Collection, Harvard College Library",
8
- "dc_rights_s": "Public",
9
- "dc_subject_sm": [
10
- "Maps",
11
- "Human",
12
- "settlements",
13
- "Cities",
14
- "and",
15
- "towns",
16
- "Land",
17
- "use",
2
+ "dct_title_s": "Saint Petersburg Region, Russia, 1834 (Raster Image)",
3
+ "dct_alternative_sm": [
4
+ "harvard_raster"
5
+ ],
6
+ "dct_description_sm": [
7
+ "This layer is a georeferenced raster image of the historic paper map entitled: [Karta mesta zanimaemago Sanktpeterburgom : v tom vide v kakom onoe nakhodilos' za god do osnovaniia goroda; sostavlena dlia panoramy S. Peterburga, 1834]. It was published in 1834. Scale [ca. 1:76,000]. Covers Saint Petersburg Region, Russia. Map in Russian and Swedish.\\n\\nThe image inside the map neatline is georeferenced to the surface of the earth and fit to the 'Pulkovo 1995 Gauss Kruger Zone 6N' coordinate system. All map collar and inset information is also available as part of the raster image, including any inset maps, profiles, statistical tables, directories, text, illustrations, index maps, legends, or other information associated with the principal map.\\n\\nThis map shows features such as roads, drainage, built-up areas and selected buildings, ground cover, and more. Relief is shown by hachures. Depths shown by soundings. Includes insets: [Retusari island] -- [Sluselberg]. \\n\\nThis layer is part of a selection of digitally scanned and georeferenced historic maps from The Harvard Map Collection as part of the Imaging the Urban Environment project. Maps selected for this project represent major urban areas and cities of the world, at various time periods. These maps typically portray both natural and manmade features at a large scale. The selection represents a range of regions, originators, ground condition dates, scales, and purposes."
8
+ ],
9
+ "dct_language_sm": [
10
+ "eng"
11
+ ],
12
+ "dct_publisher_sm": [
13
+ "Harvard Map Collection, Harvard College Library"
14
+ ],
15
+ "schema_provider_s": "Harvard",
16
+ "gbl_resourceClass_sm": [
17
+ "Datasets"
18
+ ],
19
+ "gbl_resourceType_sm": [
20
+ "Raster data"
21
+ ],
22
+ "dct_subject_sm": [
23
+ "Human settlements",
24
+ "Cities and towns",
25
+ "Land use",
18
26
  "Landforms",
19
27
  "Infrastructure",
20
- "(Economics)",
21
- "Transportation",
22
- "Bodies",
23
- "of",
24
- "water",
25
- "imageryBaseMapsEarthCover"
26
- ],
27
- "dc_title_s": "Saint Petersburg Region, Russia, 1834 (Raster Image)",
28
- "dc_type_s": "Dataset",
29
- "dct_references_s": "{\"http://schema.org/DownloadAction\":\"http://pelham.lib.harvard.edu:8080/HGL/HGLOpenDelivery\",\"http://www.opengis.net/def/serviceType/ogc/wcs\":\"http://pelham.lib.harvard.edu:8090/geoserver/wcs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://pelham.lib.harvard.edu:8090/geoserver/wms\",\"http://www.opengis.net/cat/csw/csdgm\":\"https://raw.githubusercontent.com/OpenGeoMetadata/edu.harvard/master/217/121/227/77/fgdc.xml\"}",
30
- "dct_spatial_sm": [
31
- "Russia Saint Petersburg"
28
+ "Economics",
29
+ "Bodies of water"
30
+ ],
31
+ "dcat_theme_sm": [
32
+ "Imagery and Base Maps",
33
+ "Transportation"
34
+ ],
35
+ "dcat_keyword_sm": [
36
+ "GBL Fixture records"
32
37
  ],
33
38
  "dct_temporal_sm": [
34
39
  "1834"
35
40
  ],
36
- "dct_issued_s": "2000",
37
- "dct_provenance_s": "Harvard",
38
- "layer_slug_s": "harvard-g7064-s2-1834-k3",
39
- "layer_id_s": "cite:G7064_S2_1834_K3",
40
- "layer_geom_type_s": "Raster",
41
- "layer_modified_dt": "2014-05-27T18:09:36Z",
42
- "solr_geom": "ENVELOPE(30.013108, 30.875309, 60.041712, 59.669749)",
43
- "solr_year_i": 1834
41
+ "dct_issued_s": "1905-06-22",
42
+ "gbl_indexYear_im": [
43
+ "1834"
44
+ ],
45
+ "gbl_dateRange_drsim": [
46
+ "[1834 TO 1834]"
47
+ ],
48
+ "dct_spatial_sm": [
49
+ "Russia Saint Petersburg"
50
+ ],
51
+ "locn_geometry": "ENVELOPE(30.013108,30.875309,60.041712,59.669749)",
52
+ "dcat_centroid_ss": "59.8557305,30.444208500000002",
53
+ "dct_accessRights_s": "Public",
54
+ "dct_format_s": "GeoTIFF",
55
+ "gbl_wxsIdentifier_s": "cite:G7064_S2_1834_K3",
56
+ "dct_references_s": "{\"http://schema.org/DownloadAction\":\"http://pelham.lib.harvard.edu:8080/HGL/HGLOpenDelivery\",\"http://www.opengis.net/def/serviceType/ogc/wcs\":\"http://pelham.lib.harvard.edu:8090/geoserver/wcs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://pelham.lib.harvard.edu:8090/geoserver/wms\",\"http://www.opengis.net/cat/csw/csdgm\":\"https://raw.githubusercontent.com/OpenGeoMetadata/edu.harvard/master/217/121/227/77/fgdc.xml\"}",
57
+ "id": "harvard-g7064-s2-1834-k3",
58
+ "dct_identifier_sm": [
59
+ "urn:hul.harvard.edu:HARVARD.SDE2.G7064_S2_1834_K3"
60
+ ],
61
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
62
+ "gbl_mdVersion_s": "Aardvark"
44
63
  }
@@ -1,30 +1,43 @@
1
1
  {
2
- "dc_identifier_s": "57f0f116-b64e-4773-8684-96ba09afb549",
3
- "dc_title_s": "A new & accurate map of Asia: drawn from actual surveys, and otherwise collected from journals; assisted by the most approved modern maps & charts. the whole being regulated by astron. observations",
4
- "dc_description_s": "Cartographic Details: Scale [1:26,000,000]. Numbered \"N⁰52.\" Decorative title cartouche with palm tree. Shows boundaries, rivers, islands and principal settlements. Relief shown pictorially. London meridian. 35 x 43 cm",
5
- "dc_rights_s": "Public",
6
- "dc_format_s": "TIFF",
7
- "dc_language_sm": [
8
- "English"
9
- ],
10
- "dc_type_sm": [
11
- "Image"
12
- ],
13
- "dc_creator_sm": [
2
+ "dct_title_s": "A new & accurate map of Asia: drawn from actual surveys, and otherwise collected from journals; assisted by the most approved modern maps & charts. the whole being regulated by astron. observations",
3
+ "dct_alternative_sm": [
4
+ "iiif-eastern-hemisphere"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Eastern hemisphere scanned map with IIIF manifest. ",
8
+ "Cartographic Details: Scale [1:26,000,000]. Numbered \"N⁰52.\" Decorative title cartouche with palm tree. Shows boundaries, rivers, islands and principal settlements. Relief shown pictorially. London meridian. 35 x 43 cm"
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
14
14
  "Bowen, Emanuel (-1767)"
15
15
  ],
16
- "dct_provenance_s": "University of Minnesota",
17
- "dct_references_s": "{\"http://schema.org/url\":\"http://purl.umn.edu/200804\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll246/224/info.json\"}",
18
- "dct_isPartOf_sm": [
19
- "John R. Borchert Map Library"
16
+ "schema_provider_s": "University of Minnesota",
17
+ "gbl_resourceClass_sm": [
18
+ "Maps"
19
+ ],
20
+ "dcat_keyword_sm": [
21
+ "GBL Fixture records"
20
22
  ],
21
23
  "dct_temporal_sm": [
22
24
  "1750"
23
25
  ],
24
- "layer_slug_s": "57f0f116-b64e-4773-8684-96ba09afb549",
25
- "layer_geom_type_s": "Image",
26
- "layer_modified_dt": "2018-08-02T16:28:36Z",
27
- "solr_geom": "ENVELOPE(25, -168.35, 81.66, -12.93)",
28
- "solr_year_i": 1750,
29
- "geoblacklight_version": "1.0"
26
+ "gbl_indexYear_im": [
27
+ "1750"
28
+ ],
29
+ "gbl_dateRange_drsim": [
30
+ "[1750 TO 1750]"
31
+ ],
32
+ "locn_geometry": "ENVELOPE(25,-168.35,81.66,-12.93)",
33
+ "dcat_centroid_ss": "34.365,-71.675",
34
+ "dct_accessRights_s": "Public",
35
+ "dct_format_s": "JPEG",
36
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://umedia.lib.umn.edu/sites/default/files/archive/113/image/tiff/1058396.tif\",\"http://schema.org/url\":\"http://purl.umn.edu/200804\",\"http://iiif.io/api/presentation#manifest\":\"https://cdm16022.contentdm.oclc.org/iiif/info/p16022coll246/224/manifest.json\"}",
37
+ "id": "57f0f116-b64e-4773-8684-96ba09afb549",
38
+ "dct_identifier_sm": [
39
+ "57f0f116-b64e-4773-8684-96ba09afb549"
40
+ ],
41
+ "gbl_mdModified_dt": "2021-06-01T22:14:16Z",
42
+ "gbl_mdVersion_s": "Aardvark"
30
43
  }