glam/schemas/20251121/linkml/modules/classes/VideoFrames.yaml
kempersc d3d5c5cdde feat: Update manifest and refactor EnvironmentalZone schema with new slot mappings and archived slots
- Updated generated timestamp in manifest.json
- Refactored EnvironmentalZone.yaml to replace zone_name and zone_description with has_or_had_label and has_or_had_description respectively
- Archived previous slots zone_name, zone_id, and zone_description with detailed migration notes
- Introduced new classes for ApprovalTimeType, ApprovalTimeTypes, ISO639-3Identifier, Investment, InvestmentArea, Language, Liability, NetAsset, ResourceType, ResponseFormat, ResponseFormatType, Token, TrackIdentifier, TraditionalProductType, TranscriptFormat, TypeStatus, UNESCODomain, UNESCODomainType, VenueTypes, and VideoFrames with appropriate attributes and slots
- Added subclasses for ApprovalTimeTypes, ResponseFormatTypes, TraditionalProductTypes, and UNESCODomainTypes
2026-01-14 20:40:08 +01:00

36 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."
template_specificity:
digital_platform: 0.50
collection_discovery: 0.90
general_heritage: 0.85