77 lines
2.8 KiB
YAML
77 lines
2.8 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_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
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:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
slot_usage:
|
|
identified_by: null
|
|
has_label:
|
|
multivalued: 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:
|
|
identified_by: hc:index/exhibition-catalog-2024-toc
|
|
has_label:
|
|
- Table of Contents@en
|
|
- Inhoudsopgave@nl
|
|
- entry_label: Introduction
|
|
- entry_label: 'Chapter 1: Origins'
|
|
- entry_label: 1.1 Early Collections
|
|
- value:
|
|
identified_by: hc:index/catalog-subject-index
|
|
has_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. '
|
|
slots:
|
|
has_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
|