glam/schemas/20251121/linkml/modules/slots/note_date.yaml
kempersc b13674400f Refactor schema slots and classes for improved organization and clarity
- 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.
2026-01-14 12:14:07 +01:00

44 lines
1.1 KiB
YAML

# note_date - Date a note was created or updated
#
# 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_date
name: note_date_slot
title: Note Date Slot
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
note_date:
slot_uri: dcterms:date
range: date
description: |
The date when the note was created or last updated.
**ONTOLOGY ALIGNMENT**:
| Ontology | Property | Notes |
|----------|----------|-------|
| **DCTerms** | `dcterms:date` | Primary - date |
| **Schema.org** | `schema:dateCreated` | Related - creation date |
exact_mappings:
- dcterms:date
close_mappings:
- schema:dateCreated
examples:
- value: "2024-03-15"
description: Note created March 15, 2024
- value: "2024-06-01"
description: Note updated June 1, 2024