glam/schemas/20251121/linkml/modules/classes/AutoGeneration.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- 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.
2026-02-16 10:16:51 +01:00

90 lines
4.4 KiB
YAML

id: https://nde.nl/ontology/hc/class/AutoGeneration
name: auto_generation_class
title: AutoGeneration Class
imports:
- linkml:types
- ../slots/has_description
- ../slots/has_label
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
dcterms: http://purl.org/dc/terms/
default_prefix: hc
classes:
AutoGeneration:
class_uri: prov:Activity
description: >-
Automatic generation of content such as subtitles, chapters, transcripts,
or metadata by AI/ML systems, platform algorithms, or automated processes.
Replaces simple boolean flags with structured provenance tracking.
alt_descriptions:
nl: Automatische generatie van inhoud zoals ondertitels, hoofdstukken, transcripties of metadata door AI/ML-systemen, platform-algoritmes of geautomatiseerde processen. Vervangt eenvoudige booleaanse vlaggen door gestructureerde herkomstregistratie.
de: Automatische Generierung von Inhalten wie Untertiteln, Kapiteln, Transkripten oder Metadaten durch KI/ML-Systeme, Plattform-Algorithmen oder automatisierte Prozesse. Ersetzt einfache Boolean-Flags durch strukturierte Herkunftsverfolgung.
fr: Génération automatique de contenu tel que des sous-titres, chapitres, transcriptions ou métadonnées par des systèmes d'IA/ML, des algorithmes de plateforme ou des processus automatisés. Remplace les indicateurs booléens simples par un suivi structuré de la provenance.
es: Generación automática de contenido como subtítulos, capítulos, transcripciones o metadatos por sistemas de IA/ML, algoritmos de plataforma o procesos automatizados. Reemplaza indicadores booleanos simples con seguimiento estructurado de procedencia.
ar: إنشاء تلقائي للمحتوى مثل الترجمات والفصول والنسخ والبيانات الوصفية بواسطة أنظمة الذكاء الاصطناعي/التعلم الآلي أو خوارزميات المنصة أو العمليات الآلية. يحل محل العلامات المنطقية البسيطة بتتبع منظم للأصل.
id: Pembuatan otomatis konten seperti takarir, bab, transkrip, atau metadata oleh sistem AI/ML, algoritma platform, atau proses otomatis. Mengganti tanda boolean sederhana dengan pelacakan asal-usul terstruktur.
zh: 由AI/ML系统、平台算法或自动化流程自动生成字幕、章节、转录或元数据等内容。 用结构化的来源跟踪取代简单的布尔标志。
broad_mappings:
- prov:Activity
close_mappings:
- schema:CreateAction
related_mappings:
- prov:wasGeneratedBy
slots:
- has_label
- has_description
slot_usage:
has_label:
examples:
- value: YouTube Auto-Caption
- value: ASR Transcription
has_description:
examples:
- value: Automatically generated by YouTube's speech recognition system
- value: Generated using Whisper ASR model
structured_aliases:
- literal_form: autogeneratie
in_language: nl
- literal_form: AutoGenerierung
in_language: de
- literal_form: génération automatique
in_language: fr
- literal_form: generación automática
in_language: es
- literal_form: إنشاء تلقائي
in_language: ar
- literal_form: pembuatan otomatis
in_language: id
- literal_form: 自动生成
in_language: zh
comments:
- Generic auto-generation class replacing domain-specific boolean flags
- Captures generation method and provenance
- Aligns with PROV-O Activity for provenance tracking
- Generation methods include ASR, Scene Detection, NLP, OCR
keywords:
- automation
- AI generation
- speech recognition
- transcription
- machine learning
- provenance
see_also:
- https://www.w3.org/TR/prov-o/#Activity
- https://schema.org/CreateAction
examples:
- value:
has_label: YouTube Auto-Caption
has_description: Automatically generated by YouTube's speech recognition
description: Auto-generated subtitles
- value:
has_label: Whisper ASR Transcription
has_description: Generated using Whisper ASR model
description: AI-based speech-to-text transcription
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"