glam/schemas/20251121/linkml/modules/classes/Restriction.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

70 lines
No EOL
1.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/Restriction
name: Restriction
title: Restriction
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dct: http://purl.org/dc/terms/
crm: http://www.cidoc-crm.org/cidoc-crm/
default_prefix: hc
imports:
- linkml:types
- ../slots/restriction_reason
- ../slots/restriction_type
- ../slots/temporal_extent
- ./TimeSpan
classes:
Restriction:
class_uri: dct:RightsStatement
description: 'An access or use restriction on a resource.
**USAGE**:
Used for:
- Embargo periods (years restricted) with temporal extent
- Access restrictions
- Use limitations
**TEMPORAL MODELING**:
The temporal_extent slot uses TimeSpan (CIDOC-CRM E52) to model
when the restriction applies, with fuzzy boundary support:
- begin_of_the_begin: Earliest start of restriction
- end_of_the_end: Latest end of restriction period
'
slots:
- temporal_extent
slot_usage:
temporal_extent:
range: TimeSpan
attributes:
restriction_type:
range: string
examples:
- value: EMBARGO
- value: 25
restriction_reason:
range: string
exact_mappings:
- dct:RightsStatement
annotations:
specificity_score: '0.45'
specificity_rationale: Moderately specific - restrictions are common in heritage domain.
custodian_types: "['*']"
examples:
- value:
restriction_type: EMBARGO
restriction_reason: Privacy protection
temporal_extent:
begin_of_the_begin: '2025-01-01T00:00:00Z'
end_of_the_end: '2050-01-01T00:00:00Z'