76 lines
2.8 KiB
YAML
76 lines
2.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/HTTPStatus
|
|
name: HTTPStatus
|
|
title: HTTP Status
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
- ../slots/has_value
|
|
classes:
|
|
HTTPStatus:
|
|
class_uri: hc:HTTPStatus
|
|
description: >-
|
|
Response state descriptor combining numeric status code and reason phrase indicating HTTP transaction outcome.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Responsstatus-descriptor die numerieke statuscode en reden-zin combineert die de HTTP-transactie-uitkomst aangeeft.
|
|
de: >-
|
|
Antwortstatus-Deskriptor, der numerischen Statuscode und Begründungssatz kombiniert, der das HTTP-Transaktionsergebnis angibt.
|
|
fr: >-
|
|
Descripteur d'état de réponse combinant le code d'état numérique et la phrase de raison indiquant le résultat de la transaction HTTP.
|
|
es: >-
|
|
Descriptor de estado de respuesta que combina código de estado numérico y frase de razón que indica el resultado de la transacción HTTP.
|
|
ar: >-
|
|
واصف حالة الاستجابة يجمع بين رمز الحالة الرقمي وعبارة السبب التي تشير إلى نتيجة معاملة HTTP.
|
|
id: >-
|
|
Deskriptor status respons yang menggabungkan kode status numerik dan frasa alasan yang menunjukkan hasil transaksi HTTP.
|
|
zh: >-
|
|
结合数字状态码和原因短语指示HTTP事务结果的响应状态描述符。
|
|
structured_aliases:
|
|
- literal_form: HTTP-status
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: HTTP-Status
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: statut HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: estado HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
- literal_form: حالة HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: status HTTP
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: HTTP状态
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
slots:
|
|
- has_value
|
|
- has_label
|
|
- has_description
|
|
broad_mappings:
|
|
- schema:DefinedTerm
|
|
comments:
|
|
- Standard HTTP status codes range from 100-599.
|
|
- 2xx codes indicate success, 4xx client errors, 5xx server errors.
|
|
- 'Preserved from prior description: Response state descriptor combining numeric status code and reason phrase for HTTP transaction outcomes.'
|
|
keywords:
|
|
- HTTP response code
|
|
- web status
|
|
- transaction outcome
|
|
- protocol response
|
|
examples:
|
|
- value:
|
|
has_value: 200
|
|
has_label: OK
|
|
has_description: Request succeeded.
|
|
description: Successful HTTP response status
|