32 lines
892 B
YAML
32 lines
892 B
YAML
id: https://nde.nl/ontology/hc/class/VideoFrames
|
|
name: VideoFrames
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_measurement_unit
|
|
- ../slots/has_quantity
|
|
classes:
|
|
VideoFrames:
|
|
class_uri: schema:QuantitativeValue
|
|
description: 'A measurement of video frames, typically used for video analysis
|
|
|
|
metrics such as total frames analyzed for object detection,
|
|
|
|
face recognition, or other computer vision tasks.
|
|
|
|
'
|
|
slots:
|
|
- has_quantity
|
|
- has_measurement_unit
|
|
slot_usage:
|
|
has_quantity:
|
|
has_measurement_unit:
|
|
range: MeasureUnit
|
|
annotations:
|
|
specificity_score: '0.80'
|
|
specificity_rationale: Video frame analysis is highly specific to digital platform operations.
|
|
has_score: null
|
|
custodian_types: "['*']"
|