- Fix scope_note → finding_aid_scope_note in FindingAid.yaml - Remove duplicate wikidata_entity slot from CustodianType.yaml (import instead) - Remove duplicate rico_record_set_type from class_metadata_slots.yaml - Fix range types for equals_string compatibility (uriorcurie → string) - Move class names from close_mappings to see_also in 10 RecordSetTypes files - Generate all RDF formats: OWL, N-Triples, RDF/XML, N3, JSON-LD context - Sync schemas to frontend/public/schemas/ Files: 1,151 changed (includes prior CustodianType migration)
95 lines
3.1 KiB
YAML
95 lines
3.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/SpecialCollection
|
|
name: SpecialCollection
|
|
title: SpecialCollection Type
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
- ../slots/class_metadata_slots
|
|
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:
|
|
- custodian_types
|
|
- custodian_types_rationale
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- wikidata_alignment
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_equivalent:
|
|
equals_string: Q4431094
|
|
custodian_types:
|
|
equals_expression: '["hc:LibraryType", "hc:ArchiveOrganizationType"]'
|
|
custodian_types_rationale:
|
|
equals_string: Special collections are typically in libraries (L) or archives
|
|
(A).
|
|
wikidata_alignment:
|
|
range: WikidataAlignment
|
|
inlined: true
|
|
description: 'Wikidata alignment: Q4431094 ()'
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
rico_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
|
|
access_restrictions:
|
|
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
|