- 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
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
|