- Updated descriptions in `WikidataOrganization`, `WikidataRecognition`, `WikidataResolvedEntities`, `WikidataSitelinks`, `WikidataSocialMedia`, `WikidataTemporal`, `WikidataTimeValue`, `WikidataWeb`, `WomensArchives`, `WomensArchivesRecordSetType`, `WomensArchivesRecordSetTypes`, `WordCount`, `WorkRevision`, `WorldCatIdentifier`, `WorldHeritageSite`, `WritingSystem`, `XPath`, `XPathScore`, `YoutubeChannel`, `YoutubeComment`, `YoutubeTranscript`, and `YoutubeVideo` to enhance readability and precision. - Adjusted mappings and slot usage in various schemas to align with updated descriptions and improve data structure. - Added new synonyms in multiple languages for better localization support.
62 lines
1.7 KiB
YAML
62 lines
1.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/Location
|
|
name: Location
|
|
title: Location Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
locn: http://www.w3.org/ns/locn#
|
|
wgs84: http://www.w3.org/2003/01/geo/wgs84_pos#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/has_label
|
|
- ../slots/has_latitude
|
|
- ../slots/has_longitude
|
|
- ../slots/has_score
|
|
classes:
|
|
Location:
|
|
class_uri: schema:Place
|
|
description: Reusable geographic location with label and optional coordinate pair.
|
|
broad_mappings:
|
|
- schema:Place
|
|
close_mappings:
|
|
- locn:Location
|
|
related_mappings:
|
|
- wgs84:Point
|
|
slots:
|
|
- has_label
|
|
- has_latitude
|
|
- has_longitude
|
|
- has_score
|
|
slot_usage:
|
|
has_label:
|
|
required: true
|
|
has_latitude:
|
|
range: float
|
|
has_longitude:
|
|
range: float
|
|
notes:
|
|
- |
|
|
Preserved from prior description (commit 6e634651):
|
|
|
|
Generic geographic location representation.
|
|
|
|
**Purpose**:
|
|
Location provides a reusable class for representing geographic
|
|
locations with name and optional coordinates.
|
|
|
|
**Ontological Alignment**:
|
|
- **Primary**: `schema:Place` - Schema.org Place
|
|
- **Close**: `locn:Location` - LOCN (W3C Location) location
|
|
- **Related**: `wgs84:Point` - WGS84 geo point (for coordinates)
|
|
|
|
**Use Cases**:
|
|
- Transfer event locations (origin/destination)
|
|
- Institution physical locations
|
|
- Collection storage locations
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.2
|
|
specificity_rationale: Generic place anchor class used across operational and descriptive contexts.
|