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
@@ -0,0 +1,48 @@
1
+ {
2
+ "id": "all-relationships",
3
+ "gbl_mdVersion_s": "Aardvark",
4
+ "dct_title_s": "All Relationships",
5
+ "dct_description_sm": [
6
+ "This example record is to show all of the possible item relations."
7
+ ],
8
+ "dct_creator_sm": [
9
+ "GeoBlacklight Community"
10
+ ],
11
+ "gbl_resourceClass_sm": [
12
+ "Other"
13
+ ],
14
+ "dct_temporal_sm": [
15
+ "1900"
16
+ ],
17
+ "dct_spatial_sm": [
18
+ "United States"
19
+ ],
20
+ "pcdm_memberOf_sm": [
21
+ "the-related-record"
22
+ ],
23
+ "dct_isPartOf_sm": [
24
+ "the-related-record"
25
+ ],
26
+ "dct_source_sm": [
27
+ "the-related-record"
28
+ ],
29
+ "dct_isReplacedBy_sm": [
30
+ "the-related-record"
31
+ ],
32
+ "dct_isVersionOf_sm": [
33
+ "the-related-record"
34
+ ],
35
+ "dct_relation_sm": [
36
+ "the-related-record"
37
+ ],
38
+ "dct_replaces_sm": [
39
+ "the-related-record"
40
+ ],
41
+ "dct_format_s": "Shapefile",
42
+ "gbl_georeferenced_b": false,
43
+ "dct_references_s": "{\"http://schema.org/url\":\"https://example.com\"}",
44
+ "schema_provider_s": "GeoBlacklight Community",
45
+ "dct_accessRights_s": "Public",
46
+ "gbl_suppressed_b": false,
47
+ "gbl_mdModified_dt": "2021-08-25T15:31:34Z"
48
+ }
@@ -1,46 +1,71 @@
1
1
  {
2
- "dc_identifier_s": "http://hdl.handle.net/2451/34635",
3
- "dc_title_s": "2016 NYC Geodatabase, Open Source Version (jan2016)",
4
- "dc_description_s": "The NYC Geodatabase (nyc_gdb) is a resource designed for basic geographic analysis and thematic mapping within the five boroughs of New York City. It contains geographic features and data compiled from several public sources. Subsets of large features like water, greenspace, and public facilities were created and Census geographies like tracts, ZCTAs, and PUMAs were geoprocessed to create land-based boundaries. Census data from the 2010 Census, American Community Survey (ACS), and ZIP Code Business Patterns are stored in tables that can be easily related to geographic features. Transit and public facility point data were gathered from several city agencies and transformed into spatial data that can be used for reference or analysis for measuring distance, drawing buffers, or counting features within areas. The data is provided in SQLite format.",
5
- "dc_rights_s": "Public",
6
- "dct_provenance_s": "Baruch CUNY",
7
- "dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34635\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/retrieve/74854/nyu_2451_34635.zip\",\"http://lccn.loc.gov/sh85035852\":\"https://archive.nyu.edu/retrieve/74855/nyu_2451_34635_doc.zip\"}",
8
- "layer_id_s": "sdr:nyu_2451_34635",
9
- "layer_slug_s": "nyu_2451_34635",
10
- "layer_geom_type_s": "Mixed",
11
- "layer_modified_dt": "2016-5-2T18:21:7Z",
12
- "dc_format_s": "SQLite Database",
13
- "dc_language_s": "English",
14
- "dc_type_s": "Dataset",
15
- "dc_publisher_s": [
2
+ "dct_title_s": "2016 NYC Geodatabase, Open Source Version (jan2016)",
3
+ "dct_alternative_sm": [
4
+ "baruch_ancestor1"
5
+ ],
6
+ "dct_description_sm": [
7
+ "SQLite Database with documentation download. Referenced as parent. ",
8
+ "The NYC Geodatabase (nyc_gdb) is a resource designed for basic geographic analysis and thematic mapping within the five boroughs of New York City. It contains geographic features and data compiled from several public sources. Subsets of large features like water, greenspace, and public facilities were created and Census geographies like tracts, ZCTAs, and PUMAs were geoprocessed to create land-based boundaries. Census data from the 2010 Census, American Community Survey (ACS), and ZIP Code Business Patterns are stored in tables that can be easily related to geographic features. Transit and public facility point data were gathered from several city agencies and transformed into spatial data that can be used for reference or analysis for measuring distance, drawing buffers, or counting features within areas. The data is provided in SQLite format."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
14
+ "GIS Lab, Newman Library, Baruch CUNY"
15
+ ],
16
+ "dct_publisher_sm": [
16
17
  "Newman Library (Bernard M. Baruch College)"
17
18
  ],
18
- "dc_creator_sm": "GIS Lab, Newman Library, Baruch CUNY",
19
- "dc_subject_sm": [
19
+ "schema_provider_s": "Baruch CUNY",
20
+ "gbl_resourceClass_sm": [
21
+ "Datasets"
22
+ ],
23
+ "gbl_resourceType_sm": [
24
+ "Mixed data"
25
+ ],
26
+ "dct_subject_sm": [
20
27
  "Boroughs",
21
- "Boundaries",
22
28
  "Counties"
23
29
  ],
24
- "dct_isPartOf_sm": "NYC Geodatabase (version jan2016)",
25
- "dct_issued_s": "1/15/2016",
30
+ "dcat_theme_sm": [
31
+ "Boundaries"
32
+ ],
33
+ "dcat_keyword_sm": [
34
+ "GBL Fixture records"
35
+ ],
26
36
  "dct_temporal_sm": [
27
- "2010",
28
- "2016"
37
+ "2010, 2016"
38
+ ],
39
+ "dct_issued_s": "2016-01-15",
40
+ "gbl_indexYear_im": [
41
+ "2010"
42
+ ],
43
+ "gbl_dateRange_drsim": [
44
+ "[2010 TO 2016]"
29
45
  ],
30
46
  "dct_spatial_sm": [
31
- "New York, New York, United States",
32
- "Bronx County, New York, United States",
33
- "Kings County, New York, United States",
34
- "New York County, New York, United States",
35
- "Queens County, New York, United States",
36
- "Richmond County, New York, United States",
37
- "Borough of Bronx, New York, United States",
38
- "Borough of Brooklyn, New York, United States",
39
- "Borough of Manhattan, New York, United States",
40
- "Borough of Queens, New York, United States",
41
- "Borough of Staten Island, New York, United States"
42
- ],
43
- "solr_geom": "ENVELOPE(-74.255895, -73.700272, 40.9152819999998, 40.4959289999998)",
44
- "solr_year_i": 2016,
45
- "geoblacklight_version": "1.0"
46
- }
47
+ "New York, New York",
48
+ "Bronx County, New York",
49
+ "Kings County, New York",
50
+ "New York County, New York",
51
+ "Queens County, New York",
52
+ "Richmond County, New York",
53
+ "Borough of Bronx, New York",
54
+ "Borough of Brooklyn, New York",
55
+ "Borough of Manhattan, New York",
56
+ "Borough of Queens, New York",
57
+ "Borough of Staten Island, New York"
58
+ ],
59
+ "locn_geometry": "ENVELOPE(-74.255895,-73.700272,40.915282,40.495929)",
60
+ "dcat_centroid_ss": "40.7056055,-73.9780835",
61
+ "dct_accessRights_s": "Public",
62
+ "dct_format_s": "SQLite Database",
63
+ "gbl_wxsIdentifier_s": "sdr:nyu_2451_34635",
64
+ "dct_references_s": "{\"http://lccn.loc.gov/sh85035852\":\"https://archive.nyu.edu/retrieve/74855/nyu_2451_34635_doc.zip\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/retrieve/74854/nyu_2451_34635.zip\",\"http://schema.org/url\":\"http://hdl.handle.net/2451/34635\"}",
65
+ "id": "nyu_2451_34635",
66
+ "dct_identifier_sm": [
67
+ "http://hdl.handle.net/2451/34635"
68
+ ],
69
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
70
+ "gbl_mdVersion_s": "Aardvark"
71
+ }
@@ -1,46 +1,71 @@
1
1
  {
2
- "dc_identifier_s": "http://hdl.handle.net/2451/34636",
3
- "dc_title_s": "2016 NYC Geodatabase, ArcGIS Version (jan2016)",
4
- "dc_description_s": "The NYC Geodatabase (nyc_gdb) is a resource designed for basic geographic analysis and thematic mapping within the five boroughs of New York City. It contains geographic features and data compiled from several public sources. Subsets of large features like water, greenspace, and public facilities were created and Census geographies like tracts, ZCTAs, and PUMAs were geoprocessed to create land-based boundaries. Census data from the 2010 Census, American Community Survey (ACS), and ZIP Code Business Patterns are stored in tables that can be easily related to geographic features. Transit and public facility point data were gathered from several city agencies and transformed into spatial data that can be used for reference or analysis for measuring distance, drawing buffers, or counting features within areas. The data is provided in ESRI Geodatabase format.",
5
- "dc_rights_s": "Public",
6
- "dct_provenance_s": "Baruch CUNY",
7
- "dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34636\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/retrieve/74856/nyu_2451_34636.zip\",\"http://lccn.loc.gov/sh85035852\":\"https://archive.nyu.edu/retrieve/74857/nyu_2451_34636_doc.zip\"}",
8
- "layer_id_s": "sdr:nyu_2451_34636",
9
- "layer_slug_s": "nyu_2451_34636",
10
- "layer_geom_type_s": "Mixed",
11
- "layer_modified_dt": "2016-5-2T18:21:7Z",
12
- "dc_format_s": "ESRI Geodatabase",
13
- "dc_language_s": "English",
14
- "dc_type_s": "Dataset",
15
- "dc_publisher_s": [
2
+ "dct_title_s": "2016 NYC Geodatabase, ArcGIS Version (jan2016)",
3
+ "dct_alternative_sm": [
4
+ "baruch_ancestor2"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Geodatabase with documentation download. Referenced as parent. ",
8
+ "The NYC Geodatabase (nyc_gdb) is a resource designed for basic geographic analysis and thematic mapping within the five boroughs of New York City. It contains geographic features and data compiled from several public sources. Subsets of large features like water, greenspace, and public facilities were created and Census geographies like tracts, ZCTAs, and PUMAs were geoprocessed to create land-based boundaries. Census data from the 2010 Census, American Community Survey (ACS), and ZIP Code Business Patterns are stored in tables that can be easily related to geographic features. Transit and public facility point data were gathered from several city agencies and transformed into spatial data that can be used for reference or analysis for measuring distance, drawing buffers, or counting features within areas. The data is provided in ESRI Geodatabase format."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
14
+ "GIS Lab, Newman Library, Baruch CUNY"
15
+ ],
16
+ "dct_publisher_sm": [
16
17
  "Newman Library (Bernard M. Baruch College)"
17
18
  ],
18
- "dc_creator_sm": "GIS Lab, Newman Library, Baruch CUNY",
19
- "dc_subject_sm": [
19
+ "schema_provider_s": "Baruch CUNY",
20
+ "gbl_resourceClass_sm": [
21
+ "Datasets"
22
+ ],
23
+ "gbl_resourceType_sm": [
24
+ "Mixed data"
25
+ ],
26
+ "dct_subject_sm": [
20
27
  "Boroughs",
21
- "Boundaries",
22
28
  "Counties"
23
29
  ],
24
- "dct_isPartOf_sm": "NYC Geodatabase (version jan2016)",
25
- "dct_issued_s": "1/15/2016",
30
+ "dcat_theme_sm": [
31
+ "Boundaries"
32
+ ],
33
+ "dcat_keyword_sm": [
34
+ "GBL Fixture records"
35
+ ],
26
36
  "dct_temporal_sm": [
27
- "2010",
28
- "2016"
37
+ "2010, 2016"
38
+ ],
39
+ "dct_issued_s": "2016-01-15",
40
+ "gbl_indexYear_im": [
41
+ "2010"
42
+ ],
43
+ "gbl_dateRange_drsim": [
44
+ "[2010 TO 2016]"
29
45
  ],
30
46
  "dct_spatial_sm": [
31
- "New York, New York, United States",
32
- "Bronx County, New York, United States",
33
- "Kings County, New York, United States",
34
- "New York County, New York, United States",
35
- "Queens County, New York, United States",
36
- "Richmond County, New York, United States",
37
- "Borough of Bronx, New York, United States",
38
- "Borough of Brooklyn, New York, United States",
39
- "Borough of Manhattan, New York, United States",
40
- "Borough of Queens, New York, United States",
41
- "Borough of Staten Island, New York, United States"
42
- ],
43
- "solr_geom": "ENVELOPE(-74.255895, -73.700272, 40.9152819999998, 40.4959289999998)",
44
- "solr_year_i": 2016,
45
- "geoblacklight_version": "1.0"
46
- }
47
+ "New York, New York",
48
+ "Bronx County, New York",
49
+ "Kings County, New York",
50
+ "New York County, New York",
51
+ "Queens County, New York",
52
+ "Richmond County, New York",
53
+ "Borough of Bronx, New York",
54
+ "Borough of Brooklyn, New York",
55
+ "Borough of Manhattan, New York",
56
+ "Borough of Queens, New York",
57
+ "Borough of Staten Island, New York"
58
+ ],
59
+ "locn_geometry": "ENVELOPE(-74.255895,-73.700272,40.915282,40.495929)",
60
+ "dcat_centroid_ss": "40.7056055,-73.9780835",
61
+ "dct_accessRights_s": "Public",
62
+ "dct_format_s": "Geodatabase",
63
+ "gbl_wxsIdentifier_s": "sdr:nyu_2451_34636",
64
+ "dct_references_s": "{\"http://lccn.loc.gov/sh85035852\":\"https://archive.nyu.edu/retrieve/74857/nyu_2451_34636_doc.zip\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/retrieve/74856/nyu_2451_34636.zip\",\"http://schema.org/url\":\"http://hdl.handle.net/2451/34636\"}",
65
+ "id": "nyu_2451_34636",
66
+ "dct_identifier_sm": [
67
+ "http://hdl.handle.net/2451/34636"
68
+ ],
69
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
70
+ "gbl_mdVersion_s": "Aardvark"
71
+ }
@@ -1,49 +1,75 @@
1
1
  {
2
- "dc_identifier_s": "http://hdl.handle.net/2451/34502",
3
- "dc_title_s": "2015 New York City Subway Complexes and Ridership",
4
- "dc_description_s": "The subway complexes layer was created to represent ridership data for the NYC subway system (Metropolitan Transportation Authority, or MTA). This layer is a subset of the subway stations layer (nyu_2451_34503) that has been combined with MTA statistics on ridership; it was originally created in August 2012 and has been updated annually. Ridership data is not available for each individual subway station, as many stations are linked via common entrances and passageways where transfers are free, and because ridership data is not collected for the Staten Island Railway stations. This layer was created by choosing an individual station from nyu_2451_34503 to represent the entire complex, and modifying the station name and train fields appropriately. It should be used for mapping ridership data or for analysis that requires this data, and not for specifying actual station locations or measuring distances. There are 421 complexes, and the field station_ct indicates how many stations are part of a complex. Annual, average weekday, and average weekend ridership is provided for 2007 to 2014. The unique ID is complex_id, which was created by alphabetizing the complexes by borough and station name and assigning a sequential number to a borough prefix. This layer does not include the new 34th St - 11 Av station on the 7 line; it will be updated in summer 2016 once ridership data becomes available. This layer was created as part of the NYC Geodatabase (NYC GDB) project, a resource designed for basic geographic analysis and thematic mapping within the five boroughs of New York City.",
5
- "dc_rights_s": "Public",
6
- "dct_provenance_s": "Baruch CUNY",
7
- "dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34502\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/retrieve/74701/nyu_2451_34502.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"https://maps-public.geo.nyu.edu/geoserver/sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://maps-public.geo.nyu.edu/geoserver/sdr/wms\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"http://metadata.geo.nyu.edu/records/edu.nyu/handle/2451/34502/iso19139.xml\",\"http://lccn.loc.gov/sh85035852\":\"https://archive.nyu.edu/retrieve/74755/nyu_2451_34502_doc.zip\"}",
8
- "layer_id_s": "sdr:nyu_2451_34502",
9
- "layer_slug_s": "nyu_2451_34502",
10
- "layer_geom_type_s": "Point",
11
- "layer_modified_dt": "2016-5-2T18:21:5Z",
12
- "dc_format_s": "Shapefile",
13
- "dc_language_s": "English",
14
- "dc_type_s": "Dataset",
15
- "dc_publisher_s": [
2
+ "dct_title_s": "2015 New York City Subway Complexes and Ridership",
3
+ "dct_alternative_sm": [
4
+ "baruch_documentation_download"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Point dataset with WMS and WFS, documentation download, and two parent records. ",
8
+ "The subway complexes layer was created to represent ridership data for the NYC subway system (Metropolitan Transportation Authority, or MTA). This layer is a subset of the subway stations layer (nyu_2451_34503) that has been combined with MTA statistics on ridership; it was originally created in August 2012 and has been updated annually. Ridership data is not available for each individual subway station, as many stations are linked via common entrances and passageways where transfers are free, and because ridership data is not collected for the Staten Island Railway stations. This layer was created by choosing an individual station from nyu_2451_34503 to represent the entire complex, and modifying the station name and train fields appropriately. It should be used for mapping ridership data or for analysis that requires this data, and not for specifying actual station locations or measuring distances. There are 421 complexes, and the field station_ct indicates how many stations are part of a complex. Annual, average weekday, and average weekend ridership is provided for 2007 to 2014. The unique ID is complex_id, which was created by alphabetizing the complexes by borough and station name and assigning a sequential number to a borough prefix. This layer does not include the new 34th St - 11 Av station on the 7 line; it will be updated in summer 2016 once ridership data becomes available. This layer was created as part of the NYC Geodatabase (NYC GDB) project, a resource designed for basic geographic analysis and thematic mapping within the five boroughs of New York City."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
14
+ "GIS Lab, Newman Library, Baruch CUNY"
15
+ ],
16
+ "dct_publisher_sm": [
16
17
  "Newman Library (Bernard M. Baruch College)"
17
18
  ],
18
- "dc_creator_sm": "GIS Lab, Newman Library, Baruch CUNY",
19
- "dc_subject_sm": [
19
+ "schema_provider_s": "Baruch CUNY",
20
+ "gbl_resourceClass_sm": [
21
+ "Datasets"
22
+ ],
23
+ "gbl_resourceType_sm": [
24
+ "Point data"
25
+ ],
26
+ "dct_subject_sm": [
20
27
  "Subway stations",
21
- "Transportation",
22
28
  "Urban transportation",
23
29
  "Local transit",
24
30
  "Commuting"
25
31
  ],
26
- "dct_isPartOf_sm": "NYC Geodatabase (version jan2016)",
27
- "dct_issued_s": "1/15/2016",
32
+ "dcat_theme_sm": [
33
+ "Transportation"
34
+ ],
35
+ "dcat_keyword_sm": [
36
+ "GBL Fixture records"
37
+ ],
28
38
  "dct_temporal_sm": [
29
39
  "2015"
30
40
  ],
41
+ "dct_issued_s": "2016-01-15",
42
+ "gbl_indexYear_im": [
43
+ "2015"
44
+ ],
45
+ "gbl_dateRange_drsim": [
46
+ "[2015 TO 2015]"
47
+ ],
31
48
  "dct_spatial_sm": [
32
- "New York, New York, United States",
33
- "Bronx County, New York, United States",
34
- "Kings County, New York, United States",
35
- "New York County, New York, United States",
36
- "Queens County, New York, United States",
37
- "Borough of Bronx, New York, United States",
38
- "Borough of Brooklyn, New York, United States",
39
- "Borough of Manhattan, New York, United States",
40
- "Borough of Queens, New York, United States"
41
- ],
42
- "solr_geom": "ENVELOPE(-74.030876, -73.755405, 40.9031249999998, 40.5761269999998)",
43
- "solr_year_i": 2015,
44
- "dc_source_sm": [
45
- "nyu_2451_34635",
49
+ "New York, New York",
50
+ "Bronx County, New York",
51
+ "Kings County, New York",
52
+ "New York County, New York",
53
+ "Queens County, New York",
54
+ "Borough of Bronx, New York",
55
+ "Borough of Brooklyn, New York",
56
+ "Borough of Manhattan, New York",
57
+ "Borough of Queens, New York"
58
+ ],
59
+ "locn_geometry": "ENVELOPE(-74.030876,-73.755405,40.903125,40.576127)",
60
+ "dcat_centroid_ss": "40.739626,-73.8931405",
61
+ "dct_source_sm": [
62
+ "nyu_2451_34635",
46
63
  "nyu_2451_34636"
47
64
  ],
48
- "geoblacklight_version": "1.0"
65
+ "dct_accessRights_s": "Public",
66
+ "dct_format_s": "Shapefile",
67
+ "gbl_wxsIdentifier_s": "sdr:nyu_2451_34502",
68
+ "dct_references_s": "{\"http://lccn.loc.gov/sh85035852\":\"https://archive.nyu.edu/retrieve/74755/nyu_2451_34502_doc.zip\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/retrieve/74701/nyu_2451_34502.zip\",\"http://schema.org/url\":\"http://hdl.handle.net/2451/34502\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"http://metadata.geo.nyu.edu/records/edu.nyu/handle/2451/34502/iso19139.xml\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"https://maps-public.geo.nyu.edu/geoserver/sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://maps-public.geo.nyu.edu/geoserver/sdr/wms\"}",
69
+ "id": "nyu_2451_34502",
70
+ "dct_identifier_sm": [
71
+ "http://hdl.handle.net/2451/34502"
72
+ ],
73
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
74
+ "gbl_mdVersion_s": "Aardvark"
49
75
  }
@@ -1,20 +1,38 @@
1
1
  {
2
- "geoblacklight_version": "1.0",
3
- "dc_identifier_s": "ark:/88435/sx61dn82p",
4
- "layer_slug_s": "princeton-sx61dn82p",
5
- "dc_title_s": "East Asia and Oceania",
6
- "solr_geom": "ENVELOPE(-124.73333333333333, 68.0, 62.45, -53.233333333333334)",
7
- "dct_provenance_s": "Princeton",
8
- "dc_rights_s": "Public",
9
- "dc_description_s": "United States. Central Intelligence Agency. Map no. 802861 (A04678) 4-02.",
10
- "dc_language_s": "eng",
11
- "dc_publisher_s": "[Washington, D.C.] : [Central Intelligence Agency], 2002.",
12
- "dc_subject_sm": [
2
+ "dct_title_s": "East Asia and Oceania",
3
+ "dct_alternative_sm": [
4
+ "bbox-spans-180"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Scanned map with IIIF and direct TIFF download that spans across the 180th meridian. ",
8
+ "United States. Central Intelligence Agency. Map no. 802861 (A04678) 4-02."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_publisher_sm": [
14
+ "Washington, D.C. Central Intelligence Agency, 2002."
15
+ ],
16
+ "schema_provider_s": "Princeton",
17
+ "gbl_resourceClass_sm": [
18
+ "Maps"
19
+ ],
20
+ "dct_subject_sm": [
13
21
  "Asia, east — Maps"
14
22
  ],
15
- "layer_modified_dt": "2018-06-07T06:03:16Z",
16
- "layer_id_s": "public-figgy:a990e1b4-7f0e-44b8-ae2a-de7e93cdd74a",
17
- "dct_references_s": "{\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/6829320\",\"http://schema.org/downloadUrl\":\"https://figgy.princeton.edu/downloads/a990e1b4-7f0e-44b8-ae2a-de7e93cdd74a/file/36a2274c-e0c6-4901-a14f-7c422d15e194\",\"http://schema.org/thumbnailUrl\":\"https://figgy.princeton.edu/downloads/a990e1b4-7f0e-44b8-ae2a-de7e93cdd74a/file/726bf9ce-7f57-48bc-9e9f-45fc5b93c6f0\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/2e%2Fa9%2F43%2F2ea943b0bd4348fc9954b299f1b359f6%2Fintermediate_file.jp2/info.json\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/0c2e1053-22ef-409e-ad9a-7a4709a5efcb/manifest\"}",
18
- "layer_geom_type_s": "Image",
19
- "dc_format_s": "TIFF"
23
+ "dcat_keyword_sm": [
24
+ "GBL Fixture records"
25
+ ],
26
+ "locn_geometry": "ENVELOPE(-124.7333333,68,62.45,-53.23333333)",
27
+ "dcat_centroid_ss": "4.608,-28.366",
28
+ "dct_accessRights_s": "Public",
29
+ "dct_format_s": "TIFF",
30
+ "gbl_wxsIdentifier_s": "public-figgy:a990e1b4-7f0e-44b8-ae2a-de7e93cdd74a",
31
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://figgy.princeton.edu/downloads/a990e1b4-7f0e-44b8-ae2a-de7e93cdd74a/file/36a2274c-e0c6-4901-a14f-7c422d15e194\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/2e%2Fa9%2F43%2F2ea943b0bd4348fc9954b299f1b359f6%2Fintermediate_file.jp2/info.json\",\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/6829320\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/0c2e1053-22ef-409e-ad9a-7a4709a5efcb/manifest\"}",
32
+ "id": "princeton-sx61dn82p",
33
+ "dct_identifier_sm": [
34
+ "ark:/88435/sx61dn82p"
35
+ ],
36
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
37
+ "gbl_mdVersion_s": "Aardvark"
20
38
  }
@@ -1,42 +1,62 @@
1
1
  {
2
- "geoblacklight_version": "1.0",
3
- "dc_identifier_s": "https://cugir.library.cornell.edu/catalog/cugir-007741",
4
- "dc_title_s": "Air Monitoring Stations, Adirondack Park, 2000",
5
- "dc_description_s": " This dataset shows the location of each ambient air quality monitoring station currently being operated by the Bureau of Air Quality Surveillance (BAQS), Division of Air Resources, New York State Department of Environmental Conservation.",
6
- "dc_rights_s": "Public",
7
- "dct_provenance_s": "Cornell",
8
- "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://s3.amazonaws.com/cugir-data/00/77/41/cugir-007741.zip\",\"http://www.opengis.net/cat/csw/csdgm\":\"https://s3.amazonaws.com/cugir-data/00/77/41/fgdc.xml\",\"http://www.w3.org/1999/xhtml\":\"https://s3.amazonaws.com/cugir-data/00/77/41/fgdc.html\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"https://cugir.library.cornell.edu/geoserver/cugir/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://cugir.library.cornell.edu/geoserver/cugir/wms\"}",
9
- "cugir_addl_downloads_s": "{}",
10
- "layer_id_s": "cugir007741",
11
- "layer_slug_s": "cugir-007741",
12
- "dc_type_s": "Dataset",
13
- "dc_format_s": "Shapefile",
14
- "cugir_filesize_s": "0.07 MB",
15
- "layer_geom_type_s": "Point",
16
- "layer_modified_dt": "2017-10-05T00:00:00Z",
17
- "dc_creator_sm": [
2
+ "dct_title_s": "Air Monitoring Stations, Adirondack Park, 2000",
3
+ "dct_alternative_sm": [
4
+ "cornell_html_metadata"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Point dataset with WMS, WFS, direct download, and FGDC metadata XML and HTML. ",
8
+ "This dataset shows the location of each ambient air quality monitoring station currently being operated by the Bureau of Air Quality Surveillance (BAQS), Division of Air Resources, New York State Department of Environmental Conservation."
9
+ ],
10
+ "dct_creator_sm": [
18
11
  "New York State Department of Energy Conservation Bureau of Air Quality Surveillance"
19
12
  ],
20
- "dc_publisher_sm": [
13
+ "dct_publisher_sm": [
21
14
  "Geographic Data Presentation Form: Map"
22
15
  ],
23
- "dc_subject_sm": [
24
- "environment",
16
+ "schema_provider_s": "Cornell",
17
+ "gbl_resourceClass_sm": [
18
+ "Datasets"
19
+ ],
20
+ "gbl_resourceType_sm": [
21
+ "Point data"
22
+ ],
23
+ "dct_subject_sm": [
25
24
  "Air quality monitoring stations",
26
25
  "Air quality management",
27
26
  "Air--Pollution--Measurement",
28
27
  "New York State--Dept Energy Conservation"
29
28
  ],
30
- "cugir_category_sm": [
31
- "environment",
32
- "climate"
29
+ "dcat_theme_sm": [
30
+ "Environment",
31
+ "Climatology, Meteorology and Atmosphere"
32
+ ],
33
+ "dcat_keyword_sm": [
34
+ "GBL Fixture records"
35
+ ],
36
+ "dct_temporal_sm": [
37
+ "2000-Pres"
38
+ ],
39
+ "dct_issued_s": "2000-06-00",
40
+ "gbl_indexYear_im": [
41
+ "2000"
42
+ ],
43
+ "gbl_dateRange_drsim": [
44
+ "[2000 TO *]"
33
45
  ],
34
46
  "dct_spatial_sm": [
35
47
  "New York"
36
48
  ],
37
- "dct_issued_s": "2000-06-00",
38
- "dct_temporal_sm": [
39
- "-Pres"
49
+ "locn_geometry": "ENVELOPE(-74.989258,-73.858335,44.67778,43.452994)",
50
+ "dcat_centroid_ss": "44.065387,-74.42379650000001",
51
+ "dct_accessRights_s": "Public",
52
+ "dct_format_s": "Shapefile",
53
+ "gbl_fileSize_s": "0.07 MB",
54
+ "gbl_wxsIdentifier_s": "cugir007741",
55
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://schema.org/downloadUrl:https://s3.amazonaws.com/cugir-data/00/77/41/cugir-007741.zip\",\"http://www.opengis.net/cat/csw/csdgm\":\"https://s3.amazonaws.com/cugir-data/00/77/41/fgdc.xml\",\"http://www.w3.org/1999/xhtml\":\"https://s3.amazonaws.com/cugir-data/00/77/41/fgdc.html\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"https://cugir.library.cornell.edu/geoserver/cugir/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://cugir.library.cornell.edu/geoserver/cugir/wms\"}",
56
+ "id": "cugir-007741",
57
+ "dct_identifier_sm": [
58
+ "https://cugir.library.cornell.edu/catalog/cugir-007741"
40
59
  ],
41
- "solr_geom": "ENVELOPE(-74.989258, -73.858335, 44.67778, 43.452994)"
60
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
61
+ "gbl_mdVersion_s": "Aardvark"
42
62
  }
@@ -1,38 +1,56 @@
1
1
  {
2
- "dc_identifier_s": "90f14ff4-1359-4beb-b931-5cb41d20ab90",
3
- "dc_title_s": "Glacial Boundaries: Illinois, 1998",
4
- "dc_description_s": "Glacial boundary lines representing the extent of glaciation for major glacial episodes in Illinois. Data originally from Quaternary Deposits in Illinois map by Lineback (1979) and modified according to the reclassification by Hansel and Johnson, ISGS Bulletin 104 (1996). Attribute items include glacial episode identifier. ISGS, 1984 (revised 1998).",
5
- "dc_rights_s": "Public",
6
- "dc_format_s": "Shapefile",
7
- "dc_language_sm": "English",
8
- "dc_type_sm": [
9
- "Dataset"
10
- ],
11
- "dc_publisher_sm": [
2
+ "dct_title_s": "Glacial Boundaries: Illinois, 1998",
3
+ "dct_alternative_sm": [
4
+ "esri-dynamic-layer-all-layers"
5
+ ],
6
+ "dct_description_sm": [
7
+ "This record points to an the top level of an Esri Rest Web Map Service. It does not specify a layer.. ",
8
+ "Glacial boundary lines representing the extent of glaciation for major glacial episodes in Illinois. Data originally from Quaternary Deposits in Illinois map by Lineback (1979) and modified according to the reclassification by Hansel and Johnson, ISGS Bulletin 104 (1996). Attribute items include glacial episode identifier. ISGS, 1984 (revised 1998)."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
12
14
  "Illinois State Geological Survey"
13
15
  ],
14
- "dc_creator_sm": [
16
+ "dct_publisher_sm": [
15
17
  "Illinois State Geological Survey"
16
18
  ],
17
- "dc_subject_sm": [
19
+ "schema_provider_s": "University of Illinois Urbana-Champaign",
20
+ "gbl_resourceClass_sm": [
21
+ "Datasets"
22
+ ],
23
+ "gbl_resourceType_sm": [
24
+ "Polygon data"
25
+ ],
26
+ "dcat_theme_sm": [
18
27
  "Geoscientific Information"
19
28
  ],
20
- "dct_provenance_s": "University of Illinois Urbana-Champaign",
21
- "dct_references_s": "{\"urn:x-esri:serviceType:ArcGIS#DynamicMapLayer\":\"http://data.isgs.illinois.edu/arcgis/rest/services/Geology/Glacial_Boundaries/MapServer\",\"http://schema.org/url\":\"https://clearinghouse.isgs.illinois.edu/data/geology/glacial-boundaries\",\"http://schema.org/downloadUrl\":\"https://clearinghouse.isgs.illinois.edu/sites/clearinghouse.isgs/files/Clearinghouse/data/ISGS/Geology/zips/IL_Glacial_Bndys_Py.zip\"}",
22
- "dct_isPartOf_sm": [
23
- "Illinois Geospatial Data Clearinghouse"
29
+ "dcat_keyword_sm": [
30
+ "GBL Fixture records"
24
31
  ],
25
- "dct_issued_s": "1998",
26
32
  "dct_temporal_sm": [
27
33
  "1998"
28
34
  ],
35
+ "dct_issued_s": "1905-06-20",
36
+ "gbl_indexYear_im": [
37
+ "1998"
38
+ ],
39
+ "gbl_dateRange_drsim": [
40
+ "[1998 TO 1998]"
41
+ ],
29
42
  "dct_spatial_sm": [
30
- "Illinois, United States"
31
- ],
32
- "layer_slug_s": "90f14ff4-1359-4beb-b931-5cb41d20ab90",
33
- "layer_geom_type_s": "Polygon",
34
- "layer_modified_dt": "2018-08-02T17:00:40Z",
35
- "solr_geom": "ENVELOPE(-91.513518, -87.495214, 42.508348, 36.969972)",
36
- "solr_year_i": 1998,
37
- "geoblacklight_version": "1.0"
43
+ "Illinois"
44
+ ],
45
+ "locn_geometry": "ENVELOPE(-91.513518,-87.495214,42.508348,36.969972)",
46
+ "dcat_centroid_ss": "39.73916,-89.504366",
47
+ "dct_accessRights_s": "Public",
48
+ "dct_format_s": "Shapefile",
49
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://clearinghouse.isgs.illinois.edu/sites/clearinghouse.isgs/files/Clearinghouse/data/ISGS/Geology/zips/IL_Glacial_Bndys_Py.zip\",\"http://schema.org/url\":\"https://clearinghouse.isgs.illinois.edu/data/geology/glacial-boundaries\",\"urn:x-esri:serviceType:ArcGIS#DynamicMapLayer\":\"https://data.isgs.illinois.edu/arcgis/rest/services/Geology/Glacial_Boundaries/MapServer\"}",
50
+ "id": "90f14ff4-1359-4beb-b931-5cb41d20ab90",
51
+ "dct_identifier_sm": [
52
+ "90f14ff4-1359-4beb-b931-5cb41d20ab90"
53
+ ],
54
+ "gbl_mdModified_dt": "2021-06-01T22:14:15Z",
55
+ "gbl_mdVersion_s": "Aardvark"
38
56
  }