- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding. - Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes. - Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions. - Improved comments and modeling notes in VariantTypes to clarify usage and examples. - General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
37 lines
1,002 B
YAML
37 lines
1,002 B
YAML
id: https://nde.nl/ontology/hc/class/SilenceSegment
|
|
name: SilenceSegment
|
|
title: SilenceSegment
|
|
description: >-
|
|
A segment of silence in audio.
|
|
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:
|
|
SilenceSegment:
|
|
class_uri: schema:AudioObject
|
|
description: >-
|
|
Silence segment in audio.
|
|
alt_descriptions:
|
|
nl: Stiltesegment in audio.
|
|
de: Stillesegment in Audio.
|
|
fr: Segment de silence dans l'audio.
|
|
structured_aliases:
|
|
- literal_form: stiltesegment
|
|
in_language: nl
|
|
- literal_form: Stillesegment
|
|
in_language: de
|
|
- literal_form: segment de silence
|
|
in_language: fr
|
|
exact_mappings:
|
|
- schema:AudioObject
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: "Generic utility class created during migration"
|
|
custodian_types: '["*"]'
|
|
slots:
|
|
- has_time_interval
|