glam/schemas/20251121/linkml/modules/classes/Index.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

92 lines
3 KiB
YAML

id: https://nde.nl/ontology/hc/class/Index
name: index_class
title: Index Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_or_had_description
- ../slots/has_or_had_identifier
- ../slots/has_or_had_label
- ./IndexType
classes:
Index:
class_uri: hc:Index
description: 'A structured representation of an index, table of contents, or navigation structure.
**USAGE**:
Replaces simple string-based `table_of_content` slot per Rule 53/56 to enable:
- Hierarchical entry structures (chapters, sections, subsections)
- Page/location references
- Multiple index types (TOC, subject index, name index)
- Provenance tracking
**INDEX TYPES**:
- TableOfContents: Chapter/section listings for publications
- SubjectIndex: Alphabetical subject listings
- NameIndex: Author/person name listings
- ChronologicalIndex: Date-ordered entries
- TopicalIndex: Thematic groupings
**HERITAGE CONTEXT**:
Indices in exhibition catalogs, collection guides, archival finding aids,
and other heritage publications.
'
slots:
- has_or_had_identifier
- has_or_had_label
- has_or_had_description
slot_usage:
has_or_had_identifier:
has_or_had_label:
multivalued: true
inlined_as_list: true
annotations:
specificity_score: 0.55
specificity_rationale: 'Indices are moderately specific - used in publications, catalogs,
finding aids but not universally across all heritage entities.
'
migration_source: table_of_content slot
migration_date: '2026-01-16'
migration_rule: Rule 53/56
custodian_types: "['*']"
examples:
- value:
has_or_had_identifier: hc:index/exhibition-catalog-2024-toc
has_or_had_label:
- Table of Contents@en
- Inhoudsopgave@nl
- entry_label: Introduction
- entry_label: 'Chapter 1: Origins'
- entry_label: 1.1 Early Collections
- value:
has_or_had_identifier: hc:index/catalog-subject-index
has_or_had_label:
- Subject Index@en
- entry_label: Art, Dutch Golden Age
- entry_label: Ceramics, Delftware
comments:
- Replaces string-based table_of_content per Rule 53/56 (2026-01-16)
- Enables hierarchical and typed index structures
IndexEntry:
class_uri: hc:IndexEntry
description: 'A single entry in an index.
'
attributes:
slots:
has_or_had_index_type:
slot_uri: hc:hasOrHadIndexType
description: 'The type of index (table of contents, subject index, name index, etc.).
'
range: IndexType
examples:
- value: hc:index-type/table-of-contents
index_entry:
slot_uri: hc:indexEntry
description: 'An entry in this index. Each entry has a label, optional page/location reference,
and optional hierarchy level.
'
range: IndexEntry
multivalued: true
inlined_as_list: true