34 lines
946 B
YAML
34 lines
946 B
YAML
id: https://nde.nl/ontology/hc/class/Geometry
|
|
name: Geometry
|
|
title: Geometry
|
|
description: A spatial geometry (point, polygon, etc.). MIGRATED from geometry_type/geometry_wkt slots. Follows GeoSPARQL Geometry.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
geosparql: http://www.opengis.net/ont/geosparql#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_format
|
|
- ../slots/has_label
|
|
- ../slots/has_type
|
|
default_prefix: hc
|
|
classes:
|
|
Geometry:
|
|
class_uri: geosparql:Geometry
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
- has_type
|
|
- has_format
|
|
slot_usage:
|
|
has_format:
|
|
# range: string # uriorcurie
|
|
required: true
|
|
has_type:
|
|
# range: string # uriorcurie
|
|
required: true
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|