YAML arrays in LinkML annotations must be quoted strings to ensure proper parsing. This change quotes all custodian_types annotations from the raw array format to quoted string format. Before: custodian_types: ["A", "G"] After: custodian_types: '["A", "G"]' Affected: 50+ class files in modules/classes/ Also updates: manifest.json, 01_custodian_name_modular.yaml
69 lines
2.2 KiB
YAML
69 lines
2.2 KiB
YAML
# SoundArchive - Collection of sounds
|
|
# Wikidata: Q2230431
|
|
# Generated from ArchiveTypeEnum refactoring
|
|
|
|
id: https://nde.nl/ontology/hc/class/SoundArchive
|
|
name: SoundArchive
|
|
title: SoundArchive Type
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
|
|
classes:
|
|
SoundArchive:
|
|
description: >-
|
|
A heritage custodian specialized in collecting, preserving, and providing
|
|
access to audio recordings and sound materials. Sound archives (also known
|
|
as phonothèques or fonotecas) hold diverse audio collections including music
|
|
recordings, oral histories, radio broadcasts, field recordings, and other
|
|
audio documentation of cultural significance.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
annotations:
|
|
custodian_types: '["A"]'
|
|
custodian_types_rationale: "SoundArchive is a specialized archive type for audio materials - maps to ARCHIVE type (A)"
|
|
wikidata: Q2230431
|
|
label_de: "Schallarchiv"
|
|
label_es: "fonoteca"
|
|
label_fr: "phonothèque"
|
|
rico_record_set_type: true
|
|
custodian_type: true
|
|
slots:
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_equivalent:
|
|
equals_string: Q2230431
|
|
attributes:
|
|
audio_format_types:
|
|
description: Types of audio formats in the collection (vinyl, tape, digital, etc.)
|
|
range: string
|
|
multivalued: true
|
|
subject_focus:
|
|
description: Subject areas of audio collection (music, oral history, nature sounds, etc.)
|
|
range: string
|
|
multivalued: true
|
|
see_also:
|
|
- RadioArchive
|
|
- MediaArchive
|
|
- AudiovisualArchive
|
|
- MusicArchive
|
|
- AnimalSoundArchive
|
|
|
|
# rico:RecordSetType for collection classification
|
|
SoundArchiveRecordSetType:
|
|
description: >-
|
|
A rico:RecordSetType for classifying collections of sound recordings and
|
|
audio materials within heritage institutions.
|
|
is_a: CollectionType
|
|
class_uri: rico:RecordSetType
|
|
slots:
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_equivalent:
|
|
equals_string: Q2230431
|
|
see_also:
|
|
- SoundArchive
|
|
annotations:
|
|
wikidata: Q2230431
|
|
linked_custodian_type: SoundArchive
|