-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.json
41 lines (41 loc) · 1.61 KB
/
template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"geoblacklight_version": "1.0",
"dc_identifier_s": "REQUIRED: Unique ID",
"dc_title_s": "REQUIRED: Edit County Name (Script will insert County Name)",
"dc_description_s": "REQUIRED: Dataset Description",
"dc_rights_s": "Public",
"dct_provenance_s": "REQUIRED: who holds the data? See GeoData@WI dictionary for common sources",
"layer_id_s": "",
"layer_slug_s": "REQUIRED: Unique ID",
"layer_geom_type_s": "REQUIRED: see GeoData@WI dictionary for valid types",
"layer_modified_dt": "REQUIRED: present date in time. Must be formatted like 2022-01-10T14:23:40Z",
"dc_format_s": "REQUIRED: see GeoData@WI dictionary for valid types",
"dc_language_s": "English",
"dct_isPartOf_sm": [
"Collection name 1 - See GeoData@WI dictionary for valid sources",
"Collection Name 2 - if applicable"
],
"dc_creator_sm": [
"REQUIRED: who created the dataset?"
],
"dc_publisher_sm": "",
"dc_type_s": "REQUIRED: see GeoData@WI dictionary for valid types",
"dc_subject_sm": [
"REQUIRED: ISO category",
"OPTIONAL: Additional ISO category"
],
"dct_spatial_sm": [
""
],
"dct_temporal_sm": [
"REQUIRED: Insert year or range here"
],
"solr_year_i": 9999,
"dct_issued_s": "",
"dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://gisdata.wisc.edu/public/FILENAME.zip\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"https://gisdata.wisc.edu/public/metadata/INSERT UUID HERE - do not remove trailing backslash\"}",
"solr_geom": "ENVELOPE(West,East,North, South)",
"thumbnail_path_ss": "",
"uw_supplemental_s": "",
"uw_notice_s": "",
"uw_deprioritize_item_b": false
}