glam/schemas/20251121/linkml/modules/classes/GrowthRate.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form.
- Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format.
- Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
2026-02-16 10:16:51 +01:00

43 lines
1.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/GrowthRate
name: GrowthRate
title: Growth Rate
description: The rate of growth or expansion of an entity. MIGRATED from growth_rate slot per Rule 53. Follows schema:QuantitativeValue.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
imports:
- linkml:types
- ../slots/has_description
default_prefix: hc
classes:
GrowthRate:
class_uri: schema:QuantitativeValue
description: >-
Quantitative change indicator expressing increase or decrease over a
defined period.
alt_descriptions:
nl: Kwantitatieve veranderindicator die toename of afname over een bepaalde periode uitdrukt.
de: Quantitativer Veraenderungsindikator fuer Zu- oder Abnahme ueber einen definierten Zeitraum.
fr: Indicateur quantitatif de variation exprimant hausse ou baisse sur une periode definie.
es: Indicador cuantitativo de cambio que expresa aumento o disminucion en un periodo definido.
ar: مؤشر كمي للتغير يعبّر عن الزيادة أو الانخفاض خلال فترة محددة.
id: Indikator perubahan kuantitatif yang menyatakan kenaikan atau penurunan selama periode tertentu.
zh: 表示在特定时期内增减变化的量化指标。
structured_aliases:
- {literal_form: groeipercentage, in_language: nl}
- {literal_form: Wachstumsrate, in_language: de}
- {literal_form: taux de croissance, in_language: fr}
- {literal_form: tasa de crecimiento, in_language: es}
- {literal_form: معدل نمو, in_language: ar}
- {literal_form: laju pertumbuhan, in_language: id}
- {literal_form: 增长率, in_language: zh}
exact_mappings:
- schema:QuantitativeValue
slots:
- has_description
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"