glam/schemas/20251121/linkml/modules/classes/LocationResolution.yaml
kempersc 6e63465196 Add ImageTilingServiceEndpoint class and archive ID class
- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases.
- Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
2026-02-15 21:40:13 +01:00

48 lines
1.3 KiB
YAML

id: https://nde.nl/ontology/hc/classes/LocationResolution
name: LocationResolution
title: Location Resolution Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
schema: http://schema.org/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
default_prefix: hc
imports:
- linkml:types
- ../enums/LocationResolutionMethodEnum
- ../slots/has_method
- ../slots/has_code
- ../slots/in_country
- ../slots/has_url
- ../slots/has_latitude
- ../slots/has_longitude
- ../slots/has_note
- ../slots/based_on
classes:
LocationResolution:
class_uri: prov:Location
description: Resolution result describing how a place reference was normalized to a geographic location.
exact_mappings:
- prov:Location
close_mappings:
- geo:SpatialThing
related_mappings:
- schema:Place
- prov:Entity
slots:
- has_method
- has_code
- in_country
- has_url
- has_latitude
- has_longitude
- has_note
- based_on
slot_usage:
has_method:
range: LocationResolutionMethodEnum
annotations:
specificity_score: 0.45
specificity_rationale: Provenance-aware geolocation normalization record for place disambiguation workflows.
custodian_types: '["*"]'