-
Notifications
You must be signed in to change notification settings - Fork 5
/
camtrap-dp-profile.json
499 lines (499 loc) · 19.8 KB
/
camtrap-dp-profile.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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Camera Trap Data Package",
"description": "Data exchange format for camera trap data. <https://camtrap-dp.tdwg.org>",
"type": "object",
"$defs": {
"version": {
"pattern": "1\\.0\\.1"
}
},
"allOf": [
{
"$ref": "https://specs.frictionlessdata.io/schemas/data-package.json"
},
{
"required": [
"profile",
"created",
"contributors",
"project",
"spatial",
"temporal",
"taxonomic"
],
"properties": {
"resources": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#resource-information). Camtrap DP further requires each object to be a [Tabular Data Resource](https://specs.frictionlessdata.io/tabular-data-resource/) with a specific `name` and `schema`. See [Data](https://camtrap-dp.tdwg.org/data) for the requirements for those resources.",
"minItems": 3,
"items": {
"oneOf": [
{
"required": [
"name",
"path",
"profile",
"schema"
],
"properties": {
"name": {
"description": "Identifier of the resource.",
"enum": [
"deployments",
"media",
"observations"
]
},
"path": {
"description": "Path or URL to the data file."
},
"profile": {
"description": "[Profile](https://specs.frictionlessdata.io/profiles/) of the resource.",
"enum": [
"tabular-data-resource"
]
},
"schema": {
"description": "URL of the used Camtrap DP Table Schema version (e.g. `https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/deployments-table-schema.json`).",
"allOf": [
{
"$ref": "#/$defs/version"
},
{
"type": "string",
"format": "uri"
}
]
}
}
},
{
"required": [
"name"
],
"properties": {
"name": {
"not": {
"enum": [
"deployments",
"media",
"observations"
]
}
}
}
}
]
}
},
"profile": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#profile). Camtrap DP further requires this to be the URL of the used Camtrap DP Profile version (e.g. `https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/camtrap-dp-profile.json`).",
"format": "uri"
},
"name": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#name)."
},
"id": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#id)."
},
"created": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#created). Camtrap DP makes this a required property."
},
"title": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#title). Not to be confused with the title of the project that originated the package (`package.project.title`)."
},
"contributors": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#contributors). Camtrap DP makes this a required property and restricts `role` values. Can include people and organizations.",
"items": {
"properties": {
"role": {
"description": "Role of the contributor. Defaults to `contributor`.",
"enum": [
"contact",
"principalInvestigator",
"rightsHolder",
"publisher",
"contributor"
]
}
}
}
},
"description": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#description). Not to be confused with the description of the project that originated the package (`package.project.description`)."
},
"version": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#version)."
},
"keywords": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#keywords)."
},
"image": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#image)."
},
"homepage": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#homepage)."
},
"sources": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#sources). Can include the data management platform from which the package was derived (e.g. Agouti, Trapper, Wildlife Insights).",
"items": {
"properties": {
"version": {
"description": "Version of the source.",
"type": "string"
}
}
}
},
"licenses": {
"description": "See [Data Package specification](https://specs.frictionlessdata.io/data-package/#licenses). If provided, Camtrap DP further requires at least a license for the content of the package and one for the media files.",
"minItems": 2,
"items": {
"required": [
"scope"
],
"properties": {
"scope": {
"description": "Scope of the license. `data` applies to the content of the package and resources, `media` to the (locally or externally hosted) media files referenced in `media.filePath`.",
"type": "string",
"enum": [
"data",
"media"
]
}
}
}
},
"bibliographicCitation": {
"description": "Bibliographic/recommended citation for the package.",
"skos:exactMatch": "http://purl.org/dc/terms/bibliographicCitation",
"type": "string"
},
"project": {
"description": "Camera trap project or study that originated the package.",
"type": "object",
"required": [
"title",
"samplingDesign",
"captureMethod",
"individualAnimals",
"observationLevel"
],
"properties": {
"id": {
"description": "Unique identifier of the project.",
"type": "string"
},
"title": {
"description": "Title of the project. Not to be confused with the title of the package (`package.title`).",
"type": "string"
},
"acronym": {
"description": "Project acronym.",
"type": "string"
},
"description": {
"description": "Description of the project. Preferably formatted as [Markdown](http://commonmark.org/). Not to be confused with the description of the package (`package.description`).",
"type": "string"
},
"path": {
"description": "Project website.",
"type": "string",
"format": "uri"
},
"samplingDesign": {
"description": "Type of a sampling design/layout. The values are based on [Wearn & Glover-Kapfer (2017)](https://doi.org/10.13140/RG.2.2.23409.17767), pages 80-82: `simple random`: random distribution of sampling locations; `systematic random`: random distribution of sampling locations, but arranged in a regular pattern; `clustered random`: random distribution of sampling locations, but clustered in arrays; `experimental`: non-random distribution aimed to study an effect, including the before-after control-impact (BACI) design; `targeted`: non-random distribution optimized for capturing specific target species (often using various bait types); `opportunistic`: opportunistic camera trapping (usually with a small number of cameras).",
"skos:broadMatch": "http://rs.tdwg.org/eco/terms/inventoryTypes",
"type": "string",
"enum": [
"simpleRandom",
"systematicRandom",
"clusteredRandom",
"experimental",
"targeted",
"opportunistic"
]
},
"captureMethod": {
"description": "Method(s) used to capture the media files.",
"type": "array",
"items": {
"type": "string",
"enum": [
"activityDetection",
"timeLapse"
]
},
"uniqueItems": true,
"minItems": 1
},
"individualAnimals": {
"description": "`true` if the project includes marked or recognizable individuals. See also `observations.individualID`.",
"type": "boolean"
},
"observationLevel": {
"description": "Level at which observations are provided. See also `observations.observationLevel`.",
"type": "array",
"items": {
"type": "string",
"enum": [
"media",
"event"
]
}
}
}
},
"coordinatePrecision": {
"description": "Least precise coordinate precision of the `deployments.latitude` and `deployments.longitude` (e.g. `0.01` for coordinates with a precision of 0.01 and 0.001 degree). Especially relevant when coordinates have been rounded to protect sensitive species.",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/coordinatePrecision",
"type": "number",
"example": 0.001
},
"spatial": {
"description": "Spatial coverage of the package, expressed as GeoJSON.",
"skos:exactMatch": "http://purl.org/dc/terms/spatial",
"type": "object",
"$ref": "http://json.schemastore.org/geojson.json"
},
"temporal": {
"description": "Temporal coverage of the package.",
"skos:exactMatch": "http://purl.org/dc/terms/temporal",
"type": "object",
"required": [
"start",
"end"
],
"properties": {
"start": {
"description": "Start date of the first deployment. Formatted as an ISO 8601 string (`YYYY-MM-DD`).",
"type": "string",
"format": "date"
},
"end": {
"description": "End date of the last (completed) deployment. Formatted as an ISO 8601 string (`YYYY-MM-DD`).",
"type": "string",
"format": "date"
}
}
},
"taxonomic": {
"description": "Taxonomic coverage of the package, based on the unique `observations.scientificName`.",
"type": "array",
"items": {
"type": "object",
"required": [
"scientificName"
],
"properties": {
"scientificName": {
"description": "Scientific name of the taxon.",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/scientificName",
"type": "string",
"example": "Canis lupus"
},
"taxonID": {
"description": "Unique identifier of the taxon. Preferably a global unique identifier issued by an authoritative checklist.",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/taxonID",
"type": "string",
"example": "https://www.checklistbank.org/dataset/COL2023/taxon/QLXL"
},
"taxonRank": {
"description": "Taxonomic rank of the scientific name.",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/taxonRank",
"type": "string",
"enum": [
"kingdom",
"phylum",
"class",
"order",
"family",
"genus",
"species",
"subspecies"
],
"example": "species"
},
"kingdom": {
"description": "Kingdom in which the taxon is classified.",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/kingdom",
"type": "string",
"example": "Animalia"
},
"phylum": {
"description": "Phylum or division in which the taxon is classified",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/phylum",
"type": "string",
"example": "Chordata"
},
"class": {
"description": "Class in which the taxon is classified.",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/class",
"type": "string",
"example": "Mammalia"
},
"order": {
"description": "Order in which the taxon is classified.",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/order",
"type": "string",
"example": "Carnivora"
},
"family": {
"description": "Family in which the taxon is classified.",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/family",
"type": "string",
"example": "Canidae"
},
"genus": {
"description": "Genus in which the taxon is classified.",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/genus",
"type": "string",
"example": "Canis"
},
"vernacularNames": {
"description": "Common or vernacular names of the taxon, as `languageCode: vernacular name` pairs. Language codes should follow ISO 693-3 (e.g. `eng` for English).",
"type": "object",
"patternProperties": {
"^[a-z]{3}$": {
"description": "Common or vernacular name of the taxon in that language.",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/vernacularName",
"type": "string"
}
},
"additionalProperties": false,
"example": "{'eng': 'wolf', 'fra': 'loup gris'}"
}
}
}
},
"relatedIdentifiers": {
"description": "Identifiers of resources related to the package (e.g. papers, project pages, derived datasets, APIs, etc.).",
"type": "array",
"items": {
"description": "Related identifier.",
"required": [
"relationType",
"relatedIdentifier",
"relatedIdentifierType"
],
"properties": {
"relationType": {
"description": "Description of the relationship between the resource (the package) and the related resource.",
"skos:exactMatch": "https://schema.datacite.org/meta/kernel-4.4/include/datacite-relationType-v4.xsd",
"type": "string",
"enum": [
"IsCitedBy",
"Cites",
"IsSupplementTo",
"IsSupplementedBy",
"IsContinuedBy",
"Continues",
"IsNewVersionOf",
"IsPreviousVersionOf",
"IsPartOf",
"HasPart",
"IsPublishedIn",
"IsReferencedBy",
"References",
"IsDocumentedBy",
"Documents",
"IsCompiledBy",
"Compiles",
"IsVariantFormOf",
"IsOriginalFormOf",
"IsIdenticalTo",
"HasMetadata",
"IsMetadataFor",
"Reviews",
"IsReviewedBy",
"IsDerivedFrom",
"IsSourceOf",
"Describes",
"IsDescribedBy",
"HasVersion",
"IsVersionOf",
"Requires",
"IsRequiredBy",
"Obsoletes",
"IsObsoletedBy"
]
},
"relatedIdentifier": {
"description": "Unique identifier of the related resource (e.g. a DOI or URL).",
"type": "string"
},
"resourceTypeGeneral": {
"description": "General type of the related resource.",
"skos:exactMatch": "https://schema.datacite.org/meta/kernel-4.4/include/datacite-resourceType-v4.xsd",
"type": "string",
"enum": [
"Audiovisual",
"Book",
"BookChapter",
"Collection",
"ComputationalNotebook",
"ConferencePaper",
"ConferenceProceeding",
"DataPaper",
"Dataset",
"Dissertation",
"Event",
"Image",
"InteractiveResource",
"Journal",
"JournalArticle",
"Model",
"OutputManagementPlan",
"PeerReview",
"PhysicalObject",
"Preprint",
"Report",
"Service",
"Software",
"Sound",
"Standard",
"Text",
"Workflow",
"Other"
]
},
"relatedIdentifierType": {
"description": "Type of the `RelatedIdentifier`.",
"skos:exactMatch": "https://schema.datacite.org/meta/kernel-4.4/include/datacite-relatedIdentifierType-v4.xsd",
"type": "string",
"enum": [
"ARK",
"arXiv",
"bibcode",
"DOI",
"EAN13",
"EISSN",
"Handle",
"IGSN",
"ISBN",
"ISSN",
"ISTC",
"LISSN",
"LSID",
"PMID",
"PURL",
"UPC",
"URL",
"URN",
"w3id"
]
}
}
}
},
"references": {
"description": "List of references related to the package (e.g. references cited in `package.project.description`). References preferably include a DOI.",
"type": "array",
"items": {
"type": "string"
}
}
}
}
]
}