- 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.
34 lines
976 B
YAML
34 lines
976 B
YAML
id: https://nde.nl/ontology/hc/class/GrantRange
|
|
name: GrantRange
|
|
title: Grant Range Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/minimum_of_minimum
|
|
- ../slots/maximum_of_maximum
|
|
classes:
|
|
GrantRange:
|
|
class_uri: crm:E54_Dimension
|
|
description: Structured lower and upper monetary bounds for grant or funding eligibility.
|
|
exact_mappings:
|
|
- crm:E54_Dimension
|
|
close_mappings:
|
|
- schema:MonetaryAmount
|
|
- schema:QuantitativeValue
|
|
slots:
|
|
- minimum_of_minimum
|
|
- maximum_of_maximum
|
|
slot_usage:
|
|
minimum_of_minimum:
|
|
range: integer
|
|
maximum_of_maximum:
|
|
range: integer
|
|
annotations:
|
|
specificity_score: 0.45
|
|
specificity_rationale: Structured funding range model for comparison and filtering.
|
|
custodian_types: '["*"]'
|