53 lines
1.7 KiB
YAML
53 lines
1.7 KiB
YAML
# WikidataCoordinates - Coordinates from Wikidata P625
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/WikidataCoordinates
|
|
name: WikidataCoordinates
|
|
title: WikidataCoordinates
|
|
|
|
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#
|
|
wikibase: http://wikiba.se/ontology#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
WikidataCoordinates:
|
|
description: >-
|
|
Coordinates from Wikidata P625 (coordinate location property).
|
|
Includes latitude, longitude, precision level, and reference globe.
|
|
Precision indicates the accuracy of coordinates (e.g., to nearest degree).
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is geo:Point because coordinates represent a specific
|
|
point in WGS84 coordinate reference system
|
|
- close_mappings includes wikibase:GlobecoordinateValue which is
|
|
Wikidata's native coordinate value type
|
|
- related_mappings includes schema:GeoCoordinates (web semantics)
|
|
and prov:Entity (coordinates are traceable data)
|
|
class_uri: geo:Point
|
|
close_mappings:
|
|
- wikibase:GlobecoordinateValue
|
|
related_mappings:
|
|
- schema:GeoCoordinates
|
|
- prov:Entity
|
|
attributes:
|
|
latitude:
|
|
range: float
|
|
longitude:
|
|
range: float
|
|
precision:
|
|
range: float
|
|
globe:
|
|
range: string
|
|
description: Reference globe (e.g., http://www.wikidata.org/entity/Q2 for Earth)
|