- Updated AppraisalPolicy.yaml with improved descriptions, multilingual support, structured aliases, and refined mappings. - Revised AppreciationEvent.yaml to include detailed descriptions, alt_descriptions in multiple languages, and structured data for engagement metrics. - Enhanced ApprovalTimeType.yaml and ApprovalTimeTypes.yaml with comprehensive descriptions, multilingual support, and structured aliases for approval durations. - Improved Approver.yaml by refining the description, adding multilingual support, and clarifying mappings for approval agents. - Created check_class_prompt-20260214.md to outline goals and rules for improving class file quality, including description standards, multilingual support, and mapping verification.
81 lines
2.9 KiB
YAML
81 lines
2.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/Agenda
|
|
name: Agenda
|
|
title: Agenda
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
classes:
|
|
Agenda:
|
|
class_uri: schema:Action
|
|
description: >-
|
|
Ordered list of items to be addressed or accomplished within a specific
|
|
timeframe, typically used for meetings, events, or organizational planning.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Geordende lijst van onderwerpen die binnen een specifiek tijdsbestek
|
|
aan bod moeten komen of gerealiseerd moeten worden, typisch gebruikt
|
|
voor vergaderingen, evenementen of organisatorische planning.
|
|
de: >-
|
|
Geordnete Liste von Punkten, die innerhalb eines bestimmten Zeitrahmens
|
|
behandelt oder erledigt werden sollen, typischerweise verwendet fuer
|
|
Sitzungen, Veranstaltungen oder organisatorische Planung.
|
|
fr: >-
|
|
Liste ordonnee d'elements a traiter ou a accomplir dans un delai
|
|
specifique, generalement utilisee pour les reunions, evenements ou
|
|
la planification organisationnelle.
|
|
es: >-
|
|
Lista ordenada de temas a tratar o realizar dentro de un plazo
|
|
especifico, tipicamente utilizada para reuniones, eventos o planificacion
|
|
organizativa.
|
|
ar: >-
|
|
قائمة مرتبة من البنود التي يجب معالجتها أو إنجازها ضمن إطار زمني
|
|
محدد، تُستخدم عادةً للاجتماعات أو الفعاليات أو التخطيط المؤسسي.
|
|
id: >-
|
|
Daftar terurut item yang akan dibahas atau diselesaikan dalam jangka
|
|
waktu tertentu, biasanya digunakan untuk rapat, acara, atau perencanaan
|
|
organisasi.
|
|
zh: >-
|
|
在特定时间范围内要处理或完成的有序事项列表,通常用于会议、活动或组织规划。
|
|
examples:
|
|
- value:
|
|
has_label: Board Meeting Agenda
|
|
has_description: Quarterly review and budget approval
|
|
description: An agenda for a quarterly board meeting
|
|
structured_aliases:
|
|
- literal_form: agenda
|
|
in_language: nl
|
|
- literal_form: Tagesordnung
|
|
in_language: de
|
|
- literal_form: ordre du jour
|
|
in_language: fr
|
|
- literal_form: orden del dia
|
|
in_language: es
|
|
- literal_form: جدول أعمال
|
|
in_language: ar
|
|
- literal_form: agenda
|
|
in_language: id
|
|
- literal_form: 议程
|
|
in_language: zh
|
|
keywords:
|
|
- meeting
|
|
- planning
|
|
- schedule
|
|
- items
|
|
- organizational
|
|
broad_mappings:
|
|
- schema:Action
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
comments:
|
|
- Generic utility class for representing planned activities or schedules
|
|
annotations:
|
|
specificity_score: "0.1"
|
|
specificity_rationale: Generic utility class for planning
|
|
custodian_types: "['*']"
|