glam/schemas/20251121/linkml/modules/classes/VideoChapterList.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

121 lines
3.5 KiB
YAML

id: https://nde.nl/ontology/hc/class/VideoChapterList
name: video_chapter_list_class
title: Video Chapter List Class
imports:
- linkml:types
- ../slots/covers_full_video
- ../slots/has_or_had_chapter
- ../slots/has_or_had_identifier
- ../slots/has_or_had_quantity
- ../slots/has_or_had_score
- ../slots/has_or_had_source
- ../slots/is_or_was_generated_by
- ../slots/specificity_annotation
- ./GenerationEvent
- ./Provenance
- ./Quantity
- ./Source
- ./SpecificityAnnotation
- ./TemplateSpecificityScore
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
- ./TimeSpan
- ./VideoChapter
- ./VideoIdentifier
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
default_prefix: hc
classes:
VideoChapterList:
class_uri: schema:ItemList
description: 'A collection of chapters for a video.
Groups all chapters for a video with metadata about the chapter set.
Enables bulk operations on chapters:
- Import/export of chapter lists
- Validation of chapter coverage
- Source tracking for entire chapter set
'
exact_mappings:
- schema:ItemList
slots:
- has_or_had_chapter
- is_or_was_generated_by
- has_or_had_source
- covers_full_video
- has_or_had_quantity
- specificity_annotation
- has_or_had_score
- has_or_had_identifier
slot_usage:
has_or_had_identifier:
range: VideoIdentifier
required: true
inlined: true
examples:
- value: '{"has_or_had_code": "dQw4w9WgXcQ", "platform": "YouTube"}'
has_or_had_chapter:
range: VideoChapter
multivalued: true
required: true
inlined_as_list: true
has_or_had_quantity:
range: integer
required: false
inlined: true
examples:
- value:
has_or_had_measurement_unit:
has_or_had_type: CHAPTER
has_or_had_symbol: chapters
has_or_had_source:
range: Source
required: false
inlined: true
examples:
- value:
has_or_had_type: MANUAL
has_or_had_label: Creator-defined chapters
- value:
has_or_had_type: YOUTUBE_AI
has_or_had_label: YouTube Auto-Chapters
- value:
has_or_had_type: WHISPER_CHAPTERS
has_or_had_label: Whisper Analysis
has_or_had_description: Generated from transcript topic segmentation
is_or_was_generated_by:
description: 'Generation event capturing when and how the chapter list was created. MIGRATED 2026-01-19: Replaces chapters_generated_at slot (Rule 53).'
range: GenerationEvent
required: false
inlined: true
examples:
- value:
temporal_extent:
begin_of_the_begin: '2024-01-15T10:30:00Z'
end_of_the_end: '2024-01-15T10:30:00Z'
has_or_had_provenance:
has_or_had_agent:
has_or_had_type: SOFTWARE
has_or_had_name: YouTube Auto-Chapters
has_or_had_description: AI-generated chapters from video analysis
- value:
temporal_extent:
begin_of_the_begin: '2024-03-20T14:00:00Z'
has_or_had_description: Manually created by content creator
covers_full_video:
range: boolean
required: false
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"