- Migrated `was_generated_by` to `is_or_was_generated_by` and `was_derived_from` to `is_or_was_derived_from` across multiple YAML schema files as per Rule 53. - Updated relevant imports, slot lists, and slot usage keys to reflect the new naming conventions. - Added migration comments for clarity and tracking. - Introduced a migration script to automate the changes across all affected files.
21 lines
546 B
YAML
21 lines
546 B
YAML
# TranscriptFormat - Transcript format class
|
|
id: https://nde.nl/ontology/hc/class/TranscriptFormat
|
|
name: TranscriptFormat
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dct: http://purl.org/dc/terms/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_format
|
|
classes:
|
|
TranscriptFormat:
|
|
class_uri: dct:MediaType
|
|
description: Format for transcripts (VTT, SRT, etc.)
|
|
slots:
|
|
- has_or_had_format
|
|
attributes:
|
|
format_name:
|
|
range: string
|
|
supports_timing:
|
|
range: boolean
|