- Updated descriptions in `WikidataOrganization`, `WikidataRecognition`, `WikidataResolvedEntities`, `WikidataSitelinks`, `WikidataSocialMedia`, `WikidataTemporal`, `WikidataTimeValue`, `WikidataWeb`, `WomensArchives`, `WomensArchivesRecordSetType`, `WomensArchivesRecordSetTypes`, `WordCount`, `WorkRevision`, `WorldCatIdentifier`, `WorldHeritageSite`, `WritingSystem`, `XPath`, `XPathScore`, `YoutubeChannel`, `YoutubeComment`, `YoutubeTranscript`, and `YoutubeVideo` to enhance readability and precision. - Adjusted mappings and slot usage in various schemas to align with updated descriptions and improve data structure. - Added new synonyms in multiple languages for better localization support.
70 lines
2.8 KiB
YAML
70 lines
2.8 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: >-
|
|
Text-encoded geometry value used to exchange points, lines, and polygons.
|
|
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) 几何表示的包装器,以标准化文本格式编码 空间坐标和形状,用于地理空间数据交换。
|
|
related_mappings:
|
|
- geosparql:wktLiteral
|
|
- geosparql:asWKT
|
|
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: "['*']"
|