Slide 17
Slide 17 text
- Link to Camtrap DP profile
- 👍 Includes version
- 👍 Validates against Camtrap DP
- Verbose inclusion of
Table Schemas
- 👍 Allows to omit & reorder fields
- ❌ Does not validate against
Camtrap DP!
How should datasets
reference Camtrap DP?
{
"id": "https://doi.org/10.5281/zenodo.4893244",
"profile":
"https://raw.githubusercontent.com/tdwg/camtrap-dp/0.1.6/
camtrap-dp-profile.json",
"contributors": {},
"project": {},
"spatial": {},
"temporal": {},
"taxonomic": [],
"resources": [
{
"name": "deployments",
"path": "deployments.csv",
"profile": "tabular-data-resource",
"schema": {
"title": "Deployments",
"description": "Table with camera trap deployments. Includes
`deployment_id`, start, end, ...",
"fields": [
{
"name": "deployment_id",
"type": "string",
"format": "default",
"description": "Unique identifier (within a project) of
the deployment.",
"example": "dep1",
"constraints": {
"required": true,
"unique": true
}
}, ...
]
}
}, ...
]
}