36 lines
998 B
YAML
36 lines
998 B
YAML
id: https://nde.nl/ontology/hc/class/Responsibility
|
|
name: Responsibility
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
org: http://www.w3.org/ns/org#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_type
|
|
classes:
|
|
Responsibility:
|
|
class_uri: org:Role
|
|
description: 'A responsibility or duty assigned to a person or position within a heritage organization.
|
|
|
|
|
|
Responsibilities define the scope of work, authority, and accountability
|
|
|
|
for specific functions such as collection management, conservation,
|
|
|
|
public programming, or administration. Linked to positions and people
|
|
|
|
through organizational role assignments.
|
|
|
|
|
|
Maps to org:Role from the W3C Organization Ontology.
|
|
|
|
'
|
|
slots:
|
|
- has_type
|
|
slot_usage:
|
|
has_type:
|
|
# range: string # uriorcurie
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|