glam/schemas/20251121/linkml/modules/classes/AnimalSoundArchive.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

112 lines
3.6 KiB
YAML

id: https://nde.nl/ontology/hc/class/AnimalSoundArchive
name: AnimalSoundArchive
title: Animal Sound Archive Type
prefixes:
linkml: https://w3id.org/linkml/
imports:
- linkml:types
- ./ArchiveOrganizationType
- ./CollectionType
- ./AnimalSoundArchiveRecordSetTypes
- ../slots/has_or_had_holds_record_set_type
- ../slots/has_or_had_custodian_type
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_alignment
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./WikidataAlignment
classes:
AnimalSoundArchive:
is_a: ArchiveOrganizationType
class_uri: skos:Concept
slots:
- has_or_had_holds_record_set_type
- specificity_annotation
- template_specificity
description: |
Archive specializing in animal sound recordings for research and preservation.
**Wikidata**: Q18574935
**Scope**:
Animal sound archives (Tierstimmenarchive) preserve:
- Bioacoustic recordings of wildlife
- Species identification recordings
- Environmental soundscapes with animal vocalizations
- Scientific research recordings
- Educational materials for species identification
**Scientific Context**:
These archives support:
- Biodiversity monitoring and conservation
- Species identification and taxonomy
- Behavioral ecology research
- Environmental impact assessment
- Educational outreach
**Related Types**:
- SoundArchive (Q2230431) - Broader audio collection type
- ScientificArchive (Q27032095) - Research-focused archives
**Notable Examples**:
- Tierstimmenarchiv (Museum für Naturkunde Berlin)
- Macaulay Library (Cornell Lab of Ornithology)
- British Library Sound Archive wildlife collection
slot_usage:
wikidata_entity:
description: |
Should be Q18574935 for this type.
Narrower than Q2230431 (sound archive).
pattern: ^Q[0-9]+$
equals_string: Q18574935
record_type:
description: |
Typically includes: bioacoustic recordings, species vocalizations,
environmental soundscapes, field recordings, research data.
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
exact_mappings:
- skos:Concept
close_mappings:
- schema:ArchiveOrganization
- rico:CorporateBody
comments:
- Specialized sound archive for bioacoustic and wildlife recordings
- Often affiliated with natural history museums or research institutions
- 'Part of dual-class pattern: custodian type + rico:RecordSetType'
- Important for biodiversity conservation and scientific research
see_also:
- SoundArchive
- ScientificArchive
AnimalSoundArchiveRecordSetType:
description: A rico:RecordSetType for classifying collections of animal sound
archive materials within heritage institutions.
is_a: CollectionType
class_uri: rico:RecordSetType
slot_usage:
wikidata_equivalent:
equals_string: Q18574935
has_or_had_custodian_type:
equals_expression: '["hc:ArchiveOrganizationType"]'
wikidata_alignment:
range: WikidataAlignment
inlined: true
description: 'Wikidata alignment: Q18574935 ()'
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
see_also:
- AnimalSoundArchive
slots:
- has_or_had_custodian_type
- specificity_annotation
- template_specificity
- wikidata_alignment