24 lines
583 B
YAML
24 lines
583 B
YAML
# Responsibility - Responsibility class
|
|
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_or_had_type
|
|
classes:
|
|
Responsibility:
|
|
class_uri: org:Role
|
|
slots:
|
|
- has_or_had_type
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: ResponsibilityType
|
|
attributes:
|
|
responsibility_name:
|
|
range: string
|
|
required: true
|
|
responsibility_description:
|
|
range: string
|