- Updated WorldCatIdentifier class with improved descriptions and multilingual support. - Refined WorldHeritageSite class to clarify its purpose and added structured aliases. - Enhanced WritingSystem class with detailed descriptions and examples for script identification. - Introduced BirthPlace class to represent birth locations with historical context and geographic identifiers. - Added AnnotatorAnnotationMetadata class for quality metrics and verification of cultural heritage annotations. - Created AnnotatorAnnotationProvenance class to track provenance of annotation activities. - Developed AnnotatorBlock class to aggregate entity claims and metadata for annotations. - Established AnnotatorEntityClaim class for individual assertions about cultural heritage entities. - Introduced AnnotatorEntityClassification class for taxonomic categorization of entities. - Added AnnotatorIntegrationNote class to document file creation and integration processes. - Developed AnnotatorModel class for machine learning models used in entity extraction. - Created AnnotatorProvenance class to track extraction provenance and source data access.
97 lines
3.2 KiB
YAML
97 lines
3.2 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:
|
|
text: >-
|
|
Wrapper voor Well-Known Text (WKT) geometrieweergaven, die ruimtelijke
|
|
coördinaten en vormen codeert in een gestandaardiseerd tekstformaat
|
|
voor geospatial gegevensuitwisseling.
|
|
de:
|
|
text: >-
|
|
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:
|
|
text: >-
|
|
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:
|
|
text: >-
|
|
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:
|
|
text: >-
|
|
غلاف لتمثيلات هندسة Well-Known Text (WKT)، يشفر الإحداثيات المكانية
|
|
والأشكال بتنسيق نصي قياسي لتبادل البيانات الجغرافية المكانية.
|
|
id:
|
|
text: >-
|
|
Pembungkus untuk representasi geometri Well-Known Text (WKT), mengodekan
|
|
koordinat spasial dan bentuk dalam format teks terstandarisasi untuk
|
|
pertukaran data geospasial.
|
|
zh:
|
|
text: >-
|
|
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: "['*']"
|