- Updated descriptions and comments across multiple classes to improve clarity and provide additional context. - Added alternative descriptions and structured aliases for multilingual support in classes such as Restriction, RetrievalAgent, RetrievalEvent, and others. - Improved the organization of comments and examples for better understanding of class usage and relationships. - Introduced new enum for OAI-PMH verbs and a corresponding slot to indicate supported verbs by repository endpoints. - Enhanced the RoomUnit class to clarify its purpose and usage patterns, including migration notes. - General cleanup and standardization of annotations and slot usages across various classes.
78 lines
2.8 KiB
YAML
78 lines
2.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/Program
|
|
name: Program
|
|
title: Program
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_type
|
|
- ../slots/has_participant
|
|
classes:
|
|
Program:
|
|
class_uri: schema:Event
|
|
description: >-
|
|
Organized activity or initiative with defined objectives and participant engagement,
|
|
typically scheduled and facilitated by an institution.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Georganiseerde activiteit of initiatief met gedefinieerde doelstellingen en deelnemersbetrokkenheid,
|
|
doorgaans gepland en gefaciliteerd door een instelling.
|
|
de: >-
|
|
Organisierte Aktivität oder Initiative mit definierten Zielen und Teilnehmerbeteiligung,
|
|
typischerweise geplant und von einer Institution durchgeführt.
|
|
fr: >-
|
|
Activité organisée ou initiative avec des objectifs définis et une participation des bénéficiaires,
|
|
généralement planifiée et facilitée par une institution.
|
|
es: >-
|
|
Actividad organizada o iniciativa con objetivos definidos y participación de los beneficiarios,
|
|
típicamente planificada y facilitada por una institución.
|
|
ar: >-
|
|
نشاط منظم أو مبادرة بأهداف محددة ومشاركة المستفيدين،
|
|
تُخطط وتُنفذ عادةً من قبل مؤسسة.
|
|
id: >-
|
|
Aktivitas terorganisir atau inisiatif dengan tujuan yang ditentukan dan keterlibatan peserta,
|
|
biasanya dijadwalkan dan difasilitasi oleh suatu institusi.
|
|
zh: >-
|
|
具有明确目标和参与者参与的有序活动或倡议,
|
|
通常由机构规划和促进。
|
|
broad_mappings:
|
|
- schema:Event
|
|
- schema:Thing
|
|
keywords:
|
|
- program
|
|
- initiative
|
|
- institutional activity
|
|
- engagement
|
|
structured_aliases:
|
|
- literal_form: programma
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Programm
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: programme
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: programa
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
comments:
|
|
- Used for volunteer programs, educational programs, outreach initiatives.
|
|
slots:
|
|
- has_type
|
|
- has_participant
|
|
slot_usage:
|
|
has_type: {}
|
|
annotations:
|
|
specificity_score: '0.45'
|
|
specificity_rationale: Moderately specific - programs common in heritage institutions.
|
|
custodian_types: '["*"]'
|
|
examples:
|
|
- value:
|
|
has_type: educational
|
|
has_participant:
|
|
- https://nde.nl/ontology/hc/person/12345
|
|
description: Educational program with participants
|