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

43 lines
1.4 KiB
YAML

id: https://nde.nl/ontology/hc/classes/Scope
name: Scope
title: Scope
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dct: http://purl.org/dc/terms/
schema: http://schema.org/
imports:
- linkml:types
- ../slots/has_type
- ../slots/has_description
default_prefix: hc
# default_range: string
classes:
Scope:
description: Coverage or scope information for a collection, service, or institution.
class_uri: dct:Coverage
broad_mappings:
- schema:Thing
slots:
- has_type
- has_description
slot_usage:
has_type:
description: Reference to a ScopeType concept describing the scope dimension.
examples:
- value: hc:TemporalScope
- value: hc:SpatialScope
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Scope information applicable to all custodian types.
custodian_types_primary: '*'
specificity_score: 0.3
specificity_rationale: Low-moderate specificity - common metadata concept.
comments:
- "Common scope dimensions: temporal (time period), spatial (geographic coverage), subject (topic areas), material (media/types), linguistic (languages/scripts), institutional (sectors/levels)."
examples:
- value:
has_type:
- hc:TemporalScope
has_description: 1600-1700
description: Temporal scope expressed as a date range.