Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct IRI for Humboldt terms #351

Merged
merged 1 commit into from
Oct 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion camtrap-dp-profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
},
"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/hc/terms/inventoryTypes",
"skos:broadMatch": "http://rs.tdwg.org/eco/terms/inventoryTypes",
"type": "string",
"enum": [
"simpleRandom",
Expand Down
2 changes: 1 addition & 1 deletion deployments-table-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{
"name": "setupBy",
"description": "Name or identifier of the person or organization that deployed the camera.",
"skos:broadMatch": "http://rs.tdwg.org/hc/terms/samplingPerformedBy",
"skos:broadMatch": "http://rs.tdwg.org/eco/terms/samplingPerformedBy",
"type": "string",
"constraints": {
"required": false
Expand Down
Loading