-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodis_unlccs.jsonld
153 lines (153 loc) · 5.64 KB
/
modis_unlccs.jsonld
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"@context": {
"id": "@id",
"type": "@type",
"skos": "http://www.w3.org/2004/02/skos/core#",
"catremap": "http://purl.org/voc/cpm_catremap#",
"label": { "@id": "skos:prefLabel", "@container": "@language" },
"preferredColor": "foo:bar",
"CategoryRemappingDefinition": "catremap:CategoryRemappingDefinition",
"sourceObservedProperty": "catremap:sourceObservedProperty",
"destinationbservedProperty": "catremap:destinationObservedProperty",
"categoryMappings": "catremap:categoryMapping",
"sourceCategory": "catremap:sourceCategory",
"destinationCategory": "catremap:destinationCategory"
},
"type": "CategoryRemappingDefinition",
"id": "https://github.com/ec-melodies/wp03-landcover-reclassifications/modis_unlccs",
"label": {
"en": "MODIS LC / UN LCCS Land Cover Mapping"
},
"sourceObservedProperty": {
"label": {
"en": "MODIS Land Cover"
}
},
"destinationObservedProperty": {
"id": "http://www.glcn.org/ont_2_en.jsp",
"label": {
"en": "UN LCCS Land Cover"
},
"categories": [
{
"id": "http://www.glcn.org/ont_2_en.jsp#Forest",
"label": {
"en": "Forest"
},
"preferredColor": "#FF0000"
},
{
"id": "http://www.glcn.org/ont_2_en.jsp#Cropland",
"label": {
"en": "Cropland"
},
"preferredColor": "#732600"
},
{
"id": "http://www.glcn.org/ont_2_en.jsp#Grassland",
"label": {
"en": "Grassland"
},
"preferredColor": "#00FF00"
},
{
"id": "http://www.glcn.org/ont_2_en.jsp#Wetland",
"label": {
"en": "Wetland"
},
"preferredColor": "#801A80"
},
{
"id": "http://www.glcn.org/ont_2_en.jsp#Settlements",
"label": {
"en": "Settlements"
},
"preferredColor": "#808080"
},
{
"id": "http://www.glcn.org/ont_2_en.jsp#Other_Land",
"label": {
"en": "Other Land"
},
"preferredColor": "#FFFF80"
},
{
"id": "http://www.glcn.org/ont_2_en.jsp#Water",
"label": {
"en": "Water"
},
"preferredColor": "#0000FF"
}
]
},
"categoryMappings": [
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Water",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Water"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Evergreen_Needleleaf_Forest",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Forest"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Evergreen_Broadleaf_Forest",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Forest"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Deciduous_Needleleaf_Forest",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Forest"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Deciduous_Broadleaf_Forest",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Forest"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Mixed_Forest",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Forest"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Closed_Shrubland",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Cropland"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Open_Shrubland",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Cropland"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Woody_Savannas",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Grassland"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Savannas",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Grassland"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Grasslands",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Grassland"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Permanent_Wetlands",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Wetland"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Croplands",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Cropland"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Urban_and_Built-Up",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Settlements"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Cropland/Natural_Vegetation_Mosaic",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Cropland"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Snow_and_Ice",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Other_Land"
},
{
"sourceCategory": "http://glcf.umd.edu/data/lc/categories#Barren_or_Sparsely_Vegetated",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Other_Land"
}
]
}