glam/schemas/20251121/linkml/modules/classes/SpecialCollection.yaml
kempersc 0d5d48568d refactor(schema): centralize slot definitions per Rule 38
- Remove slot_uri, description, mappings from slot_usage sections
- Move these properties to centralized slot files in modules/slots/
- Keep only class-specific overrides in slot_usage (required, inlined, examples)
- Update 1,499 centralized slot files with enriched definitions
- Clean 188 class files

Violations fixed:
- slot_uri in slot_usage: 1,676 → 0
- description in slot_usage: 2,287 → 0 (moved to centralized)

Schema still validates: 816 classes, 2028 slots, 127 enums
2026-01-11 23:27:17 +01:00

94 lines
3 KiB
YAML

id: https://nde.nl/ontology/hc/class/SpecialCollection
name: SpecialCollection
title: SpecialCollection Type
imports:
- linkml:types
- ./ArchiveOrganizationType
- ../slots/has_or_had_custodian_type
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_alignment
- ../slots/wikidata_entity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./WikidataAlignment
classes:
SpecialCollection:
description: A library or library unit that houses materials requiring specialized security and user services, or whose
relationship (period, subject, format, provenance, etc.) is to be preserved as a distinct collection. Special collections
typically include rare books, manuscripts, archives, maps, photographs, and other unique or valuable materials that
require special handling, storage, and access conditions.
is_a: ArchiveOrganizationType
class_uri: skos:Concept
mixins:
- LibraryType
slots:
- has_or_had_custodian_type
- specificity_annotation
- template_specificity
- wikidata_alignment
- wikidata_entity
slot_usage:
wikidata_equivalent:
equals_string: Q4431094
has_or_had_custodian_type:
equals_expression: '["hc:LibraryType", "hc:ArchiveOrganizationType"]'
wikidata_alignment:
range: WikidataAlignment
inlined: true
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
record_set_type:
equals_string: 'True'
label_de:
equals_string: Spezialsammlung
label_es:
equals_string: colección especial
label_fr:
equals_string: fonds spéciaux
custodian_type:
equals_expression: 'true'
attributes:
collection_strengths:
description: Subject or format strengths of the special collection
range: string
multivalued: true
has_or_had_access_restriction:
description: Special access requirements or restrictions
range: string
reading_room_required:
description: Whether materials must be used in a supervised reading room
range: boolean
see_also:
- RareBookLibrary
- ManuscriptCollection
- MapLibrary
- PhotographCollection
SpecialCollectionRecordSetType:
description: A rico:RecordSetType for classifying special collections requiring specialized security, handling, and user
services.
is_a: CollectionType
class_uri: rico:RecordSetType
slots:
- specificity_annotation
- template_specificity
- wikidata_alignment
- wikidata_entity
slot_usage:
wikidata_equivalent:
equals_string: Q4431094
wikidata_alignment:
range: WikidataAlignment
inlined: true
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
see_also:
- SpecialCollection