- Migrated `was_generated_by` to `is_or_was_generated_by` and `was_derived_from` to `is_or_was_derived_from` across multiple YAML schema files as per Rule 53. - Updated relevant imports, slot lists, and slot usage keys to reflect the new naming conventions. - Added migration comments for clarity and tracking. - Introduced a migration script to automate the changes across all affected files.
21 lines
505 B
YAML
21 lines
505 B
YAML
# Liability - Financial liability class
|
|
id: https://nde.nl/ontology/hc/class/Liability
|
|
name: Liability
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_liability
|
|
classes:
|
|
Liability:
|
|
class_uri: schema:MonetaryAmount
|
|
description: Financial liability
|
|
slots:
|
|
- has_or_had_liability
|
|
attributes:
|
|
liability_type:
|
|
range: string
|
|
currency:
|
|
range: string
|