glam/frontend/public/schemas/20251121/linkml/modules/slots/wikidata_description.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

70 lines
2.2 KiB
YAML

# wikidata_description slot
# Description text 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_description
name: wikidata_description_slot
title: Wikidata Description Slot
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
slots:
wikidata_description:
slot_uri: schema:description
description: |
Description text from the Wikidata entity.
**Purpose**:
Provides a brief explanation of the Wikidata entity without
requiring a lookup to Wikidata. Language should match the
`language` field in the containing WikiDataEntry.
**Ontological Alignment**:
- **Primary** (`slot_uri`): `schema:description` - Schema.org description
- **Exact**: `dcterms:description` - Dublin Core description
- **Close**: `skos:definition` - SKOS definition
**Usage**:
Optional. Provides human-readable context explaining what the
Wikidata entity represents. Typically a single sentence.
**Multilingual**:
Description language determined by `language` slot in WikiDataEntry.
range: string
required: false
multivalued: false
exact_mappings:
- dcterms:description
close_mappings:
- skos:definition
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Descriptions apply to all heritage types.
specificity_score: 0.2
specificity_rationale: Generic description slot applicable across all contexts.
examples:
- value: "institution that holds and displays collections"
description: "English description for Q33506 (museum)"
- value: "Dutch national museum in Amsterdam"
description: "Description for Q190804 (Rijksmuseum)"
- value: "collection of books and other media"
description: "Description for Q7075 (library)"