21 lines
640 B
YAML
21 lines
640 B
YAML
id: https://nde.nl/ontology/hc/class/GeospatialIdentifier
|
|
name: GeospatialIdentifier
|
|
title: Geospatial Identifier
|
|
description: >-
|
|
A unique identifier for a geospatial feature (e.g., from GeoSPARQL).
|
|
MIGRATED from geospatial_id slot per Rule 53.
|
|
Follows geosparql:Feature.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
geosparql: http://www.opengis.net/ont/geosparql#
|
|
imports:
|
|
- linkml:types
|
|
- ./Identifier
|
|
default_prefix: hc
|
|
classes:
|
|
GeospatialIdentifier:
|
|
is_a: Identifier
|
|
class_uri: geosparql:Feature
|
|
description: >-
|
|
A persistent URI or identifier for a geospatial feature.
|