File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ # The categories for each vocabulary can be specified as a list or a
3
+ # dictionary. The dictionary option enables to define aliases.
4
+ # In that case the format is category_name: alias
5
+ # where category_name is the category name defined by the provider
1
6
- name : wkv_variable
2
7
module : wkv_vocabulary
3
8
class : WKVVocabulary
58
63
kwargs :
59
64
url : https://gcmdservices.gsfc.nasa.gov/kms/concepts/concept_scheme/platforms/?format=csv
60
65
categories :
61
- # these aliases ensure backwards compatibility for the time being
62
- # the format is category_name: alias
63
- # where category_name is the category name defined by the provider
64
- Basis : Category
65
- Category : Series_Entity
66
- Sub_Category : ' '
67
- Short_Name : Short_Name
68
- Long_Name : Long_Name
66
+ - Category
67
+ - Series_Entity
68
+ - Short_Name
69
+ - Long_Name
69
70
70
71
- name : gcmd_location
71
72
module : gcmd_vocabulary
191
192
categories :
192
193
- prefLabel
193
194
- definition
195
+ ...
You can’t perform that action at this time.
0 commit comments