-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmelodies_unlccs.jsonld
173 lines (173 loc) · 6.85 KB
/
melodies_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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"@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/melodies_unlccs",
"label": {
"en": "MELODIES WP3 / UN LCCS Land Cover Mapping"
},
"sourceObservedProperty": {
"label": {
"en": "MELODIES WP3 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://melodiesproject.eu/datasets/WP3/land-cover/def#Saltwater",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Water"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Freshwater",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Water"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Coniferous_Woodland",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Forest"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Broadleaf_Woodland",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Forest"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Heather",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Wetland"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Heather_Grassland",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Wetland"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Improved_Grassland",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Grassland"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Rough_Grassland",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Grassland"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Neutral_Grassland",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Grassland"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Calcareous_Grassland",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Grassland"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Acid_Grassland",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Grassland"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Fen_Marsh_and_Swamp",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Wetland"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Bog",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Wetland"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Arable_and_Horticulture",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Cropland"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Urban",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Settlements"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Suburban",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Settlements"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Montane_Habitats",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Other_Land"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Inland_Rock",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Other_Land"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Supra-littoral_Rock",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Other_Land"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Supra-littoral_Sediment",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Other_Land"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Littoral_Rock",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Other_Land"
},
{
"sourceCategory": "http://melodiesproject.eu/datasets/WP3/land-cover/def#Littoral_Sediment",
"destinationCategory": "http://www.glcn.org/ont_2_en.jsp#Other_Land"
}
]
}