Schema Improvements: - Fix YAML import indentation across 800+ class files (sed: '^- ../' → ' - ../') - Add descriptions to 26 inline slots missing them (lint warnings) - Fix malformed imports in BirthPlace.yaml and CustodianObservation.yaml Validation Results: - linkml-lint: 4 warnings (intentional SCREAMING_CASE tier names) - gen-owl: SUCCESS (164,069 lines generated) - gen-json-schema: SUCCESS (9.4MB generated) Files affected: 1,034 files, +23,908 -15,200 lines
27 lines
742 B
YAML
27 lines
742 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
|
|
- ./ResponsibilityType
|
|
classes:
|
|
Responsibility:
|
|
class_uri: org:Role
|
|
slots:
|
|
- has_or_had_type
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: ResponsibilityType
|
|
attributes:
|
|
responsibility_name:
|
|
description: Name or title of the responsibility role
|
|
range: string
|
|
required: true
|
|
responsibility_description:
|
|
description: Description of the responsibility scope and duties
|
|
range: string
|