glam/schemas/20251121/linkml/modules/classes/ScientificArchive.yaml
kempersc 6251b84d11 Refactor schema definitions and enhance multilingual support
- Updated descriptions and comments across multiple classes to improve clarity and provide additional context.
- Added alternative descriptions and structured aliases for multilingual support in classes such as Restriction, RetrievalAgent, RetrievalEvent, and others.
- Improved the organization of comments and examples for better understanding of class usage and relationships.
- Introduced new enum for OAI-PMH verbs and a corresponding slot to indicate supported verbs by repository endpoints.
- Enhanced the RoomUnit class to clarify its purpose and usage patterns, including migration notes.
- General cleanup and standardization of annotations and slot usages across various classes.
2026-02-15 22:43:52 +01:00

55 lines
1.7 KiB
YAML

id: https://w3id.org/nde/ontology/ScientificArchive
name: ScientificArchive
title: Scientific Archive
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_scope
- ../slots/has_score
- ../slots/has_type
- ../slots/hold_record_set
classes:
ScientificArchive:
description: Archive organization that collects and preserves records of scientific research.
is_a: ArchiveOrganizationType
class_uri: schema:ArchiveOrganization
slots:
- has_type
- hold_record_set
- has_score
- identified_by
exact_mappings:
- wd:Q27032095
close_mappings:
- rico:CorporateBody
broad_mappings:
- wd:Q166118
- skos:Concept
slot_usage:
identified_by: null
annotations:
skos:prefLabel: Scientific Archive
skos:altLabel: Forschungsarchiv, archives scientifiques, Research Archive
subject_domain: science/research
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
see_also:
- AcademicArchive
- ResearchCenter
- InstitutionalRepository
comments:
- Forschungsarchiv (de)
- archives scientifiques (fr)
- Preserves scientific research materials (data, lab notebooks, correspondence, project documentation).
- Supports history of science research and, where applicable, reproducibility/traceability.
- May include long-term research data archives.