23 lines
755 B
YAML
23 lines
755 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:
|
|
- linkml:types
|
|
- ../slots/has_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_type
|
|
slot_usage:
|
|
has_type:
|
|
# range: string # uriorcurie
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|