44 lines
1.1 KiB
YAML
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)'
|