Apply same RiC-O-style slot naming refactor to /schemas/20251121/linkml/ that was previously applied to frontend/public/schemas/: - Add 'has_' prefix for possession predicates - Add 'is_or_was_' prefix for temporal inverse relationships - Add 'has_or_had_' for bidirectional temporal relations - Add new slots: is_or_was_aggregated_by, is_or_was_allocated_by, etc. - Update count slots with proper descriptions This ensures consistency between the source schema directory and the frontend-served schemas. 514 files changed, +6,325 insertions, -4,255 deletions
98 lines
3.1 KiB
YAML
98 lines
3.1 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
|
|
description: 'Wikidata alignment: Q4431094 ()'
|
|
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
|
|
description: 'Wikidata alignment: Q4431094 ()'
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
see_also:
|
|
- SpecialCollection
|