Schema Improvements: - Fix YAML import indentation across 800+ class files (sed: '^- ../' → ' - ../') - Add descriptions to 26 inline slots missing them (lint warnings) - Fix malformed imports in BirthPlace.yaml and CustodianObservation.yaml Validation Results: - linkml-lint: 4 warnings (intentional SCREAMING_CASE tier names) - gen-owl: SUCCESS (164,069 lines generated) - gen-json-schema: SUCCESS (9.4MB generated) Files affected: 1,034 files, +23,908 -15,200 lines
23 lines
698 B
YAML
23 lines
698 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:
|
|
description: Name of the transcript format (e.g., VTT, SRT, JSON)
|
|
range: string
|
|
supports_timing:
|
|
description: Whether the format supports timestamp/timing information
|
|
range: boolean
|