- Updated WorldCatIdentifier class with improved descriptions and multilingual support. - Refined WorldHeritageSite class to clarify its purpose and added structured aliases. - Enhanced WritingSystem class with detailed descriptions and examples for script identification. - Introduced BirthPlace class to represent birth locations with historical context and geographic identifiers. - Added AnnotatorAnnotationMetadata class for quality metrics and verification of cultural heritage annotations. - Created AnnotatorAnnotationProvenance class to track provenance of annotation activities. - Developed AnnotatorBlock class to aggregate entity claims and metadata for annotations. - Established AnnotatorEntityClaim class for individual assertions about cultural heritage entities. - Introduced AnnotatorEntityClassification class for taxonomic categorization of entities. - Added AnnotatorIntegrationNote class to document file creation and integration processes. - Developed AnnotatorModel class for machine learning models used in entity extraction. - Created AnnotatorProvenance class to track extraction provenance and source data access.
97 lines
3.5 KiB
YAML
97 lines
3.5 KiB
YAML
id: https://nde.nl/ontology/hc/classes/YoutubeVideo
|
||
name: YoutubeVideo
|
||
title: YoutubeVideo
|
||
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
|
||
- ../slots/has_language
|
||
classes:
|
||
YoutubeVideo:
|
||
description: >-
|
||
Individual YouTube video metadata including video ID, title, description,
|
||
view/like/comment counts, duration, thumbnail, tags, and associated
|
||
comments and transcripts.
|
||
alt_descriptions:
|
||
nl:
|
||
text: >-
|
||
Individuele YouTube-video metadata inclusief video-ID, titel, beschrijving,
|
||
weergave-/vind-ik-leuk-/reactie-aantallen, duur, thumbnail, tags en
|
||
bijbehorende reacties en transcripties.
|
||
de:
|
||
text: >-
|
||
Einzelne YouTube-Video-Metadaten einschließlich Video-ID, Titel, Beschreibung,
|
||
Aufruf-/Like-/Kommentarzahlen, Dauer, Thumbnail, Tags und zugehörige Kommentare
|
||
und Transkripte.
|
||
fr:
|
||
text: >-
|
||
Métadonnées de vidéo YouTube individuelle incluant l'ID vidéo, le titre,
|
||
la description, les nombres de vues/j'aime/commentaires, la durée, la
|
||
miniature, les balises et les commentaires et transcriptions associés.
|
||
es:
|
||
text: >-
|
||
Metadatos de video individual de YouTube incluyendo ID de video, título,
|
||
descripción, conteos de vistas/me gusta/comentarios, duración, miniatura,
|
||
etiquetas y comentarios y transcripciones asociados.
|
||
ar:
|
||
text: >-
|
||
بيانات فيديو YouTube الفردية بما في ذلك معرف الفيديو والعنوان والوصف
|
||
وأعداد المشاهدات/الإعجابات/التعليقات والمدة والصورة المصغرة والعلامات
|
||
والتعليقات والنسخ المرتبطة.
|
||
id:
|
||
text: >-
|
||
Metadata video YouTube individual termasuk ID video, judul, deskripsi,
|
||
jumlah tayangan/suka/komentar, durasi, thumbnail, tag, dan komentar
|
||
serta transkrip terkait.
|
||
zh:
|
||
text: >-
|
||
单个YouTube视频元数据,包括视频ID、标题、描述、观看/点赞/评论数、
|
||
时长、缩略图、标签以及相关评论和字幕。
|
||
class_uri: schema:VideoObject
|
||
broad_mappings:
|
||
- schema:VideoObject
|
||
close_mappings:
|
||
- schema:MediaObject
|
||
related_mappings:
|
||
- prov:Entity
|
||
- schema:CreativeWork
|
||
slots:
|
||
- has_quantity
|
||
- has_resolution
|
||
- categorized_as
|
||
- has_language
|
||
- broadcast
|
||
- retrieved_at
|
||
- part_of
|
||
structured_aliases:
|
||
- literal_form: YouTube-video
|
||
in_language: nl
|
||
- literal_form: YouTube-Video
|
||
in_language: de
|
||
- literal_form: vidéo YouTube
|
||
in_language: fr
|
||
- literal_form: video de YouTube
|
||
in_language: es
|
||
- literal_form: فيديو يوتيوب
|
||
in_language: ar
|
||
- literal_form: video YouTube
|
||
in_language: id
|
||
- literal_form: YouTube视频
|
||
in_language: zh
|
||
comments:
|
||
- Represents video content on YouTube platform
|
||
- Associated with comments, transcripts, and channel
|
||
keywords:
|
||
- YouTube
|
||
- video
|
||
- media object
|
||
- streaming
|
||
- digital content
|
||
annotations:
|
||
specificity_score: 0.1
|
||
specificity_rationale: Generic utility class/slot created during migration
|
||
custodian_types: "['*']"
|