- 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.
67 lines
3.2 KiB
YAML
67 lines
3.2 KiB
YAML
id: https://nde.nl/ontology/hc/classes/YoutubeChannel
|
||
name: YoutubeChannel
|
||
title: YoutubeChannel
|
||
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#
|
||
foaf: http://xmlns.com/foaf/0.1/
|
||
imports:
|
||
- linkml:types
|
||
- ../slots/has_language
|
||
classes:
|
||
YoutubeChannel:
|
||
description: >-
|
||
YouTube channel metadata including channel ID, title, description,
|
||
subscriber/video/view counts, country code, and branding URLs for
|
||
heritage institution social media presence.
|
||
alt_descriptions:
|
||
nl: YouTube-kanaal metadata inclusief kanaal-ID, titel, beschrijving, abonnee-/video-/weergave-aantallen, landcode en branding-URL's voor de sociale media-aanwezigheid van erfgoedinstellingen.
|
||
de: YouTube-Kanal-Metadaten einschließlich Kanal-ID, Titel, Beschreibung, Abonnenten-/Video-/Aufrufzahlen, Ländercode und Branding-URLs für die Social-Media-Präsenz von Heritage-Institutionen.
|
||
fr: Métadonnées de chaîne YouTube incluant l'ID de chaîne, le titre, la description, les nombres d'abonnés/vidéos/vues, le code pays et les URL de marque pour la présence sur les réseaux sociaux des institutions patrimoniales.
|
||
es: Metadatos del canal de YouTube incluyendo ID del canal, título, descripción, conteos de suscriptores/videos/vistas, código de país y URLs de marca para la presencia en redes sociales de instituciones patrimoniales.
|
||
ar: بيانات قناة YouTube بما في ذلك معرف القناة والعنوان والوصف وأعداد المشتركين/الفيديوهات/المشاهدات ورمز الدولة وعناوين URL للعلامة التجارية لوجود مؤسسات التراث على وسائل التواصل الاجتماعي.
|
||
id: Metadata saluran YouTube termasuk ID saluran, judul, deskripsi, jumlah pelanggan/video/penayangan, kode negara, dan URL branding untuk kehadiran media sosial lembaga warisan.
|
||
zh: YouTube频道元数据,包括频道ID、标题、描述、订阅者/视频/观看次数、 国家代码和品牌URL,用于遗产机构的社交媒体存在。
|
||
class_uri: schema:BroadcastChannel
|
||
broad_mappings:
|
||
- schema:BroadcastChannel
|
||
close_mappings:
|
||
- foaf:OnlineAccount
|
||
related_mappings:
|
||
- schema:Organization
|
||
- prov:Entity
|
||
slots:
|
||
- has_language
|
||
- in_country
|
||
- related_to
|
||
structured_aliases:
|
||
- literal_form: YouTube-kanaal
|
||
in_language: nl
|
||
- literal_form: YouTube-Kanal
|
||
in_language: de
|
||
- literal_form: chaîne YouTube
|
||
in_language: fr
|
||
- literal_form: canal de YouTube
|
||
in_language: es
|
||
- literal_form: قناة يوتيوب
|
||
in_language: ar
|
||
- literal_form: saluran YouTube
|
||
in_language: id
|
||
- literal_form: YouTube频道
|
||
in_language: zh
|
||
comments:
|
||
- Represents institutional presence on YouTube
|
||
- Broadcast channel for video content distribution
|
||
keywords:
|
||
- YouTube
|
||
- channel
|
||
- video platform
|
||
- social media
|
||
- broadcast
|
||
annotations:
|
||
specificity_score: 0.1
|
||
specificity_rationale: Generic utility class/slot created during migration
|
||
custodian_types: "['*']"
|