-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStructureDataset-metadata.json
283 lines (283 loc) · 11.8 KB
/
StructureDataset-metadata.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
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
{
"@context": [
"http://www.w3.org/ns/csvw",
{
"@language": "en"
}
],
"dc:bibliographicCitation": "Olson, D. M., Dinerstein, E., Wikramanayake, E. D., Burgess, N. D., Powell, G. V. N., Underwood, E. C., D'Amico, J. A., Itoua, I., Strand, H. E., Morrison, J. C., Loucks, C. J., Allnutt, T. F., Ricketts, T. H., Kura, Y., Lamoreux, J. F., Wettengel, W. W., Hedao, P., Kassem, K. R. 2001. Terrestrial ecoregions of the world: a new map of life on Earth. Bioscience 51(11):933-938.",
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#StructureDataset",
"dc:description": "This dataset maps D-PLACE societies to TEOW ecoRegions and Biomes.",
"dc:identifier": "https://www.worldwildlife.org/publications/terrestrial-ecoregions-of-the-world",
"dc:license": "https://creativecommons.org/licenses/by-nc/4.0/",
"dc:references": [
"dplace-dataset-ea",
"dplace-dataset-binford",
"dplace-dataset-wnai",
"dplace-dataset-sccs"
],
"dc:title": "D-PLACE dataset derived from Olson et al. 2001 'Terrestrial Ecoregions of the World'",
"dcat:accessURL": "https://github.com/D-PLACE/dplace-dataset-teow",
"prov:wasDerivedFrom": [
{
"rdf:about": "https://github.com/D-PLACE/dplace-dataset-teow",
"rdf:type": "prov:Entity",
"dc:created": "v3.0",
"dc:title": "Repository"
},
{
"rdf:about": "https://github.com/glottolog/glottolog",
"rdf:type": "prov:Entity",
"dc:created": "v5.0",
"dc:title": "Glottolog"
}
],
"prov:wasGeneratedBy": [
{
"dc:title": "python",
"dc:description": "3.10.12"
},
{
"dc:title": "python-packages",
"dc:relation": "requirements.txt"
}
],
"rdf:ID": "dplace-dataset-teow",
"rdf:type": "http://www.w3.org/ns/dcat#Distribution",
"tables": [
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#ValueTable",
"dc:description": "Values are coded datapoints, i.e. measurements of a variable for a society.\n\n**Note:** Missing data is signaled by an empty Value column.",
"dc:extent": 3975,
"tableSchema": {
"columns": [
{
"datatype": {
"base": "string",
"format": "[a-zA-Z0-9_\\-]+"
},
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#id",
"required": true,
"name": "ID"
},
{
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#languageReference",
"required": true,
"name": "Soc_ID"
},
{
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#parameterReference",
"required": true,
"name": "Var_ID"
},
{
"dc:description": "Values for categorical and ordinal variables reference the corresponding code via the Code_ID column. Values for continuous variables have the measured number in the Value column and an empty Code_ID.",
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#value",
"required": false,
"name": "Value"
},
{
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#codeReference",
"required": false,
"name": "Code_ID"
},
{
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#comment",
"required": false,
"name": "Comment"
},
{
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#source",
"required": false,
"separator": ";",
"name": "Source"
},
{
"dc:description": "More specific description of the population the data refer to in terms of society or area.",
"name": "sub_case"
},
{
"dc:description": "Focal year, i.e. the time period to which the data refer.",
"datatype": {
"base": "string",
"format": "-?[0-9]{1,4}(-[0-9]{4})?"
},
"name": "year"
},
{
"dc:description": "The source of the coded data, which was aggregated in this dataset.",
"name": "source_coded_data"
},
{
"name": "admin_comment"
}
],
"foreignKeys": [
{
"columnReference": [
"Var_ID"
],
"reference": {
"resource": "variables.csv",
"columnReference": [
"ID"
]
}
},
{
"columnReference": [
"Code_ID"
],
"reference": {
"resource": "codes.csv",
"columnReference": [
"ID"
]
}
}
],
"primaryKey": [
"ID"
]
},
"url": "data.csv"
},
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#ParameterTable",
"dc:description": "Variables are cultural features or practices, or environmental descriptors.",
"dc:extent": 2,
"tableSchema": {
"columns": [
{
"datatype": {
"base": "string",
"format": "[A-Za-z.0-9_]+([0-9]+)?"
},
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#id",
"required": true,
"name": "ID"
},
{
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#name",
"required": false,
"name": "Name"
},
{
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#description",
"required": false,
"name": "Description"
},
{
"datatype": "json",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#columnSpec",
"required": false,
"name": "ColumnSpec"
},
{
"dc:description": "",
"separator": ", ",
"name": "category"
},
{
"dc:description": "Variables may be categorical (and then must be accompanied by a list of possible \u2018codes\u2019, i.e. rows in Codetable. Variables can also be continuous (e.g. Population size) or ordinal. Ordinal variables are accompanied by a list of codes (like categorical variables). The order of codes is encoded as `ord` column in CodeTable.",
"datatype": {
"base": "string",
"format": "Continuous|Categorical|Ordinal"
},
"name": "type"
},
{
"dc:description": "The unit of measurement",
"name": "unit"
},
{
"dc:description": "A note about the source of this variable.",
"name": "source_comment"
},
{
"dc:description": "Notes about how a variable may have been derived from the source.",
"name": "changes"
},
{
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#comment",
"name": "comment"
}
],
"primaryKey": [
"ID"
]
},
"url": "variables.csv"
},
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#CodeTable",
"dc:extent": 845,
"tableSchema": {
"columns": [
{
"datatype": {
"base": "string",
"format": "[a-zA-Z0-9_\\-]+"
},
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#id",
"required": true,
"name": "ID"
},
{
"dc:description": "The parameter or variable the code belongs to.",
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#parameterReference",
"required": true,
"name": "Var_ID"
},
{
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#name",
"required": false,
"name": "Name"
},
{
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#description",
"required": false,
"name": "Description"
},
{
"datatype": "integer",
"name": "ord"
}
],
"foreignKeys": [
{
"columnReference": [
"Var_ID"
],
"reference": {
"resource": "variables.csv",
"columnReference": [
"ID"
]
}
}
],
"primaryKey": [
"ID"
]
},
"url": "codes.csv"
}
]
}