- Removed deprecated slots: appraisal_notes, branch_id, is_or_was_real. - Introduced new slots: has_or_had_notes, has_or_had_provenance. - Created Notes class to encapsulate note-related metadata. - Archived removed slots and classes in accordance with the new archive folder convention. - Updated slot_fixes.yaml to reflect migration status and details. - Enhanced documentation for new slots and classes, ensuring compliance with ontology alignment. - Added new slots for note content, date, and type to support the Notes class.
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
# note_content - Textual content of a note
|
|
#
|
|
# Generation date: 2026-01-14
|
|
# Rule compliance: 38 (slot centralization)
|
|
# Migration: Supports Notes class (replaces appraisal_notes)
|
|
|
|
id: https://nde.nl/ontology/hc/slot/note_content
|
|
name: note_content_slot
|
|
title: Note Content Slot
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
default_prefix: hc
|
|
|
|
slots:
|
|
note_content:
|
|
slot_uri: rdf:value
|
|
range: string
|
|
description: |
|
|
The textual content of a note.
|
|
|
|
**ONTOLOGY ALIGNMENT**:
|
|
|
|
| Ontology | Property | Notes |
|
|
|----------|----------|-------|
|
|
| **RDF** | `rdf:value` | Primary - literal value |
|
|
| **SKOS** | `skos:note` | Related - note text |
|
|
|
|
exact_mappings:
|
|
- rdf:value
|
|
close_mappings:
|
|
- skos:note
|
|
examples:
|
|
- value: "Retained all policy files; destroyed duplicate copies per retention schedule."
|
|
description: Appraisal note content
|
|
- value: "Maintained original order by correspondent. Created 5 series by function."
|
|
description: Arrangement note content
|