Skip to content

Commit

Permalink
upgrade to schema v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hardy committed Aug 4, 2016
1 parent 94e3291 commit 72b39ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
12 changes: 5 additions & 7 deletions spec/fixtures/docs/basic_geoblacklight.json
@@ -1,5 +1,5 @@
{
"uuid":"http://purl.stanford.edu/bb338jh0716",
{
"geoblacklight_version":"1.0",
"dc_identifier_s":"http://purl.stanford.edu/bb338jh0716",
"dc_title_s":"Hydrologic Sub-Area Boundaries: Russian River Watershed, California, 1999",
"dc_description_s":"This polygon dataset represents the Hydrologic Sub-Area boundaries for the Russian River basin, as defined by the Calwater 2.2a watershed boundaries. The original CALWATER22 layer (Calwater 2.2a watershed boundaries) was developed as a coverage named calw22a and is administered by the Interagency California Watershed Mapping Committee (ICWMC). ",
Expand All @@ -11,19 +11,17 @@
"layer_modified_dt":"2014-10-08",
"dc_format_s":"application/x-esri-shapefile",
"dc_type_s":"Dataset",
"dc_subject_sm":[
"dc_subject_sm":[
"boundaries",
"inlandWaters"
],
"dc_spatial_sm":[
"dc_spatial_sm":[
"Sonoma County (Calif.)",
"Mendocino County (Calif.)",
"Russian River Watershed (Calif.)"
],
"dct_issued_s":"2002-09-01",
"dct_temporal_sm":"1999",
"georss_polygon_s":"38.298024 -123.387866 39.399217 -123.387866 39.399217 -122.522658 38.298024 -122.522658 38.298024 -123.387866",
"solr_geom":"ENVELOPE(-123.387866 38.298024, -122.522658 38.298024, -122.522658 39.399217, -123.387866 39.399217, -123.387866 38.298024)",
"georss_box_s":"38.298024 -123.387866 39.399217 -122.522658",
"solr_year_i":1999
}
}
10 changes: 2 additions & 8 deletions spec/fixtures/docs/full_geoblacklight.json
@@ -1,5 +1,5 @@
{
"uuid":"http://purl.stanford.edu/cz128vq0535",
"geoblacklight_version":"1.0",
"dc_identifier_s":"http://purl.stanford.edu/cz128vq0535",
"dc_title_s":"2005 Rural Poverty GIS Database: Uganda",
"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.",
Expand Down Expand Up @@ -28,12 +28,6 @@
"dct_spatial_sm":[
"Uganda"
],
"dc_relation_sm":[
"http://sws.geonames.org/226074/about.rdf"
],
"georss_box_s":"-1.478794 29.572742 4.234077 35.000308",
"georss_polygon_s":"-1.478794 29.572742 4.234077 29.572742 4.234077 35.000308 -1.478794 35.000308 -1.478794 29.572742",
"solr_geom":"ENVELOPE(29.572742, 35.000308, 4.234077, -1.478794)",
"solr_bbox":"29.572742 -1.478794 35.000308 4.234077",
"solr_year_i":2005
}
}

0 comments on commit 72b39ad

Please sign in to comment.