79 lines
3.3 KiB
YAML
79 lines
3.3 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_numeric_value
|
|
# ==============================================================================
|
|
# The specific number or magnitude representing a value, distinct from its unit.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |----------|----------------------|------------------|---------|----------------------------------------------------|
|
|
# | **QUDT** | `qudt:numericValue` | (external: QUDT) | exact | "The numeric value of a QuantityValue." |
|
|
#
|
|
# QUDT (Quantities, Units, Dimensions, and Types) is not in local ontology
|
|
# files but is a well-known W3C-aligned vocabulary. qudt:numericValue is
|
|
# semantically equivalent to our concept.
|
|
#
|
|
# CREATED: 2026-02-03
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/has_numeric_value
|
|
name: has_numeric_value
|
|
title: Has Numeric Value
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
qudt: http://qudt.org/schema/qudt/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
has_numeric_value:
|
|
slot_uri: qudt:numericValue
|
|
description: >-
|
|
To specify the specific number, quantity, or magnitude representing a value, distinct from the unit of measurement.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Om het specifieke getal, de hoeveelheid of de grootte te specificeren die een waarde vertegenwoordigt, los van de meeteenheid.
|
|
de: >-
|
|
Um die spezifische Zahl, Menge oder Groessenordnung anzugeben, die einen Wert darstellt, unabhängig von der Masseinheit.
|
|
fr: >-
|
|
Pour spécifier le nombre, la quantité ou la grandeur spécifique représentant une valeur, distincte de l'unité de mesure.
|
|
ar: >-
|
|
لتحديد الرقم أو الكمية أو المقدار المحدد الذي يمثل قيمة، بشكل مستقل عن وحدة القياس.
|
|
id: >-
|
|
Untuk menentukan angka, kuantitas, atau besaran spesifik yang mewakili suatu nilai, terpisah dari satuan pengukuran.
|
|
zh: >-
|
|
用于指定代表某一数值的具体数字、数量或量级,与计量单位无关。
|
|
es: >-
|
|
Para especificar el número, cantidad o magnitud específica que representa un valor, distinto de la unidad de medida.
|
|
structured_aliases:
|
|
- literal_form: Numerieke waarde
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Numerischer Wert
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: Valeur numerique
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: قيمة رقمية
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: Nilai numerik
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 数值
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: Valor numerico
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: float
|
|
multivalued: false
|
|
exact_mappings:
|
|
aliases:
|
|
- has_or_had_numeric_value
|
|
- lot_number
|
|
- numeric_value
|
|
annotations:
|
|
custodian_types: '["*"]'
|