- 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
848 B
YAML
31 lines
848 B
YAML
id: https://nde.nl/ontology/hc/class/IdentificationEvent
|
|
name: IdentificationEvent
|
|
title: Identification Event
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dwc: http://rs.tdwg.org/dwc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_score
|
|
- ../slots/temporal_extent
|
|
classes:
|
|
IdentificationEvent:
|
|
class_uri: hc:IdentificationEvent
|
|
description: >-
|
|
Time-bounded activity in which an object, specimen, or record receives an
|
|
identity determination or classification assignment.
|
|
slots:
|
|
- temporal_extent
|
|
- has_description
|
|
- has_score
|
|
slot_usage:
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
close_mappings:
|
|
- dwc:Identification
|
|
- prov:Activity
|