glam/schemas/20251121/linkml/modules/classes/GenerationEvent.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

64 lines
2 KiB
YAML

id: https://nde.nl/ontology/hc/class/GenerationEvent
name: GenerationEvent
title: Generation Event Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../slots/temporal_extent
- ../slots/has_provenance
- ../slots/has_description
- ../slots/has_score
classes:
GenerationEvent:
class_uri: prov:Generation
description: Event in which an entity is created or generated.
exact_mappings:
- prov:Generation
close_mappings:
- schema:CreateAction
slots:
- temporal_extent
- has_provenance
- has_description
- has_score
slot_usage:
temporal_extent:
range: TimeSpan
inlined: true
has_provenance:
range: Provenance
inlined: true
has_score:
range: ConfidenceScore
inlined: true
notes:
- |
Preserved from prior description (commit 554fe520):
An event representing the generation or creation of an entity.
**USAGE**:
Used for tracking when and how something was generated, including:
- Video chapter generation (manual, AI, imported)
- Content extraction events
- Automated processing activities
- Confidence scoring for generated content
**STRUCTURE**:
- temporal_extent: When the generation occurred (TimeSpan)
- has_provenance: Who/what performed the generation (Provenance)
- has_description: Details about the generation process
- has_score: Confidence score for the generated content (ConfidenceScore)
**ONTOLOGY ALIGNMENT**:
- Maps to prov:Generation (PROV-O generation event)
- Also maps to schema:CreateAction (Schema.org action)
annotations:
custodian_types: '["*"]'
specificity_score: 0.3
specificity_rationale: Cross-domain provenance event for generated content.