Open peterdesmet opened 2 years ago
Looking at the definitions in https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/2010-10-11/:
I'm wondering why not all observations are Event
irrespective of their source.
The big issue with Event is that it doesn't tell you anything. Image at least tells you the evidence is based on media as opposed to physical objects. More is better in this case it seems to me.
That is not to say the record isn't also about an Event, and therein lies the problem of a flat representation of the data with only one type expressible.
Thanks, I will translate that in the recommendations as:
dc:type (https://dwc.tdwg.org/terms/#dc:type Share if available) The nature of the resource. Use
StillImage
if the record is based on an image or sequence of images,MovingImage
if based on a video. One can also use the broader termImage
for all records.
Update SQL to set StillImage
or MovingImage
once the new structure is used for Camtrap DP.
How to populate dwc:type for a camera trap observation?
I thought
Event
, as that is basically what the observation is, but @tucotuco argues forStillImage
since the image is the source of the observation. Some observations are based on video files (MovingImages
), others on a series of still images (sequence, stillStillImage
).I don't think we should make the distinction between videos, sequences or photos and would suggest to use the fixed (higher) term
Image
fortype
. @tucotuco, does that make sense?