- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases. - Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
33 lines
1,021 B
YAML
33 lines
1,021 B
YAML
id: https://w3id.org/nde/ontology/InstitutionalRepository
|
|
name: InstitutionalRepository
|
|
title: Institutional Repository Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_type
|
|
- ../slots/has_score
|
|
classes:
|
|
InstitutionalRepository:
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: schema:DigitalLibrary
|
|
description: Digital repository service for preserving and publishing institutional scholarly output.
|
|
exact_mappings:
|
|
- schema:DigitalLibrary
|
|
close_mappings:
|
|
- skos:Concept
|
|
slots:
|
|
- identified_by
|
|
- has_type
|
|
- has_score
|
|
annotations:
|
|
platform_type: digital repository
|
|
access_model: open access
|
|
specificity_score: 0.5
|
|
specificity_rationale: Institution-linked digital repository model for publications and datasets.
|
|
custodian_types: '["*"]'
|