glam/frontend/public/schemas/20251121/linkml/modules/classes/HTTPMethod.yaml
2026-01-19 00:09:28 +01:00

28 lines
829 B
YAML

# HTTPMethod - HTTP method class
id: https://nde.nl/ontology/hc/class/HTTPMethod
name: HTTPMethod
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- ./HTTPMethodType
- linkml:types
- ../slots/has_or_had_type
classes:
HTTPMethod:
description: >-
Represents an HTTP request method supported by a heritage institution's API or web
service. Common methods include GET (retrieve), POST (create), PUT (update), DELETE
(remove), and PATCH (partial update).
class_uri: schema:Thing
slots:
- has_or_had_type
slot_usage:
has_or_had_type:
range: HTTPMethodType
attributes:
method_name:
description: HTTP method name (e.g., GET, POST, PUT, DELETE)
range: string
required: true