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

27 lines
887 B
YAML

id: https://nde.nl/ontology/hc/class/Schema
name: Schema
title: Schema
description: A metadata schema, standard, or format (e.g., EAD, MARC, Dublin Core).
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
skos: http://www.w3.org/2004/02/skos/core#
imports:
- linkml:types
- ../slots/has_description
- ../slots/has_label
default_prefix: hc
classes:
Schema:
class_uri: dcterms:Standard
comments:
- Migration note (Rule 53): created to replace legacy finding_aids_format slot usage.
- Models the standard itself (e.g., EAD, MARC, Dublin Core), not a particular schema instance document.
slots:
- has_label
- has_description
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"