glam/schemas/20251121/linkml/modules/classes/SoundArchive.yaml
kempersc 626bd3a095 refactor(schemas): apply naming conventions to 261 class files
- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots
- Apply Rule 43: Singular noun convention (keywords → keyword)
- Update slot references to match renamed slot files
- Maintain schema integrity across all class definitions
2026-01-10 15:36:33 +01:00

107 lines
3.3 KiB
YAML

id: https://nde.nl/ontology/hc/class/SoundArchive
name: SoundArchive
title: SoundArchive Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
rico: https://www.ica.org/standards/RiC/ontology#
skos: http://www.w3.org/2004/02/skos/core#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
- ./ArchiveOrganizationType
- ./SoundArchiveRecordSetTypes
- ../slots/has_or_had_holds_record_set_type
- ../slots/has_or_had_custodian_type
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_alignment
- ../slots/wikidata_entity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./WikidataAlignment
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: schema:ArchiveOrganization
slots:
- has_or_had_custodian_type
- has_or_had_holds_record_set_type
- specificity_annotation
- template_specificity
- wikidata_alignment
- wikidata_entity
exact_mappings:
- wd:Q2230431
close_mappings:
- rico:CorporateBody
- skos:Concept
broad_mappings:
- wd:Q166118
annotations:
label_de: Schallarchiv
label_es: fonoteca
label_fr: phonothèque
record_set_type: true
custodian_type: true
slot_usage:
wikidata_equivalent:
equals_string: Q2230431
has_or_had_custodian_type:
equals_expression: '["hc:ArchiveOrganizationType"]'
wikidata_alignment:
range: WikidataAlignment
inlined: true
description: 'Wikidata alignment: Q2230431 ()'
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
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
SoundArchiveRecordSetType:
description: A rico:RecordSetType for classifying collections of sound recordings
and audio materials within heritage institutions.
is_a: CollectionType
class_uri: rico:RecordSetType
slot_usage:
wikidata_equivalent:
equals_string: Q2230431
wikidata_alignment:
range: WikidataAlignment
inlined: true
description: 'Wikidata alignment: Q2230431 ()'
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
see_also:
- SoundArchive
slots:
- specificity_annotation
- template_specificity
- wikidata_alignment