- 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.
21 lines
530 B
YAML
21 lines
530 B
YAML
id: https://nde.nl/ontology/hc/class/HTTPMethod
|
|
name: HTTPMethod
|
|
title: HTTP Method
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_type
|
|
classes:
|
|
HTTPMethod:
|
|
class_uri: hc:HTTPMethod
|
|
description: >-
|
|
Request-verb descriptor used in web interactions to indicate retrieval,
|
|
creation, update, or deletion behavior.
|
|
slots:
|
|
- has_type
|
|
broad_mappings:
|
|
- schema:DefinedTerm
|