Extends migration to all class types (museums, libraries, galleries, etc.) New slots added to class_metadata_slots.yaml: - RiC-O: rico_record_set_type, rico_organizational_principle, rico_has_or_had_holder, rico_note - Multilingual: label_de, label_es, label_fr, label_nl, label_it, label_pt - Scope: scope_includes, scope_excludes, custodian_only, organizational_level, geographic_restriction - Notes: privacy_note, preservation_note, legal_note Migration script now handles 30+ annotation types. All migrated schemas pass linkml-validate. Total: 387 class files now use proper slots instead of annotations.
56 lines
1.9 KiB
YAML
56 lines
1.9 KiB
YAML
id: https://w3id.org/nde/ontology/InstitutionalRepository
|
|
name: InstitutionalRepository
|
|
title: Institutional Repository
|
|
classes:
|
|
InstitutionalRepository:
|
|
description: Archive of publications by an institution's staff. Institutional
|
|
repositories (IRs) collect, preserve, and provide open access to the scholarly
|
|
output of an institution, typically a university or research organization. They
|
|
include publications, theses, datasets, and other research outputs. IRs are
|
|
usually digital platforms that support open access principles.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
mixins:
|
|
- DigitalPlatformType
|
|
slots:
|
|
- custodian_types
|
|
- custodian_types_rationale
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_entity:
|
|
equals_string: Q1065413
|
|
platform_type_id:
|
|
identifier: false
|
|
custodian_types:
|
|
equals_expression: '["A"]'
|
|
custodian_types_rationale:
|
|
equals_string: InstitutionalRepository is an archival institution - maps to
|
|
ARCHIVE (A)
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
annotations:
|
|
skos:prefLabel: Institutional Repository
|
|
skos:altLabel: Instituts-Repository, repositorio institucional, dépôt institutionnel,
|
|
IR
|
|
platform_type: digital repository
|
|
access_model: open access
|
|
see_also:
|
|
- DigitalArchive
|
|
- AcademicArchive
|
|
- UniversityArchive
|
|
- ResearchDataRepository
|
|
comments:
|
|
- Instituts-Repository (de)
|
|
- repositorio institucional (es)
|
|
- dépôt institutionnel (fr)
|
|
- Primarily digital platform for scholarly output
|
|
- Supports open access to research publications
|
|
- Often uses DSpace, EPrints, or similar software
|
|
imports:
|
|
- ../slots/class_metadata_slots
|