49 lines
1.9 KiB
YAML
49 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/classes/Place
|
|
name: Place
|
|
title: Place
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
gn: http://www.geonames.org/ontology#
|
|
locn: http://www.w3.org/ns/locn#
|
|
imports:
|
|
- ../slots/has_label
|
|
- linkml:types
|
|
# default_range: string
|
|
classes:
|
|
Place:
|
|
description: 'A geographic or administrative place used for containment relationships.
|
|
|
|
**DISTINCTION FROM Location**: - `Location` is for precise physical locations
|
|
(address, coordinates) - `Place` is for administrative/geographic containment
|
|
(city within province)
|
|
|
|
**USE CASES**: - `within_place`: Institution is within a city/region - `within_auxiliary_place`:
|
|
Secondary location containment - Administrative hierarchies: settlement → region
|
|
→ country
|
|
|
|
**ONTOLOGY MAPPING**: - class_uri: schema:Place (generic place concept) - Supports
|
|
GeoNames integration for standardized place references'
|
|
class_uri: schema:Place
|
|
close_mappings:
|
|
- gn:Feature
|
|
- locn:Location
|
|
related_mappings:
|
|
- schema:AdministrativeArea
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Place references applicable to all custodian types.
|
|
custodian_types_primary: '*'
|
|
specificity_score: 0.2
|
|
specificity_rationale: Low specificity - universal geographic concept.
|
|
examples:
|
|
- value: "Place:\n place_name: \"Amsterdam\"\n place_type: \"settlement\"\n\
|
|
\ geonames_id: 2759794\n iso_code: \"AMS\"\n parent_place:\n place_name:\
|
|
\ \"Noord-Holland\"\n place_type: \"region\"\n iso_code: \"NL-NH\"\n"
|
|
description: Amsterdam as a settlement within Noord-Holland.
|
|
- value: "Place:\n place_name: \"Netherlands\"\n place_type: \"country\"\n \
|
|
\ iso_code: \"NL\"\n geonames_id: 2750405\n"
|
|
description: Country-level place reference.
|
|
slots:
|
|
- has_label
|