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,24 +1,41 @@
1
1
  {
2
- "dc_identifier_s": "http://purl.stanford.edu/dc482zx1528",
3
- "dc_title_s": "Jōshū Kusatsu Onsenzu",
4
- "dc_description_s": "Publication date estimate from dealer description.",
5
- "dc_rights_s": "Public",
6
- "dct_provenance_s": "Stanford",
7
- "dct_references_s": "{\"http://schema.org/url\":\"http://purl.stanford.edu/dc482zx1528\",\"https://oembed.com\":\"https://purl.stanford.edu/embed.json?&hide_title=true&url=https://purl.stanford.edu/dc482zx1528\"}",
8
- "layer_slug_s": "stanford-dc482zx1528",
9
- "layer_geom_type_s": "Image",
10
- "dc_format_s": "JPEG",
11
- "dc_language_s": "Japanese",
12
- "dc_type_s": "Image",
13
- "dc_publisher_s": "Kikyōya Genkichi han",
14
- "dc_subject_sm": [
15
- "Hot springs",
16
- "Kusatsu-machi",
2
+ "dct_title_s": "Jōshū Kusatsu Onsenzu",
3
+ "dct_alternative_sm": [
4
+ "oembed"
5
+ ],
6
+ "dct_description_sm": [
7
+ "This record has an Oembed reference link. ",
8
+ "Publication date estimate from dealer description."
9
+ ],
10
+ "dct_language_sm": [
11
+ "jpn"
12
+ ],
13
+ "dct_publisher_sm": [
14
+ "Kikyōya Genkichi han"
15
+ ],
16
+ "schema_provider_s": "Stanford",
17
+ "gbl_resourceClass_sm": [
17
18
  "Maps"
18
19
  ],
20
+ "dct_subject_sm": [
21
+ "Hot springs",
22
+ "Kusatsu-machi"
23
+ ],
24
+ "dcat_keyword_sm": [
25
+ "GBL Fixture records"
26
+ ],
19
27
  "dct_spatial_sm": [
20
28
  "Japan"
21
29
  ],
22
- "solr_geom": "ENVELOPE(138.523426, 138.630362, 36.656354, 36.597519)",
23
- "geoblacklight_version": "1.0"
30
+ "locn_geometry": "ENVELOPE(138.523426,138.630362,36.656354,36.597519)",
31
+ "dcat_centroid_ss": "36.6269365,138.57689399999998",
32
+ "dct_accessRights_s": "Public",
33
+ "dct_format_s": "JPEG",
34
+ "dct_references_s": "{\"http://schema.org/url\":\"http://purl.stanford.edu/dc482zx1528\",\"https://oembed.com\":\"https://purl.stanford.edu/embed.json?&hide_title=true&url=https://purl.stanford.edu/dc482zx1528\"}",
35
+ "id": "stanford-dc482zx1528",
36
+ "dct_identifier_sm": [
37
+ "http://purl.stanford.edu/dc482zx1528"
38
+ ],
39
+ "gbl_mdModified_dt": "2021-06-01T22:14:16Z",
40
+ "gbl_mdVersion_s": "Aardvark"
24
41
  }
@@ -1,30 +1,47 @@
1
1
  {
2
- "call_number_s": "HMC04 (Princeton)",
3
- "dc_creator_sm": [
4
- "Sanborn Map Company"
5
- ],
6
- "dc_description_s": "Title taken from sheet 1 of 1927 map. \"Feb. 1885.\" Includes location map and key. Oriented with the north to the upper left.",
7
- "dc_format_s": "TIFF",
8
- "dc_identifier_s": "ark:/88435/n009w382v",
9
- "dc_language_s": "eng",
10
- "dc_publisher_s": "New York : Sanborn Map & Publishing Co., Limited, 1885.",
11
- "dc_rights_s": "Public",
12
- "dc_subject_sm": [
13
- "Real property-New Jersey-Princeton-Maps",
14
- "Princeton (N.J.)-Maps"
15
- ],
16
- "dc_title_s": "Princeton, Mercer County, New Jersey (Sheet 1)",
17
- "dct_provenance_s": "Princeton",
18
- "dct_references_s": "{\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/4266648\",\"http://schema.org/downloadUrl\":\"https://figgy.princeton.edu/downloads/b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588/file/ff89fcc8-e61b-4b27-938f-a03e63d4f5f1\",\"http://schema.org/thumbnailUrl\":\"https://figgy.princeton.edu/downloads/b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588/file/0cb6b6c7-bce2-46a8-8c79-2864c7ec5459\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/5a%2F20%2F58%2F5a20585db50d44959fe5ae44821fd174%2Fintermediate_file.jp2/info.json\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/2806e4cf-effc-4827-b116-952dfe776d14/manifest\"}",
19
- "dc_source_sm": [
20
- "princeton-1r66j405w"
21
- ],
22
- "geoblacklight_version": "1.0",
23
- "layer_geom_type_s": "Image",
24
- "layer_id_s": "public-figgy:p-b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588",
25
- "layer_modified_dt": "2018-06-20T22:23:54Z",
26
- "layer_slug_s": "princeton-n009w382v",
27
- "solr_geom": "ENVELOPE(-74.68, -74.63, 40.37, 40.33)",
28
- "suppressed_b": true,
29
- "uuid": "princeton-n009w382v"
2
+ "dct_title_s": "Princeton, Mercer County, New Jersey (Sheet 1)",
3
+ "dct_alternative_sm": [
4
+ "princeton-child1"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Child record for testing the suppressed_b property. ",
8
+ "Title taken from sheet 1 of 1927 map. \"Feb. 1885.\" Includes location map and key. Oriented with the north to the upper left."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
14
+ "Sanborn Map Company"
15
+ ],
16
+ "dct_publisher_sm": [
17
+ "New York : Sanborn Map & Publishing Co., Limited, 1885."
18
+ ],
19
+ "schema_provider_s": "Princeton",
20
+ "gbl_resourceClass_sm": [
21
+ "Maps"
22
+ ],
23
+ "dct_subject_sm": [
24
+ "Real property-New Jersey-Princeton-Maps",
25
+ "Princeton (N.J.)-Maps"
26
+ ],
27
+ "dcat_keyword_sm": [
28
+ "GBL Fixture records"
29
+ ],
30
+ "locn_geometry": "ENVELOPE(-74.68,-74.63,40.37,40.33)",
31
+ "dcat_centroid_ss": "40.349999999999994,-74.655",
32
+ "dct_source_sm": [
33
+ "princeton-1r66j405w"
34
+ ],
35
+ "dct_accessRights_s": "Public",
36
+ "dct_format_s": "TIFF",
37
+ "gbl_wxsIdentifier_s": "public-figgy:p-b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588",
38
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://figgy.princeton.edu/downloads/b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588/file/ff89fcc8-e61b-4b27-938f-a03e63d4f5f1\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/5a%2F20%2F58%2F5a20585db50d44959fe5ae44821fd174%2Fintermediate_file.jp2/info.json\",\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/4266648\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/2806e4cf-effc-4827-b116-952dfe776d14/manifest\"}",
39
+ "id": "princeton-n009w382v",
40
+ "dct_identifier_sm": [
41
+ "ark:/88435/n009w382v",
42
+ "HMC04 (Princeton)"
43
+ ],
44
+ "gbl_mdModified_dt": "2021-06-01T22:14:16Z",
45
+ "gbl_mdVersion_s": "Aardvark",
46
+ "gbl_suppressed_b": true
30
47
  }
@@ -1,30 +1,47 @@
1
1
  {
2
- "call_number_s": "HMC04 (Princeton)",
3
- "dc_creator_sm": [
4
- "Sanborn Map Company"
5
- ],
6
- "dc_description_s": "Title taken from sheet 1 of 1927 map. \"Feb. 1885.\" Includes location map and key. Oriented with the north to the upper left.",
7
- "dc_format_s": "TIFF",
8
- "dc_identifier_s": "ark:/88435/jq085m62x",
9
- "dc_language_s": "eng",
10
- "dc_publisher_s": "New York : Sanborn Map & Publishing Co., Limited, 1885.",
11
- "dc_rights_s": "Public",
12
- "dc_subject_sm": [
13
- "Real property-New Jersey-Princeton-Maps",
14
- "Princeton (N.J.)-Maps"
15
- ],
16
- "dc_title_s": "Princeton, Mercer County, New Jersey (Sheet 2)",
17
- "dct_provenance_s": "Princeton",
18
- "dct_references_s": "{\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/4266648\",\"http://schema.org/downloadUrl\":\"https://figgy.princeton.edu/downloads/db890be9-02bf-43c1-85c8-69c0684e25f6/file/dc08e083-5044-4949-bdd1-9d16a1fef818\",\"http://schema.org/thumbnailUrl\":\"https://figgy.princeton.edu/downloads/db890be9-02bf-43c1-85c8-69c0684e25f6/file/342e2f50-c9ff-4f86-9317-f5ce331e766e\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/a6%2Fb9%2Ff9%2Fa6b9f96251724546ae37ea3fa37a5e57%2Fintermediate_file.jp2/info.json\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/68e90289-74ce-4f21-89e5-852f3e96ce35/manifest\"}",
19
- "dc_source_sm": [
20
- "princeton-1r66j405w"
21
- ],
22
- "geoblacklight_version": "1.0",
23
- "layer_geom_type_s": "Image",
24
- "layer_id_s": "public-figgy:p-db890be9-02bf-43c1-85c8-69c0684e25f6",
25
- "layer_modified_dt": "2018-06-20T22:24:29Z",
26
- "layer_slug_s": "princeton-jq085m62x",
27
- "solr_geom": "ENVELOPE(-74.68, -74.63, 40.37, 40.33)",
28
- "suppressed_b": true,
29
- "uuid": "princeton-jq085m62x"
2
+ "dct_title_s": "Princeton, Mercer County, New Jersey (Sheet 2)",
3
+ "dct_alternative_sm": [
4
+ "princeton-child2"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Child record for testing the suppressed_b property. ",
8
+ "Title taken from sheet 1 of 1927 map. \"Feb. 1885.\" Includes location map and key. Oriented with the north to the upper left."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
14
+ "Sanborn Map Company"
15
+ ],
16
+ "dct_publisher_sm": [
17
+ "New York : Sanborn Map & Publishing Co., Limited, 1885."
18
+ ],
19
+ "schema_provider_s": "Princeton",
20
+ "gbl_resourceClass_sm": [
21
+ "Maps"
22
+ ],
23
+ "dct_subject_sm": [
24
+ "Real property-New Jersey-Princeton-Maps",
25
+ "Princeton (N.J.)-Maps"
26
+ ],
27
+ "dcat_keyword_sm": [
28
+ "GBL Fixture records"
29
+ ],
30
+ "locn_geometry": "ENVELOPE(-74.68,-74.63,40.37,40.33)",
31
+ "dcat_centroid_ss": "40.349999999999994,-74.655",
32
+ "dct_source_sm": [
33
+ "princeton-1r66j405w"
34
+ ],
35
+ "dct_accessRights_s": "Public",
36
+ "dct_format_s": "TIFF",
37
+ "gbl_wxsIdentifier_s": "public-figgy:p-db890be9-02bf-43c1-85c8-69c0684e25f6",
38
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://figgy.princeton.edu/downloads/db890be9-02bf-43c1-85c8-69c0684e25f6/file/dc08e083-5044-4949-bdd1-9d16a1fef818\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/a6%2Fb9%2Ff9%2Fa6b9f96251724546ae37ea3fa37a5e57%2Fintermediate_file.jp2/info.json\",\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/4266648\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/68e90289-74ce-4f21-89e5-852f3e96ce35/manifest\"}",
39
+ "id": "princeton-jq085m62x",
40
+ "dct_identifier_sm": [
41
+ "ark:/88435/jq085m62x",
42
+ "HMC04 (Princeton)"
43
+ ],
44
+ "gbl_mdModified_dt": "2021-06-01T22:14:16Z",
45
+ "gbl_mdVersion_s": "Aardvark",
46
+ "gbl_suppressed_b": true
30
47
  }
@@ -1,30 +1,47 @@
1
1
  {
2
- "call_number_s": "HMC04 (Princeton)",
3
- "dc_creator_sm": [
4
- "Sanborn Map Company"
5
- ],
6
- "dc_description_s": "Title taken from sheet 1 of 1927 map. \"Feb. 1885.\" Includes location map and key. Oriented with the north to the upper left.",
7
- "dc_format_s": "TIFF",
8
- "dc_identifier_s": "ark:/88435/n009w382v",
9
- "dc_language_s": "eng",
10
- "dc_publisher_s": "New York : Sanborn Map & Publishing Co., Limited, 1885.",
11
- "dc_rights_s": "Public",
12
- "dc_subject_sm": [
13
- "Real property-New Jersey-Princeton-Maps",
14
- "Princeton (N.J.)-Maps"
15
- ],
16
- "dc_title_s": "Princeton, Mercer County, New Jersey (Sheet 3)",
17
- "dct_provenance_s": "Princeton",
18
- "dct_references_s": "{\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/4266648\",\"http://schema.org/downloadUrl\":\"https://figgy.princeton.edu/downloads/b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588/file/ff89fcc8-e61b-4b27-938f-a03e63d4f5f1\",\"http://schema.org/thumbnailUrl\":\"https://figgy.princeton.edu/downloads/b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588/file/0cb6b6c7-bce2-46a8-8c79-2864c7ec5459\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/5a%2F20%2F58%2F5a20585db50d44959fe5ae44821fd174%2Fintermediate_file.jp2/info.json\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/2806e4cf-effc-4827-b116-952dfe776d14/manifest\"}",
19
- "dc_source_sm": [
20
- "princeton-1r66j405w"
21
- ],
22
- "geoblacklight_version": "1.0",
23
- "layer_geom_type_s": "Image",
24
- "layer_id_s": "public-figgy:p-b6ba3091-fcf4-4d2d-9d6a-df7df5c8c598",
25
- "layer_modified_dt": "2018-06-20T22:23:54Z",
26
- "layer_slug_s": "princeton-n009w382v-fake1",
27
- "solr_geom": "ENVELOPE(-74.68, -74.63, 40.37, 40.33)",
28
- "suppressed_b": true,
29
- "uuid": "princeton-n009w382v-fake1"
2
+ "dct_title_s": "Princeton, Mercer County, New Jersey (Sheet 3)",
3
+ "dct_alternative_sm": [
4
+ "princeton-child3"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Child record for testing the suppressed_b property. ",
8
+ "Title taken from sheet 1 of 1927 map. \"Feb. 1885.\" Includes location map and key. Oriented with the north to the upper left."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
14
+ "Sanborn Map Company"
15
+ ],
16
+ "dct_publisher_sm": [
17
+ "New York : Sanborn Map & Publishing Co., Limited, 1885."
18
+ ],
19
+ "schema_provider_s": "Princeton",
20
+ "gbl_resourceClass_sm": [
21
+ "Maps"
22
+ ],
23
+ "dct_subject_sm": [
24
+ "Real property-New Jersey-Princeton-Maps",
25
+ "Princeton (N.J.)-Maps"
26
+ ],
27
+ "dcat_keyword_sm": [
28
+ "GBL Fixture records"
29
+ ],
30
+ "locn_geometry": "ENVELOPE(-74.68,-74.63,40.37,40.33)",
31
+ "dcat_centroid_ss": "40.349999999999994,-74.655",
32
+ "dct_source_sm": [
33
+ "princeton-1r66j405w"
34
+ ],
35
+ "dct_accessRights_s": "Public",
36
+ "dct_format_s": "TIFF",
37
+ "gbl_wxsIdentifier_s": "public-figgy:p-b6ba3091-fcf4-4d2d-9d6a-df7df5c8c598",
38
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://figgy.princeton.edu/downloads/b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588/file/ff89fcc8-e61b-4b27-938f-a03e63d4f5f1\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/5a%2F20%2F58%2F5a20585db50d44959fe5ae44821fd174%2Fintermediate_file.jp2/info.json\",\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/4266648\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/2806e4cf-effc-4827-b116-952dfe776d14/manifest\"}",
39
+ "id": "princeton-n009w382v-fake1",
40
+ "dct_identifier_sm": [
41
+ "ark:/88435/n009w382v",
42
+ "HMC04 (Princeton)"
43
+ ],
44
+ "gbl_mdModified_dt": "2021-06-01T22:14:16Z",
45
+ "gbl_mdVersion_s": "Aardvark",
46
+ "gbl_suppressed_b": true
30
47
  }
@@ -1,30 +1,47 @@
1
1
  {
2
- "call_number_s": "HMC04 (Princeton)",
3
- "dc_creator_sm": [
4
- "Sanborn Map Company"
5
- ],
6
- "dc_description_s": "Title taken from sheet 1 of 1927 map. \"Feb. 1885.\" Includes location map and key. Oriented with the north to the upper left.",
7
- "dc_format_s": "TIFF",
8
- "dc_identifier_s": "ark:/88435/n009w382v",
9
- "dc_language_s": "eng",
10
- "dc_publisher_s": "New York : Sanborn Map & Publishing Co., Limited, 1885.",
11
- "dc_rights_s": "Public",
12
- "dc_subject_sm": [
13
- "Real property-New Jersey-Princeton-Maps",
14
- "Princeton (N.J.)-Maps"
15
- ],
16
- "dc_title_s": "Princeton, Mercer County, New Jersey (Sheet 4)",
17
- "dct_provenance_s": "Princeton",
18
- "dct_references_s": "{\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/4266648\",\"http://schema.org/downloadUrl\":\"https://figgy.princeton.edu/downloads/b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588/file/ff89fcc8-e61b-4b27-938f-a03e63d4f5f1\",\"http://schema.org/thumbnailUrl\":\"https://figgy.princeton.edu/downloads/b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588/file/0cb6b6c7-bce2-46a8-8c79-2864c7ec5459\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/5a%2F20%2F58%2F5a20585db50d44959fe5ae44821fd174%2Fintermediate_file.jp2/info.json\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/2806e4cf-effc-4827-b116-952dfe776d14/manifest\"}",
19
- "dc_source_sm": [
20
- "princeton-1r66j405w"
21
- ],
22
- "geoblacklight_version": "1.0",
23
- "layer_geom_type_s": "Image",
24
- "layer_id_s": "public-figgy:p-b6ba3091-fcf4-4d2d-9d6a-df7df5c8c589",
25
- "layer_modified_dt": "2018-06-20T22:23:54Z",
26
- "layer_slug_s": "princeton-n009w382v-fake2",
27
- "solr_geom": "ENVELOPE(-74.68, -74.63, 40.37, 40.33)",
28
- "suppressed_b": true,
29
- "uuid": "princeton-n009w382v-fake2"
2
+ "dct_title_s": "Princeton, Mercer County, New Jersey (Sheet 4)",
3
+ "dct_alternative_sm": [
4
+ "princeton-child4"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Child record for testing the suppressed_b property. ",
8
+ "Title taken from sheet 1 of 1927 map. \"Feb. 1885.\" Includes location map and key. Oriented with the north to the upper left."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
14
+ "Sanborn Map Company"
15
+ ],
16
+ "dct_publisher_sm": [
17
+ "New York : Sanborn Map & Publishing Co., Limited, 1885."
18
+ ],
19
+ "schema_provider_s": "Princeton",
20
+ "gbl_resourceClass_sm": [
21
+ "Maps"
22
+ ],
23
+ "dct_subject_sm": [
24
+ "Real property-New Jersey-Princeton-Maps",
25
+ "Princeton (N.J.)-Maps"
26
+ ],
27
+ "dcat_keyword_sm": [
28
+ "GBL Fixture records"
29
+ ],
30
+ "locn_geometry": "ENVELOPE(-74.68,-74.63,40.37,40.33)",
31
+ "dcat_centroid_ss": "40.349999999999994,-74.655",
32
+ "dct_source_sm": [
33
+ "princeton-1r66j405w"
34
+ ],
35
+ "dct_accessRights_s": "Public",
36
+ "dct_format_s": "TIFF",
37
+ "gbl_wxsIdentifier_s": "public-figgy:p-b6ba3091-fcf4-4d2d-9d6a-df7df5c8c589",
38
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://figgy.princeton.edu/downloads/b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588/file/ff89fcc8-e61b-4b27-938f-a03e63d4f5f1\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/5a%2F20%2F58%2F5a20585db50d44959fe5ae44821fd174%2Fintermediate_file.jp2/info.json\",\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/4266648\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/2806e4cf-effc-4827-b116-952dfe776d14/manifest\"}",
39
+ "id": "princeton-n009w382v-fake2",
40
+ "dct_identifier_sm": [
41
+ "ark:/88435/n009w382v",
42
+ "HMC04 (Princeton)"
43
+ ],
44
+ "gbl_mdModified_dt": "2021-06-01T22:14:16Z",
45
+ "gbl_mdVersion_s": "Aardvark",
46
+ "gbl_suppressed_b": true
30
47
  }
@@ -1,25 +1,48 @@
1
1
  {
2
- "call_number_s": "HMC04 (Princeton)",
3
- "dc_creator_sm": [
4
- "Sanborn Map Company"
5
- ],
6
- "dc_description_s": "Title taken from sheet 1 of 1927 map. \"Feb. 1885.\" Includes location map and key. Oriented with the north to the upper left.",
7
- "dc_identifier_s": "ark:/88435/1r66j405w",
8
- "dc_language_s": "eng",
9
- "dc_publisher_s": "New York : Sanborn Map & Publishing Co., Limited, 1885.",
10
- "dc_rights_s": "Public",
11
- "dc_subject_sm": [
12
- "Real property-New Jersey-Princeton-Maps",
13
- "Princeton (N.J.)-Maps"
14
- ],
15
- "dc_title_s": "Princeton, Mercer County, New Jersey",
16
- "dct_provenance_s": "Princeton",
17
- "dct_references_s": "{\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/4266648\",\"http://schema.org/thumbnailUrl\":\"https://figgy.princeton.edu/downloads/b6ba3091-fcf4-4d2d-9d6a-df7df5c8c588/file/0cb6b6c7-bce2-46a8-8c79-2864c7ec5459\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/5a%2F20%2F58%2F5a20585db50d44959fe5ae44821fd174%2Fintermediate_file.jp2/info.json\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/9a193476-5f2e-4f82-95a5-6db472e39b7b/manifest\"}",
18
- "geoblacklight_version": "1.0",
19
- "layer_geom_type_s": "Image",
20
- "layer_id_s": "ark:/88435/1r66j405w",
21
- "layer_modified_dt": "2018-06-07T05:12:50Z",
22
- "layer_slug_s": "princeton-1r66j405w",
23
- "solr_geom": "ENVELOPE(-74.68, -74.63, 40.37, 40.33)",
24
- "uuid": "princeton-1r66j405w"
2
+ "dct_title_s": "Princeton, Mercer County, New Jersey",
3
+ "dct_alternative_sm": [
4
+ "princeton-parent"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Parent record for testing the suppressed_b property. ",
8
+ "Title taken from sheet 1 of 1927 map. \"Feb. 1885.\" Includes location map and key. Oriented with the north to the upper left."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
14
+ "Sanborn Map Company"
15
+ ],
16
+ "dct_publisher_sm": [
17
+ "New York : Sanborn Map & Publishing Co., Limited, 1885."
18
+ ],
19
+ "schema_provider_s": "Princeton",
20
+ "gbl_resourceClass_sm": [
21
+ "Maps"
22
+ ],
23
+ "dct_subject_sm": [
24
+ "Real property-New Jersey-Princeton-Maps",
25
+ "Princeton (N.J.)-Maps"
26
+ ],
27
+ "dcat_keyword_sm": [
28
+ "GBL Fixture records"
29
+ ],
30
+ "gbl_indexYear_im": [
31
+ "1885"
32
+ ],
33
+ "gbl_dateRange_drsim": [
34
+ "[1885 TO 1885]"
35
+ ],
36
+ "locn_geometry": "ENVELOPE(-74.68,-74.63,40.37,40.33)",
37
+ "dcat_centroid_ss": "40.350,-74.655",
38
+ "dct_accessRights_s": "Public",
39
+ "gbl_wxsIdentifier_s": "ark:/88435/1r66j405w",
40
+ "dct_references_s": "{\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/5a%2F20%2F58%2F5a20585db50d44959fe5ae44821fd174%2Fintermediate_file.jp2/info.json\",\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/4266648\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/9a193476-5f2e-4f82-95a5-6db472e39b7b/manifest\"}",
41
+ "id": "princeton-1r66j405w",
42
+ "dct_identifier_sm": [
43
+ "ark:/88435/1r66j405w",
44
+ "HMC04 (Princeton)"
45
+ ],
46
+ "gbl_mdModified_dt": "2021-06-11T17:55:01Z",
47
+ "gbl_mdVersion_s": "Aardvark"
25
48
  }
@@ -1,34 +1,61 @@
1
1
  {
2
- "dc_identifier_s": "http://purl.stanford.edu/cz128vq0535",
3
- "dc_title_s": "2005 Rural Poverty GIS Database: Uganda",
4
- "dc_description_s": "This polygon shapefile contains 2005 poverty data for 855 rural subcounties in Uganda. These data are intended for researchers, students, policy makers and the general public for reference and mapping purposes, and may be used for basic applications such as viewing, querying, and map output production.",
5
- "dc_rights_s": "Public",
6
- "dct_provenance_s": "Stanford",
7
- "dct_references_s": "{\"http://schema.org/url\":\"http://purl.stanford.edu/cz128vq0535\",\"http://schema.org/downloadUrl\":\"http://stacks.stanford.edu/file/druid:cz128vq0535/data.zip\",\"http://www.loc.gov/mods/v3\":\"http://purl.stanford.edu/cz128vq0535.mods\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"https://raw.githubusercontent.com/OpenGeoMetadata/edu.stanford.purl/master/cz/128/vq/0535/iso19139.xml\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"https://geowebservices.stanford.edu/geoserver/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://geowebservices.stanford.edu/geoserver/wms\"}",
8
- "layer_id_s": "druid:cz128vq0535",
9
- "layer_slug_s": "stanford-cz128vq0535",
10
- "layer_geom_type_s": "Polygon",
11
- "layer_modified_dt": "2015-07-16T18:28:51Z",
12
- "dc_format_s": "Shapefile",
13
- "dc_language_s": "English",
14
- "dc_type_s": "Dataset",
15
- "dc_publisher_s": "Uganda Bureau of Statistics",
16
- "dc_creator_sm": [
2
+ "dct_title_s": "2005 Rural Poverty GIS Database: Uganda",
3
+ "dct_alternative_sm": [
4
+ "public_direct_download"
5
+ ],
6
+ "dct_description_sm": [
7
+ "includes a tentative dcat_distribution_sm property. ",
8
+ "This polygon shapefile contains 2005 poverty data for 855 rural subcounties in Uganda. These data are intended for researchers, students, policy makers and the general public for reference and mapping purposes, and may be used for basic applications such as viewing, querying, and map output production."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
17
14
  "Uganda Bureau of Statistics"
18
15
  ],
19
- "dc_subject_sm": [
16
+ "dct_publisher_sm": [
17
+ "Uganda Bureau of Statistics"
18
+ ],
19
+ "schema_provider_s": "Stanford",
20
+ "gbl_resourceClass_sm": [
21
+ "Datasets"
22
+ ],
23
+ "gbl_resourceType_sm": [
24
+ "Polygon data"
25
+ ],
26
+ "dct_subject_sm": [
20
27
  "Poverty",
21
28
  "Statistics"
22
29
  ],
23
- "dct_issued_s": "2005",
30
+ "dcat_keyword_sm": [
31
+ "GBL Fixture records"
32
+ ],
24
33
  "dct_temporal_sm": [
25
34
  "2005"
26
35
  ],
36
+ "dct_issued_s": "1905-06-27",
37
+ "gbl_indexYear_im": [
38
+ "2005"
39
+ ],
40
+ "gbl_dateRange_drsim": [
41
+ "[2005 TO 2005]"
42
+ ],
27
43
  "dct_spatial_sm": [
28
44
  "Uganda"
29
45
  ],
30
- "solr_geom": "ENVELOPE(29.572742, 35.000308, 4.234077, -1.478794)",
31
- "solr_year_i": 2005,
32
- "stanford_rights_metadata_s": "<?xml version=\"1.0\"?>\n<rightsMetadata>\n <access type=\"discover\">\n <machine>\n <world/>\n </machine>\n </access>\n <access type=\"read\">\n <machine>\n <world/>\n </machine>\n </access>\n <use>\n <human type=\"useAndReproduction\">This item is in the public domain. There are no restrictions on use.</human>\n <human type=\"creativeCommons\"/>\n <machine type=\"creativeCommons\"/>\n </use>\n <copyright>\n <human>This work is in the Public Domain, meaning that it is not subject to copyright.</human>\n </copyright>\n</rightsMetadata>\n",
33
- "geoblacklight_version": "1.0"
46
+ "locn_geometry": "ENVELOPE(29.572742,35.000308,4.234077,-1.478794)",
47
+ "dcat_centroid_ss": "1.3776415000000002,32.286525",
48
+ "dct_rights_sm": [
49
+ "This item is in the public domain. There are no restrictions on use."
50
+ ],
51
+ "dct_accessRights_s": "Public",
52
+ "dct_format_s": "Shapefile",
53
+ "gbl_wxsIdentifier_s": "druid:cz128vq0535",
54
+ "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://stacks.stanford.edu/file/druid:cz128vq0535/data.zip\",\"http://schema.org/url\":\"http://purl.stanford.edu/cz128vq0535\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"https://raw.githubusercontent.com/OpenGeoMetadata/edu.stanford.purl/master/cz/128/vq/0535/iso19139.xml\",\"http://www.loc.gov/mods/v3\":\"http://purl.stanford.edu/cz128vq0535.mods\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"https://geowebservices.stanford.edu/geoserver/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://geowebservices.stanford.edu/geoserver/wms\"}",
55
+ "id": "stanford-cz128vq0535",
56
+ "dct_identifier_sm": [
57
+ "http://purl.stanford.edu/cz128vq0535"
58
+ ],
59
+ "gbl_mdModified_dt": "2021-06-01T22:14:16Z",
60
+ "gbl_mdVersion_s": "Aardvark"
34
61
  }
@@ -1,36 +1,61 @@
1
1
  {
2
- "geoblacklight_version": "1.0",
3
- "dc_description_s": "Partly colored. Relief shown pictorially. Shows administrative divisions. From Thomas Jefferys's The American atlas, or, A geographical description of the whole continent of America (London : Printed by R. Sayer and Bennett, 1778). Insets: A chart of the mouth of Hudson's River, from Sandy Hook to New York. A plan of the city of New York. Plan of Amboy, with its environs, from an actual survey.",
4
- "dc_format_s": "Raster",
5
- "dc_identifier_s": "http://arks.princeton.edu/ark:/88435/02870w62c",
6
- "dc_language_s": "English",
7
- "dc_publisher_s": "London, Robt. Sayer & John Bennett",
8
- "dc_rights_s": "Public",
9
- "dc_subject_sm": [
10
- "New York (State)‒Maps",
11
- "New Jersey‒Maps"
2
+ "dct_title_s": "The provinces of New York and New Jersey, with part of Pensilvania, and the Province of Quebec : drawn by Major Holland, Surveyor General, of the Northern District in America. Corrected and improved, from the original materials, by Governr. Pownall, Member of Parliament, 1776",
3
+ "dct_alternative_sm": [
4
+ "public_iiif_princeton"
5
+ ],
6
+ "dct_description_sm": [
7
+ "Scanned map with IIIF. ",
8
+ "Partly colored. Relief shown pictorially. Shows administrative divisions. From Thomas Jefferys's The American atlas, or, A geographical description of the whole continent of America (London : Printed by R. Sayer and Bennett, 1778). Insets: A chart of the mouth of Hudson's River, from Sandy Hook to New York. A plan of the city of New York. Plan of Amboy, with its environs, from an actual survey."
12
9
  ],
13
- "dc_title_s": "The provinces of New York and New Jersey, with part of Pensilvania, and the Province of Quebec : drawn by Major Holland, Surveyor General, of the Northern District in America. Corrected and improved, from the original materials, by Governr. Pownall, Member of Parliament, 1776",
14
- "dc_type_s": "Dataset",
15
- "dc_creator_sm": [
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
16
14
  "Rogers, Henry Darwin",
17
15
  "Pownall, Thomas"
18
16
  ],
19
- "dct_references_s": "{\"http://schema.org/url\":\"http://arks.princeton.edu/ark:/88435/02870w62c\",\"http://schema.org/thumbnailUrl\":\"https://iiif-cloud.princeton.edu/iiif/2/6c%2F52%2F12%2F6c5212e81bc845f59bb1cdc740a88bad%2Fintermediate_file/full/!200,150/0/default.jpg\",\"http://iiif.io/api/image\":\"https://iiif-cloud.princeton.edu/iiif/2/6c%2F52%2F12%2F6c5212e81bc845f59bb1cdc740a88bad%2Fintermediate_file/info.json\"}",
17
+ "dct_publisher_sm": [
18
+ "London, Robt. Sayer & John Bennett"
19
+ ],
20
+ "schema_provider_s": "Princeton",
21
+ "gbl_resourceClass_sm": [
22
+ "Maps"
23
+ ],
24
+ "gbl_resourceType_sm": [
25
+ "Raster data"
26
+ ],
27
+ "dct_subject_sm": [
28
+ "New York (State)‒Maps",
29
+ "New Jersey‒Maps"
30
+ ],
31
+ "dcat_keyword_sm": [
32
+ "GBL Fixture records"
33
+ ],
34
+ "dct_temporal_sm": [
35
+ "1778"
36
+ ],
37
+ "dct_issued_s": "1904-11-12",
38
+ "gbl_indexYear_im": [
39
+ "1778"
40
+ ],
41
+ "gbl_dateRange_drsim": [
42
+ "[1778 TO 1778]"
43
+ ],
20
44
  "dct_spatial_sm": [
21
45
  "New York (State)",
22
46
  "New Jersey",
23
47
  "Pennsylvania"
24
48
  ],
25
- "dct_temporal_sm": [
26
- "1778"
49
+ "locn_geometry": "ENVELOPE(-76.3394,-72.1916,46.5798,38.6693)",
50
+ "dcat_centroid_ss": "42.62455,-74.2655",
51
+ "dct_accessRights_s": "Public",
52
+ "dct_format_s": "Raster",
53
+ "gbl_wxsIdentifier_s": "02870w62c",
54
+ "dct_references_s": "{\"http://iiif.io/api/image\":\"https://libimages.princeton.edu/loris/pudl0076/map_pownall/00000001.jp2/info.json\",\"http://schema.org/url\":\"http://arks.princeton.edu/ark:/88435/02870w62c\"}",
55
+ "id": "princeton-02870w62c",
56
+ "dct_identifier_sm": [
57
+ "http://arks.princeton.edu/ark:/88435/02870w62c"
27
58
  ],
28
- "dct_issued_s": "1778",
29
- "dct_provenance_s": "Princeton",
30
- "layer_slug_s": "princeton-02870w62c",
31
- "layer_id_s": "02870w62c",
32
- "layer_geom_type_s": "Raster",
33
- "layer_modified_dt": "2014-10-09T18:00:18Z",
34
- "solr_geom": "ENVELOPE(-76.3394, -72.1916, 46.5798, 38.6693)",
35
- "solr_year_i": 1778
59
+ "gbl_mdModified_dt": "2021-06-01T22:14:16Z",
60
+ "gbl_mdVersion_s": "Aardvark"
36
61
  }