- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form. - Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format. - Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
47 lines
2.1 KiB
YAML
47 lines
2.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/MediaObject
|
|
name: MediaObject
|
|
title: Media Object
|
|
description: A media object (audio, video, image, etc.) that can be segmented or annotated. MIGRATED from face_segment/object_segment/logo_segment/landmark_segment context.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_url
|
|
default_prefix: hc
|
|
classes:
|
|
MediaObject:
|
|
class_uri: schema:MediaObject
|
|
description: >-
|
|
Generic media resource entity representing audiovisual, image, or related
|
|
digital media items.
|
|
alt_descriptions:
|
|
nl: Generieke media-entiteit voor audiovisuele beeld- of verwante digitale media-items.
|
|
de: Generische Medienressourcen-Entitaet fuer audiovisuelle bildbezogene oder verwandte digitale Medieneinheiten.
|
|
fr: Entite de ressource media generique representant des elements audiovisuels d image ou numeriques associes.
|
|
es: Entidad generica de recurso multimedia que representa elementos audiovisuales de imagen u otros medios digitales relacionados.
|
|
ar: كيان مورد إعلامي عام يمثل عناصر سمعية بصرية أو صورية أو وسائط رقمية ذات صلة.
|
|
id: Entitas sumber media generik yang mewakili item audiovisual gambar atau media digital terkait lainnya.
|
|
zh: 表示视听、图像及相关数字媒体条目的通用媒体资源实体。
|
|
structured_aliases:
|
|
- {literal_form: media-item, in_language: nl}
|
|
- {literal_form: Medienobjekt, in_language: de}
|
|
- {literal_form: objet media, in_language: fr}
|
|
- {literal_form: objeto multimedia, in_language: es}
|
|
- {literal_form: كائن وسائط, in_language: ar}
|
|
- {literal_form: objek media, in_language: id}
|
|
- {literal_form: 媒体对象, in_language: zh}
|
|
exact_mappings:
|
|
- schema:MediaObject
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_url
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|