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.
71 lines
2 KiB
YAML
71 lines
2 KiB
YAML
# wikidata_label slot
|
|
# Human-readable label from Wikidata entity
|
|
#
|
|
# Generation date: 2026-01-15
|
|
# Rule compliance: 38 (slot centralization + semantic URI), 51 (no hallucinated refs)
|
|
#
|
|
# Part of WikiDataEntry class supporting 5 migrations per slot_fixes.yaml
|
|
|
|
id: https://nde.nl/ontology/hc/slot/wikidata_label
|
|
name: wikidata_label_slot
|
|
title: Wikidata Label Slot
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
schema: http://schema.org/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
wikidata_label:
|
|
slot_uri: rdfs:label
|
|
description: |
|
|
Human-readable label from the Wikidata entity.
|
|
|
|
**Purpose**:
|
|
Provides a display name for the Wikidata entity without requiring
|
|
a lookup to Wikidata. Language of label should match the `language`
|
|
field in the containing WikiDataEntry.
|
|
|
|
**Ontological Alignment**:
|
|
- **Primary** (`slot_uri`): `rdfs:label` - RDF Schema label
|
|
- **Exact**: `skos:prefLabel` - SKOS preferred label
|
|
- **Close**: `schema:name` - Schema.org name
|
|
|
|
**Usage**:
|
|
Optional but recommended. Provides human-readable context for
|
|
the Q-number identifier. Should be populated when available
|
|
from Wikidata API responses.
|
|
|
|
**Multilingual**:
|
|
Label language determined by `language` slot in WikiDataEntry.
|
|
|
|
range: string
|
|
required: false
|
|
multivalued: false
|
|
|
|
exact_mappings:
|
|
- skos:prefLabel
|
|
|
|
close_mappings:
|
|
- schema:name
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Labels apply to all heritage types.
|
|
specificity_score: 0.2
|
|
specificity_rationale: Generic label slot applicable across all contexts.
|
|
|
|
examples:
|
|
- value: "museum"
|
|
description: "English label for Q33506"
|
|
- value: "Rijksmuseum"
|
|
description: "Label for Q190804"
|
|
- value: "bibliotheek"
|
|
description: "Dutch label for Q7075 (library)"
|