- 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.
46 lines
2.2 KiB
YAML
46 lines
2.2 KiB
YAML
id: https://nde.nl/ontology/hc/classes/MediaAppearanceEntry
|
|
name: MediaAppearanceEntry
|
|
title: MediaAppearanceEntry
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
# default_range: string
|
|
classes:
|
|
MediaAppearanceEntry:
|
|
description: >-
|
|
Event record documenting a person or organization appearance in broadcast
|
|
or published media contexts.
|
|
class_uri: schema:BroadcastEvent
|
|
alt_descriptions:
|
|
nl: Gebeurtenisrecord dat een optreden van een persoon of organisatie in omroep- of publicatiemedia documenteert.
|
|
de: Ereignisdatensatz zur Dokumentation eines Auftritts einer Person oder Organisation in Rundfunk- oder Publikationsmedien.
|
|
fr: Enregistrement d evenement documentant l apparition d une personne ou organisation dans des contextes mediatiques diffuses ou publies.
|
|
es: Registro de evento que documenta la aparicion de una persona u organizacion en contextos de medios difundidos o publicados.
|
|
ar: سجل حدث يوثّق ظهور شخص أو جهة في سياقات إعلامية بثية أو منشورة.
|
|
id: Catatan peristiwa yang mendokumentasikan kemunculan individu atau organisasi dalam konteks media siaran atau publikasi.
|
|
zh: 用于记录个人或机构在播出或出版媒体场景中露出的事件条目。
|
|
structured_aliases:
|
|
- {literal_form: mediaoptreden-item, in_language: nl}
|
|
- {literal_form: Medienauftrittseintrag, in_language: de}
|
|
- {literal_form: entree d apparition mediatique, in_language: fr}
|
|
- {literal_form: entrada de aparicion en medios, in_language: es}
|
|
- {literal_form: مدخل ظهور إعلامي, in_language: ar}
|
|
- {literal_form: entri kemunculan media, in_language: id}
|
|
- {literal_form: 媒体露出条目, in_language: zh}
|
|
exact_mappings:
|
|
- schema:BroadcastEvent
|
|
close_mappings:
|
|
- schema:Event
|
|
related_mappings:
|
|
- schema:MediaObject
|
|
- prov:Entity
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots: []
|