- 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.
31 lines
828 B
YAML
31 lines
828 B
YAML
id: https://nde.nl/ontology/hc/class/MainPart
|
|
name: MainPart
|
|
title: Main Part Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_quantity
|
|
- ../slots/contain
|
|
- ../slots/has_code
|
|
classes:
|
|
MainPart:
|
|
class_uri: schema:QuantitativeValue
|
|
description: Primary quantified portion within a larger allocation or composition.
|
|
exact_mappings:
|
|
- schema:QuantitativeValue
|
|
slots:
|
|
- has_quantity
|
|
- contain
|
|
- has_code
|
|
slot_usage:
|
|
has_quantity:
|
|
range: integer
|
|
required: true
|
|
annotations:
|
|
specificity_score: 0.4
|
|
specificity_rationale: Quantified primary-part class for budget and allocation structures.
|
|
custodian_types: '["*"]'
|