- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases. - Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
32 lines
829 B
YAML
32 lines
829 B
YAML
id: https://nde.nl/ontology/hc/class/Manager
|
|
name: Manager
|
|
title: Manager Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
org: http://www.w3.org/ns/org#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_name
|
|
- ../slots/has_title
|
|
- ../slots/has_email_address
|
|
classes:
|
|
Manager:
|
|
class_uri: hc:Manager
|
|
description: Role holder responsible for overseeing a unit, service, or program.
|
|
close_mappings:
|
|
- org:Head
|
|
- schema:Person
|
|
slots:
|
|
- has_name
|
|
- has_title
|
|
- has_email_address
|
|
slot_usage:
|
|
has_name:
|
|
required: true
|
|
annotations:
|
|
specificity_score: 0.35
|
|
specificity_rationale: Organizational responsibility role for leadership attribution.
|
|
custodian_types: '["*"]'
|