- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form. - Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format. - Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
71 lines
2.9 KiB
YAML
71 lines
2.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/WKT
|
|
name: WKT
|
|
title: WKT Class
|
|
description: >-
|
|
Well-Known Text (WKT) representation of a geometry.
|
|
|
|
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_label
|
|
- ../slots/has_value
|
|
classes:
|
|
WKT:
|
|
class_uri: hc:WKT
|
|
description: >-
|
|
Wrapper for Well-Known Text (WKT) geometry representations, encoding
|
|
spatial coordinates and shapes in a standardized text format for
|
|
geospatial data interchange.
|
|
alt_descriptions:
|
|
nl: Wrapper voor Well-Known Text (WKT) geometrieweergaven, die ruimtelijke coördinaten en vormen codeert in een gestandaardiseerd tekstformaat voor geospatial gegevensuitwisseling.
|
|
de: Wrapper für Well-Known Text (WKT) Geometriedarstellungen, der räumliche Koordinaten und Formen in einem standardisierten Textformat für den Geodaten-Austausch kodiert.
|
|
fr: Enveloppe pour les représentations géométriques Well-Known Text (WKT), codant les coordonnées spatiales et les formes dans un format texte standardisé pour l'échange de données géospatiales.
|
|
es: Envoltura para representaciones geométricas Well-Known Text (WKT), codificando coordenadas espaciales y formas en un formato de texto estandarizado para el intercambio de datos geoespaciales.
|
|
ar: غلاف لتمثيلات هندسة Well-Known Text (WKT)، يشفر الإحداثيات المكانية والأشكال بتنسيق نصي قياسي لتبادل البيانات الجغرافية المكانية.
|
|
id: Pembungkus untuk representasi geometri Well-Known Text (WKT), mengodekan koordinat spasial dan bentuk dalam format teks terstandarisasi untuk pertukaran data geospasial.
|
|
zh: Well-Known Text (WKT) 几何表示的包装器,以标准化文本格式编码 空间坐标和形状,用于地理空间数据交换。
|
|
broad_mappings:
|
|
- geosparql:wktLiteral
|
|
slots:
|
|
- has_value
|
|
- has_label
|
|
structured_aliases:
|
|
- literal_form: WKT
|
|
in_language: nl
|
|
- literal_form: WKT
|
|
in_language: de
|
|
- literal_form: WKT
|
|
in_language: fr
|
|
- literal_form: WKT
|
|
in_language: es
|
|
- literal_form: نص معروف
|
|
in_language: ar
|
|
- literal_form: WKT
|
|
in_language: id
|
|
- literal_form: 知名文本
|
|
in_language: zh
|
|
comments:
|
|
- MIGRATED from as_wkt (Rule 53)
|
|
- Standard format for representing vector geometry
|
|
keywords:
|
|
- Well-Known Text
|
|
- geometry
|
|
- geospatial
|
|
- coordinates
|
|
- spatial data
|
|
examples:
|
|
- value:
|
|
has_value: POINT(4.89 52.37)
|
|
has_label: Amsterdam coordinates
|
|
description: Point geometry in WKT format
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class.
|
|
custodian_types: "['*']"
|