85 lines
No EOL
2.4 KiB
YAML
85 lines
No EOL
2.4 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 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
|
|
|
|
exact_mappings:
|
|
- schema:Role
|
|
|
|
close_mappings:
|
|
- prov:Role
|
|
|
|
slots:
|
|
|
|
slot_usage:
|
|
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"
|
|
|
|
examples:
|
|
- value:
|
|
- value:
|
|
- value:
|
|
slots:
|
|
role_type:
|
|
slot_uri: schema:roleName
|
|
description: Type of organizer role
|
|
# range: string
|
|
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: |