- 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.
28 lines
755 B
YAML
28 lines
755 B
YAML
id: https://nde.nl/ontology/hc/class/IoTDevice
|
|
name: IoTDevice
|
|
title: IoT Device Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
sosa: http://www.w3.org/ns/sosa/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
classes:
|
|
IoTDevice:
|
|
class_uri: sosa:Sensor
|
|
description: Device type or instance used for sensing in connected heritage environments.
|
|
exact_mappings:
|
|
- sosa:Sensor
|
|
close_mappings:
|
|
- schema:Thing
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
annotations:
|
|
specificity_score: 0.4
|
|
specificity_rationale: Sensor-device class for IoT deployment modeling.
|
|
custodian_types: '["*"]'
|