glam/schemas/20251121/linkml/modules/classes/HTTPStatus.yaml
kempersc fa5779bfd4 Refactor schema and slot definitions for heritage-related entities
- Added new slot `is_or_was_used_in` to `DataServiceEndpointType` for tracking usage in the heritage sector.
- Replaced `heritage_society_subtype` with `has_or_had_hyponym` in `HeritageSocietyType`.
- Updated `HistoricBuilding` to use `has_or_had_status` instead of `heritage_status`, linking to the new `HeritageStatus` class.
- Removed deprecated slots: `heritage_relevant_count`, `heritage_relevant_percentage`, `heritage_sector_usage`, `heritage_society_subtype`, and `heritage_status`.
- Introduced new classes `Connection`, `HeritageSector`, and `HeritageStatus` to better structure heritage-related data.
- Migrated relevant descriptions and annotations to align with new schema standards.
- Updated slot definitions to improve clarity and consistency across the schema.
2026-01-28 09:43:41 +01:00

33 lines
821 B
YAML

id: https://nde.nl/ontology/hc/class/HTTPStatus
name: HTTPStatus
title: HTTP Status Class
description: >-
An HTTP status code and description.
MIGRATED from http_status_code (Rule 53).
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_or_had_label
- ../slots/has_or_had_description
- ../slots/has_or_had_value
classes:
HTTPStatus:
class_uri: skos:Concept
description: An HTTP status.
slots:
- has_or_had_value
- has_or_had_label
- has_or_had_description
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class.
custodian_types: ["*"]
custodian_types_rationale: Universal utility concept.