- Created new YAML files for audience size and audience type slots, defining their properties and annotations. - Added archived capacity slots including cubic meters, linear meters, item count, and descriptions, with appropriate URIs and ranges. - Introduced a template specificity slot for context-aware RAG filtering. - Consolidated capacity-related slots into a unified structure, including has_or_had_capacity, capacity_type, and capacity_value, with detailed descriptions and examples.
35 lines
1.2 KiB
YAML
35 lines
1.2 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: # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
|
|
# NOTE: slot_usage may need manual review for range/description updates '{"digital_platform": 0.5, "collection_discovery": 0.9, "general_heritage": 0.85}'
|