- Updated descriptions and comments across multiple classes to improve clarity and provide additional context. - Added alternative descriptions and structured aliases for multilingual support in classes such as Restriction, RetrievalAgent, RetrievalEvent, and others. - Improved the organization of comments and examples for better understanding of class usage and relationships. - Introduced new enum for OAI-PMH verbs and a corresponding slot to indicate supported verbs by repository endpoints. - Enhanced the RoomUnit class to clarify its purpose and usage patterns, including migration notes. - General cleanup and standardization of annotations and slot usages across various classes.
31 lines
806 B
YAML
31 lines
806 B
YAML
id: https://nde.nl/ontology/hc/class/SceneSegment
|
|
name: SceneSegment
|
|
title: SceneSegment
|
|
description: >-
|
|
A segment of a video representing a scene.
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_time_interval
|
|
classes:
|
|
SceneSegment:
|
|
class_uri: schema:VideoObject
|
|
description: Segment of a video representing a scene.
|
|
close_mappings:
|
|
- schema:Clip
|
|
comments:
|
|
- Use `has_time_interval` to express the temporal extent of the segment within the full video.
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: "Generic utility class created during migration"
|
|
custodian_types: '["*"]'
|
|
|
|
slots:
|
|
- has_time_interval
|