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

54 lines
1.4 KiB
YAML

# description_text slot
# The textual content of a description
#
# Generation date: 2026-01-15
# Rule compliance: 38 (slot centralization + semantic URI), 42 (no prefix), 43 (singular noun)
id: https://nde.nl/ontology/hc/slot/description_text
name: description_text_slot
title: Description Text Slot
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs: http://www.w3.org/2000/01/rdf-schema#
default_prefix: hc
imports:
- linkml:types
slots:
description_text:
slot_uri: rdf:value
description: |
The textual content of a description.
**Ontological Alignment**:
- **Primary** (`slot_uri`): `rdf:value` - the principal value of a resource
- **Close**: `rdfs:label` - human-readable label
**Usage**:
This slot holds the actual text of a Description instance.
The Description class provides structure (type, language) while
this slot holds the content.
range: string
required: true
multivalued: false
exact_mappings:
- rdf:value
close_mappings:
- rdfs:label
annotations:
replaces_slots: "binding_description, branch_description, etc. (text content)"
migration_date: "2026-01-15"
examples:
- value: "Climate-controlled storage zone with dedicated HVAC."
description: "Zone description text"