- 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.
32 lines
796 B
YAML
32 lines
796 B
YAML
id: https://nde.nl/ontology/hc/class/WKT
|
|
name: WKT
|
|
title: WKT Class
|
|
description: >-
|
|
Well-Known Text (WKT) representation of a geometry.
|
|
MIGRATED from as_wkt (Rule 53).
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
geosparql: http://www.opengis.net/ont/geosparql#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_value
|
|
- ../slots/has_or_had_label
|
|
|
|
classes:
|
|
WKT:
|
|
class_uri: geosparql:wktLiteral
|
|
description: A WKT literal wrapper.
|
|
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.
|