- 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.
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/MeasurementUnit
|
|
name: MeasurementUnit
|
|
title: Measurement Unit Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
qudt: http://qudt.org/schema/qudt/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_description
|
|
classes:
|
|
MeasurementUnit:
|
|
class_uri: qudt:Unit
|
|
description: Measurement-unit concept used for computational or digital quantification.
|
|
exact_mappings:
|
|
- qudt:Unit
|
|
related_mappings:
|
|
- schema:unitCode
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
annotations:
|
|
specificity_score: 0.4
|
|
specificity_rationale: Cross-domain unit vocabulary for numeric reporting.
|
|
custodian_types: '["*"]'
|
|
FrameUnit:
|
|
is_a: MeasurementUnit
|
|
description: Unit representing video frame counts.
|
|
ObjectUnit:
|
|
is_a: MeasurementUnit
|
|
description: Unit representing detected object counts.
|
|
FaceUnit:
|
|
is_a: MeasurementUnit
|
|
description: Unit representing detected face counts.
|
|
PixelUnit:
|
|
is_a: MeasurementUnit
|
|
description: Unit representing pixel dimensions or counts.
|
|
ByteUnit:
|
|
is_a: MeasurementUnit
|
|
description: Unit representing byte-based data volume.
|
|
TokenUnit:
|
|
is_a: MeasurementUnit
|
|
description: Unit representing tokenized text counts.
|