glam/schemas/20251121/linkml/modules/classes/OriginalEntryCoordinates.yaml

53 lines
1.6 KiB
YAML

# OriginalEntryCoordinates - Coordinates from original source entry
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
# Extraction date: 2026-01-08
id: https://nde.nl/ontology/hc/classes/OriginalEntryCoordinates
name: OriginalEntryCoordinates
title: OriginalEntryCoordinates
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
xsd: http://www.w3.org/2001/XMLSchema#
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
imports:
- linkml:types
default_range: string
classes:
OriginalEntryCoordinates:
description: >-
Geographic coordinates from an original source entry, supporting
both lat/lon and latitude/longitude field naming conventions.
Ontology mapping rationale:
- class_uri is geo:Point from W3C WGS84 because coordinates
represent a geographic point.
- close_mappings includes schema:GeoCoordinates as the Schema.org
equivalent for coordinate data.
- related_mappings includes prov:Entity and geo:SpatialThing.
class_uri: geo:Point
close_mappings:
- schema:GeoCoordinates
related_mappings:
- prov:Entity
- geo:SpatialThing
attributes:
lat:
range: float
description: Latitude
lon:
range: float
description: Longitude
latitude:
range: float
description: Latitude (alternative key)
longitude:
range: float
description: Longitude (alternative key)