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.
51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
# policy_text slot
|
|
# Full text content of a policy document
|
|
#
|
|
# Generation date: 2026-01-15
|
|
# Rule compliance: 38 (slot centralization + semantic URI), 51 (no hallucinated refs)
|
|
|
|
id: https://nde.nl/ontology/hc/slot/policy_text
|
|
name: policy_text_slot
|
|
title: Policy Text Slot
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
schema: http://schema.org/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
policy_text:
|
|
slot_uri: schema:text
|
|
description: |
|
|
Full text content of a policy document.
|
|
|
|
**Ontological Alignment**:
|
|
- **Primary** (`slot_uri`): `schema:text` - Schema.org text content
|
|
- **Related**: `dcterms:description` - Dublin Core description
|
|
|
|
**Usage**:
|
|
Contains the complete policy text. For very long policies,
|
|
this may contain a summary with reference to full document.
|
|
|
|
range: string
|
|
required: false
|
|
multivalued: false
|
|
|
|
related_mappings:
|
|
- dcterms:description
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Policy text applies to all heritage types.
|
|
specificity_score: 0.4
|
|
specificity_rationale: Specialized slot for policy documentation.
|
|
|
|
examples:
|
|
- value: "Materials may not be transferred to institutions outside the Netherlands without donor consent."
|
|
description: "Transfer restriction policy text"
|