Schema Improvements: - Fix YAML import indentation across 800+ class files (sed: '^- ../' → ' - ../') - Add descriptions to 26 inline slots missing them (lint warnings) - Fix malformed imports in BirthPlace.yaml and CustodianObservation.yaml Validation Results: - linkml-lint: 4 warnings (intentional SCREAMING_CASE tier names) - gen-owl: SUCCESS (164,069 lines generated) - gen-json-schema: SUCCESS (9.4MB generated) Files affected: 1,034 files, +23,908 -15,200 lines
71 lines
2.7 KiB
YAML
71 lines
2.7 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/is_or_was_related_to # was: wikidata_alignment - migrated per Rule 53 (2026-01-15)
|
|
- ../slots/has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
|
|
- ./WikiDataIdentifier # for has_or_had_identifier range
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
- ./WikidataAlignment
|
|
- ./WikiDataEntry # for is_or_was_related_to range (2026-01-15)
|
|
- ./SpecialCollectionRecordSetType
|
|
- ../slots/label_de
|
|
- ../slots/label_es
|
|
- ../slots/label_fr
|
|
- ../slots/record_set_type
|
|
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
|
|
- is_or_was_related_to # was: wikidata_alignment - migrated per Rule 53 (2026-01-15)
|
|
- has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
|
|
slot_usage:
|
|
wikidata_equivalent:
|
|
equals_string: Q4431094
|
|
has_or_had_custodian_type:
|
|
equals_expression: '["hc:LibraryType", "hc:ArchiveOrganizationType"]'
|
|
is_or_was_related_to: # was: wikidata_alignment - migrated per Rule 53 (2026-01-15)
|
|
range: WikidataAlignment
|
|
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
|