glam/frontend/public/schemas/20251121/linkml/modules/slots/geonames_id.yaml
kempersc 635beca582
Some checks are pending
Deploy Frontend / build-and-deploy (push) Waiting to run
sync: update frontend schema copies with duplicate mapping fixes (Rule 52)
2026-01-13 18:13:54 +01:00

44 lines
1.1 KiB
YAML

id: https://nde.nl/ontology/hc/slot/geonames_id
name: geonames_id_slot
title: GeoNames ID Slot
description: 'GeoNames numeric identifier for geographic entities.
Format: Integer (e.g., 2759794 for Amsterdam, 5206379 for Pittsburgh)
Lookup: https://www.geonames.org/{geonames_id}/
Benefits:
- Resolves ambiguity (41 "Springfield"s in USA have different IDs)
- Stable identifier (persists even if location name changes)
- Links to coordinates, population, timezone via GeoNames API
'
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
gn: http://www.geonames.org/ontology#
slots:
geonames_id:
slot_uri: gn:geonamesID
range: integer
required: false
multivalued: false
description: 'GeoNames identifier for linking to external knowledge base.
Highly recommended for place disambiguation.
'
exact_mappings:
- gn:geonamesID
narrow_mappings:
- dcterms:identifier
comments:
- Used by Settlement, AuxiliaryPlace, and GeoSpatialPlace classes
- 'Lookup URL: https://www.geonames.org/{geonames_id}/'
- 'Example: 2759794 (Amsterdam), 5206379 (Pittsburgh), 3451190 (Rio de Janeiro)'