115 lines
3.6 KiB
YAML
115 lines
3.6 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
|
|
- ../classes/Provenance
|
|
- ../classes/ConfidenceScore
|
|
- ../slots/temporal_extent
|
|
- ../slots/has_provenance
|
|
- ../slots/has_description
|
|
- ../slots/has_score
|
|
classes:
|
|
GenerationEvent:
|
|
class_uri: prov:Generation
|
|
description: >-
|
|
Activity in which an entity comes into existence through creation,
|
|
derivation, or transformation processes.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Activiteit waarbij een entiteit tot stand komt door creatie-, afleiding-
|
|
of transformatieprocessen.
|
|
de: >-
|
|
Aktivität, bei der eine Entität durch Erstellungs-, Ableitungs- oder
|
|
Transformationsprozesse entsteht.
|
|
fr: >-
|
|
Activité par laquelle une entité prend naissance par des processus de
|
|
création, de dérivation ou de transformation.
|
|
es: >-
|
|
Actividad en la que una entidad llega a existir mediante procesos de
|
|
creación, derivación o transformación.
|
|
ar: >-
|
|
نشاط تنشأ فيه كيان من خلال عمليات الخلق أو الاشتقاق أو التحول.
|
|
id: >-
|
|
Aktivitas di mana entitas hadir melalui proses penciptaan, derivasi, atau transformasi.
|
|
zh: >-
|
|
通过创建、派生或转换过程使实体产生的活动。
|
|
structured_aliases:
|
|
nl:
|
|
- generatiegebeurtenis
|
|
- productie-occurentie
|
|
de:
|
|
- Generierungsereignis
|
|
- Produktionsvorgang
|
|
fr:
|
|
- événement de génération
|
|
- occurrence de production
|
|
es:
|
|
- evento de generación
|
|
- ocurrencia de producción
|
|
ar:
|
|
- حدث التوليد
|
|
- مناسبة الإنتاج
|
|
id:
|
|
- peristiwa pembuatan
|
|
- kejadian produksi
|
|
zh:
|
|
- 生成事件
|
|
- 产生发生
|
|
keywords:
|
|
- generation event
|
|
- creation occurrence
|
|
- production event
|
|
- entity creation
|
|
- data generation
|
|
broad_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.
|