- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases. - Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
21 lines
624 B
YAML
21 lines
624 B
YAML
id: https://nde.nl/ontology/hc/class/MaximumQuantity
|
|
name: MaximumQuantity
|
|
title: Maximum Quantity Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
qudt: http://qudt.org/schema/qudt/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
MaximumQuantity:
|
|
is_a: Quantity
|
|
class_uri: qudt:Quantity
|
|
description: Upper-bound quantity value used for constraints and ranges.
|
|
related_mappings:
|
|
- qudt:Quantity
|
|
annotations:
|
|
specificity_score: 0.3
|
|
specificity_rationale: Numeric-bound helper class for quantified constraints.
|
|
custodian_types: '["*"]'
|