76 lines
2.9 KiB
YAML
76 lines
2.9 KiB
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: >-
|
|
Standardized request verb indicating the intended action for web resource interactions such as retrieval, creation, modification, or removal.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Gestandaardiseerd aanvraagwerkwoord dat de bedoelde actie aangeeft voor webbroninteracties
|
|
zoals ophalen, maken, wijzigen of verwijderen.
|
|
de: >-
|
|
Standardisiertes Anforderungsverb, das die beabsichtigte Aktion für Webressourceninteraktionen
|
|
wie Abruf, Erstellung, Änderung oder Entfernung angibt.
|
|
fr: >-
|
|
Verbe de requête standardisé indiquant l'action prévue pour les interactions de ressources Web
|
|
telles que la récupération, la création, la modification ou la suppression.
|
|
es: >-
|
|
Verbo de solicitud estandarizado que indica la acción prevista para interacciones de recursos web
|
|
como recuperación, creación, modificación o eliminación.
|
|
ar: >-
|
|
فعل طلب معياري يشير إلى الإجراء المقصود لتفاعلات موارد الويب
|
|
مثل الاسترجاع أو الإنشاء أو التعديل أو الحذف.
|
|
id: >-
|
|
Kata kerja permintaan terstandarisasi yang menunjukkan tindakan yang dimaksudkan untuk
|
|
interaksi sumber daya web seperti pengambilan, pembuatan, modifikasi, atau penghapusan.
|
|
zh: >-
|
|
指示网络资源交互预期操作(如检索、创建、修改或删除)的标准化请求动词。
|
|
structured_aliases:
|
|
- literal_form: HTTP-methode
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: HTTP-Methode
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: méthode HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: método HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
- literal_form: طريقة HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: metode HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: HTTP方法
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
slots:
|
|
- has_type
|
|
broad_mappings:
|
|
- schema:DefinedTerm
|
|
comments:
|
|
- Includes GET, POST, PUT, DELETE, PATCH, and other HTTP verbs.
|
|
- Used in API endpoint documentation and web service specifications.
|
|
- 'Preserved from prior description: Request-verb descriptor used in web interactions to indicate retrieval, creation, update, or deletion behavior.'
|
|
keywords:
|
|
- request verb
|
|
- web interaction
|
|
- API method
|
|
- HTTP protocol
|
|
examples:
|
|
- value:
|
|
has_type: GET
|
|
description: HTTP method for resource retrieval
|