- 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
707 B
YAML
28 lines
707 B
YAML
id: https://nde.nl/ontology/hc/classes/Hypothesis
|
|
name: Hypothesis
|
|
title: Hypothesis
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/generated_by
|
|
- ../slots/has_note
|
|
classes:
|
|
Hypothesis:
|
|
class_uri: hc:Hypothesis
|
|
description: >-
|
|
Provisional explanatory assertion used when evidence is incomplete,
|
|
ambiguous, or still under validation.
|
|
slots:
|
|
- generated_by
|
|
- has_note
|
|
broad_mappings:
|
|
- skos:Concept
|
|
close_mappings:
|
|
- prov:Entity
|
|
- schema:Claim
|