29 lines
984 B
YAML
29 lines
984 B
YAML
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
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|