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.