From 11e8f98bf61a70c94aa4489d536663b4dd521c32 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Tue, 31 Oct 2023 16:59:30 +0100 Subject: [PATCH] Link cameraHeight to dwc:min/maxDistanceAboveSurfaceInMeters DwC terms are narrower than Camtrap DP terms, see #359 --- deployments-table-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployments-table-schema.json b/deployments-table-schema.json index 074a1a9..12353f9 100644 --- a/deployments-table-schema.json +++ b/deployments-table-schema.json @@ -134,6 +134,10 @@ { "name": "cameraHeight", "description": "Height at which the camera was deployed. Expressed in meters. Not to be combined with `cameraDepth`.", + "skos:narrowMatch": [ + "http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters", + "http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters" + ], "type": "number", "constraints": { "required": false,