glam/schemas/20251121/linkml/modules/classes/SpecialCollection.yaml
kempersc 846a6cdcec Add new Record Set Types for various archival collections
- Introduced SoundArchiveRecordSetType, SpecialCollectionRecordSetType, SpecializedArchiveRecordSetType, SpecializedArchivesCzechiaRecordSetType, StateArchivesRecordSetType, StateArchivesSectionRecordSetType, StateDistrictArchiveRecordSetType, StateRegionalArchiveCzechiaRecordSetType, TelevisionArchiveRecordSetType, TradeUnionArchiveRecordSetType, UniversityArchiveRecordSetType, VereinsarchivRecordSetType, VerlagsarchivRecordSetType, VerwaltungsarchivRecordSetType, WebArchiveRecordSetType, and WomensArchivesRecordSetType.
- Each new type includes appropriate metadata, slots, and relationships to existing classes.
- Implemented a script to detect and fix Type class violations in LinkML files.
2026-01-12 15:20:29 +01:00

65 lines
2.2 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
- ./SpecialCollectionRecordSetType
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
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