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

94 lines
2.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/OrganizerRole
name: OrganizerRole
title: Organizer Role Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
prov: http://www.w3.org/ns/prov#
default_prefix: hc
imports:
- linkml:types
- ../metadata
classes:
OrganizerRole:
class_uri: schema:Role
description: Role played by an organizing entity in an event, exhibition, or program.
exact_mappings:
- schema:Role
close_mappings:
- prov:Role
slots:
- role_type
- role_description
slot_usage:
role_type:
range: OrganizerRoleTypeEnum
required: true
examples:
- value: PRIMARY
- value: CO_ORGANIZER
role_description:
required: false
notes:
- |
Preserved from prior description (commit 6e634651):
Role of an organizer in an event, exhibition, or program.
**Purpose**:
Distinguishes between different types of organizational involvement:
- PRIMARY: Main organizing institution
- CO_ORGANIZER: Partner institution with significant organizational role
- SPONSOR_ORGANIZER: Sponsor with curatorial/organizational input
- LENDING_INSTITUTION: Institution lending objects with exhibition involvement
- HOST_VENUE: Venue hosting a traveling exhibition
**Pattern**:
Used with Organizer class to specify the role of an organizing entity.
**Ontological Alignment**:
- **Primary**: `schema:Role` - Schema.org role
- **Close**: `prov:Role` - PROV-O role in activity
annotations:
specificity_score: 0.65
specificity_rationale: "Fairly specific - applies to event/exhibition organization contexts"
custodian_types: '["M", "G", "A", "L", "R"]'
custodian_types_rationale: "Primarily used by museums, galleries, archives, libraries, research centers that organize exhibitions"
comments:
- "Created per slot_fixes.yaml revision for co_organized_by migration"
- "Used with Organizer class to specify organizational involvement"
- "RULE 53: Part of co_organized_by → has_organizer + Organizer migration"
- "OrganizerRoleTypeEnum provides controlled values (PRIMARY, CO_ORGANIZER, SPONSOR_ORGANIZER, LENDING_INSTITUTION, HOST_VENUE, SUPPORTING_PARTNER, ADVISOR)."
slots:
role_type:
slot_uri: schema:roleName
description: Type of organizer role
range: OrganizerRoleTypeEnum
required: true
role_description:
slot_uri: schema:description
description: Additional description of the organizational role
range: string
required: false
enums:
OrganizerRoleTypeEnum:
description: Types of organizer roles
permissible_values:
PRIMARY:
CO_ORGANIZER:
SPONSOR_ORGANIZER:
LENDING_INSTITUTION:
HOST_VENUE:
SUPPORTING_PARTNER:
ADVISOR: