- Updated `has_or_had_url` slot to allow a broader range of values by changing its range from `uriorcurie` to `Any`. - Removed obsolete slots: `house_number`, `html_file`, `html_snapshot_path`, and `http_status_code`. - Introduced new classes: `CeasingEvent`, `FileLocation`, `FilePath`, `HTMLFile`, `HTTPStatusCode`, `HouseNumber`, `MaximumHumidity`, `MinimumHumidity`, `TargetHumidity`, and `WKT` to better represent various concepts. - Migrated existing slots to new structures, ensuring alignment with RiC-O naming conventions. - Added new slots: `ceases_or_ceased_through`, `has_or_had_file_location`, `has_or_had_file_path`, `has_or_had_http_status`, and `is_or_was_observed_by` to capture additional metadata. - Enhanced descriptions and annotations for clarity and context.
31 lines
760 B
YAML
31 lines
760 B
YAML
id: https://nde.nl/ontology/hc/class/HTTPStatusCode
|
|
name: HTTPStatusCode
|
|
title: HTTP Status Code Class
|
|
description: >-
|
|
An HTTP status code.
|
|
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_value
|
|
|
|
classes:
|
|
HTTPStatusCode:
|
|
class_uri: skos:Concept
|
|
description: An HTTP status code.
|
|
slots:
|
|
- has_or_had_value
|
|
- has_or_had_label
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class.
|
|
custodian_types: ["*"]
|
|
custodian_types_rationale: Universal utility concept.
|