glam/frontend/public/schemas/20251121/linkml/modules/slots/location_name.yaml
kempersc 53c6dbc2d9 feat(schema): Migrate temporal slots and introduce new pattern classes
Major slot migrations following slot_fixes.yaml revisions:
- TimeSpan: begin_of_the_begin, begin_of_the_end, end_of_the_begin, end_of_the_end
- Quantity: has_or_had_measurement_unit with MeasureUnit class
- Description: has_or_had_description with Description class
- URL, WikiData, Timestamp, Location, Provenance pattern classes

New slots for RiC-O compliance:
- Temporal: has_or_had_time_interval, calendar_system
- Transfer: is_or_was_transferred, has_or_had_policy
- Location: starts/ends_or_started/ended_at_location
- Provenance: has_or_had_provenance_path, is_or_was_webarchived_at

Archive deprecated slots per Rule 53 workflow.
2026-01-14 20:01:55 +01:00

63 lines
1.7 KiB
YAML

# location_name slot
# Human-readable name for a geographic location
#
# Generation date: 2026-01-15
# Rule compliance: 38 (slot centralization + semantic URI), 51 (no hallucinated refs)
id: https://nde.nl/ontology/hc/slot/location_name
name: location_name_slot
title: Location Name Slot
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
rdfs: http://www.w3.org/2000/01/rdf-schema#
locn: http://www.w3.org/ns/locn#
default_prefix: hc
imports:
- linkml:types
slots:
location_name:
slot_uri: schema:name
description: |
Human-readable name for a geographic location.
**Ontological Alignment**:
- **Primary** (`slot_uri`): `schema:name` - Schema.org name
- **Exact**: `rdfs:label` - RDF Schema label
- **Related**: `locn:geographicName` - LOCN geographic name
**Usage**:
Primary identifier for Location instances. Should be
human-readable and unambiguous where possible.
**Examples**:
- "Rijksmuseum Amsterdam"
- "Noord-Hollands Archief, Haarlem"
- "Depot Boerhaave, Leiden"
range: string
required: true
multivalued: false
exact_mappings:
- rdfs:label
related_mappings:
- locn:geographicName
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Location names apply to all heritage types.
specificity_score: 0.2
specificity_rationale: Generic name slot for locations.
examples:
- value: "Rijksmuseum Amsterdam"
description: "Museum location"
- value: "Noord-Hollands Archief, Haarlem"
description: "Archive location with city"