glam/schemas/20251121/linkml/modules/classes/AutoGeneration.yaml
kempersc 60e66d60f9 Add new slots and classes for enhanced documentation and availability tracking
- Introduced `is_or_was_created_through` slot to indicate content creation methods, replacing previous boolean flags.
- Added `is_or_was_required` slot for generic temporal boolean requirements, aligning with Schema.org.
- Created `AutoGeneration` class to represent automatic content generation, capturing methods and provenance.
- Established `AvailabilityStatus` class to model resource availability with temporal validity.
- Developed `Documentation` class for structured documentation resources, replacing domain-specific slots.
- Implemented `Taxon` class for biological classification in natural history collections.
- Archived previous slots related to API availability and documentation, ensuring a clean schema.
- Enhanced existing slots with detailed descriptions and examples for clarity and usability.
2026-01-14 13:09:31 +01:00

83 lines
2.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/AutoGeneration
name: auto_generation_class
title: AutoGeneration Class
imports:
- linkml:types
- ../slots/has_or_had_label
- ../slots/has_or_had_description
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: >-
Represents automatic generation or creation of content by a system or algorithm.
**DEFINITION**:
AutoGeneration models the automatic creation of content such as subtitles,
chapters, transcripts, or metadata by AI/ML systems, platform algorithms,
or automated processes. This replaces simple boolean flags like `auto_generated`
with a structured class that can capture the generation method and provenance.
**ONTOLOGY ALIGNMENT**:
- PROV-O: `prov:Activity` - an activity that generates entities
- PROV-O: `prov:wasGeneratedBy` - links to generating activity
- Schema.org: `schema:CreateAction` - creation action
**GENERATION METHODS**:
- ASR (Automatic Speech Recognition): Speech-to-text for subtitles
- Scene Detection: AI-based video chapter generation
- NLP: Natural language processing for metadata extraction
- OCR: Optical character recognition for text extraction
**USE CASES**:
1. **Auto-Subtitles**: YouTube auto-generated captions
2. **Auto-Chapters**: AI-detected video chapters
3. **Auto-Transcripts**: ASR-generated transcripts
4. **Auto-Metadata**: ML-extracted metadata
exact_mappings:
- prov:Activity
close_mappings:
- schema:CreateAction
related_mappings:
- prov:wasGeneratedBy
slots:
- has_or_had_label
- has_or_had_description
slot_usage:
has_or_had_label:
range: string
examples:
- value: "YouTube Auto-Caption"
description: Platform auto-generated captions
- value: "ASR Transcription"
description: Automatic speech recognition
has_or_had_description:
range: string
examples:
- value: "Automatically generated by YouTube's speech recognition system"
description: Platform-provided auto-generation
- value: "Generated using Whisper ASR model"
description: Specific ASR model used
comments:
- Generic auto-generation class replacing domain-specific boolean flags
- Captures generation method and provenance
- Aligns with PROV-O Activity for provenance tracking
see_also:
- https://www.w3.org/TR/prov-o/#Activity
- https://schema.org/CreateAction
examples:
- value:
has_or_had_label: "YouTube Auto-Caption"
has_or_had_description: "Automatically generated by YouTube's speech recognition"
description: YouTube auto-generated subtitles