35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
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_or_had_quantity
|
|
- ../slots/has_or_had_measurement_unit
|
|
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_or_had_quantity
|
|
- has_or_had_measurement_unit
|
|
slot_usage:
|
|
has_or_had_quantity:
|
|
description: The number of frames.
|
|
has_or_had_measurement_unit:
|
|
description: The unit of measurement (typically 'frame' or 'frames').
|
|
range: MeasureUnit
|
|
annotations:
|
|
specificity_score: '0.80'
|
|
specificity_rationale: Video frame analysis is highly specific to digital platform operations.
|
|
has_or_had_score: null
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|