80 lines
2.8 KiB
YAML
80 lines
2.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/HTTPStatusCode
|
|
name: HTTPStatusCode
|
|
title: HTTP Status Code
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_label
|
|
- ../slots/has_value
|
|
classes:
|
|
HTTPStatusCode:
|
|
class_uri: hc:HTTPStatusCode
|
|
description: >-
|
|
Numeric response token indicating protocol-level outcome categories for
|
|
HTTP request processing operations.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Numeriek antwoordtoken dat protocolnivea-uitkomstcategorieën aangeeft voor
|
|
HTTP-verwerkingsbewerkingen.
|
|
de: >-
|
|
Numerisches Antwort-Token, das Protokollebenen-Ergebniskategorien für
|
|
HTTP-Anforderungsverarbeitungsvorgänge angibt.
|
|
fr: >-
|
|
Jeton de réponse numérique indiquant les catégories de résultats au niveau du protocole
|
|
pour les opérations de traitement des requêtes HTTP.
|
|
es: >-
|
|
Token de respuesta numérico que indica categorías de resultados a nivel de protocolo
|
|
para operaciones de procesamiento de solicitudes HTTP.
|
|
ar: >-
|
|
رمز استجابة رقمي يشير إلى فئات النتائج على مستوى البروتوكول
|
|
لعمليات معالجة طلبات HTTP.
|
|
id: >-
|
|
Token respons numerik yang menunjukkan kategori hasil tingkat protokol
|
|
untuk operasi pemrosesan permintaan HTTP.
|
|
zh: >-
|
|
指示HTTP请求处理操作的协议级结果类别的数字响应标记。
|
|
structured_aliases:
|
|
- literal_form: HTTP-statuscode
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: HTTP-Statuscode
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: code de statut HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: código de estado HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
- literal_form: رمز حالة HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: kode status HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: HTTP状态码
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
slots:
|
|
- has_value
|
|
- has_label
|
|
broad_mappings:
|
|
- schema:DefinedTerm
|
|
comments:
|
|
- Includes 2xx success, 3xx redirection, 4xx client errors, and 5xx server errors.
|
|
- Used in API monitoring, logging, and error handling workflows.
|
|
- 'Preserved from prior description: Numeric code token representing protocol-level result classes for HTTP request processing.'
|
|
keywords:
|
|
- response code
|
|
- protocol status
|
|
- HTTP result
|
|
- web service status
|
|
examples:
|
|
- value:
|
|
has_value: 404
|
|
has_label: Not Found
|
|
description: HTTP status code indicating resource not found
|