- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form. - Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format. - Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
56 lines
1.5 KiB
YAML
56 lines
1.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/SoundArchive
|
|
name: SoundArchive
|
|
title: SoundArchive Type
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
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/
|
|
default_prefix: hc
|
|
imports:
|
|
- ../classes/AgentType
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_score
|
|
- ../slots/has_type
|
|
- ../slots/hold_record_set
|
|
- ../slots/related_to
|
|
classes:
|
|
SoundArchive:
|
|
description: Archive organization specialized in collecting, preserving, and providing access to sound recordings.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: schema:ArchiveOrganization
|
|
slots:
|
|
- has_type
|
|
- hold_record_set
|
|
- has_score
|
|
- related_to
|
|
- identified_by
|
|
exact_mappings:
|
|
- wd:Q2230431
|
|
close_mappings:
|
|
- rico:CorporateBody
|
|
- skos:Concept
|
|
broad_mappings:
|
|
- wd:Q166118
|
|
annotations:
|
|
label_de: Schallarchiv
|
|
label_es: fonoteca
|
|
label_fr: "phonoth\xE8que"
|
|
record_set_type: true
|
|
custodian_type: true
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slot_usage:
|
|
related_to:
|
|
range: WikidataAlignment
|
|
inlined: true
|
|
see_also:
|
|
- RadioArchive
|
|
- MediaArchive
|
|
- AudiovisualArchive
|
|
- MusicArchive
|
|
- AnimalSoundArchive
|