- Created new YAML files for audience size and audience type slots, defining their properties and annotations. - Added archived capacity slots including cubic meters, linear meters, item count, and descriptions, with appropriate URIs and ranges. - Introduced a template specificity slot for context-aware RAG filtering. - Consolidated capacity-related slots into a unified structure, including has_or_had_capacity, capacity_type, and capacity_value, with detailed descriptions and examples.
77 lines
3.1 KiB
YAML
77 lines
3.1 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/hold_or_held_record_set_type
|
|
- ../slots/has_or_had_custodian_type
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- ../slots/is_or_was_related_to # was: wikidata_alignment - migrated per Rule 53 (2026-01-15)
|
|
- ../slots/has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
|
|
- ./WikiDataIdentifier # for has_or_had_identifier range
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
|
|
|
|
- ./TemplateSpecificityType
|
|
|
|
- ./TemplateSpecificityTypes
|
|
- ./WikidataAlignment
|
|
- ./WikiDataEntry # for is_or_was_related_to range (2026-01-15)
|
|
- ./SoundArchiveRecordSetType
|
|
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
|
|
- hold_or_held_record_set_type
|
|
- specificity_annotation
|
|
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- is_or_was_related_to # was: wikidata_alignment - migrated per Rule 53 (2026-01-15)
|
|
- has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
|
|
exact_mappings:
|
|
- wd:Q2230431 # Wikidata (was: slot_usage wikidata_equivalent - migrated per Rule 53, 2026-01-17)
|
|
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:
|
|
has_or_had_custodian_type:
|
|
equals_expression: '["hc:ArchiveOrganizationType"]'
|
|
is_or_was_related_to: # was: wikidata_alignment - migrated per Rule 53 (2026-01-15)
|
|
range: WikidataAlignment
|
|
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
|