glam/schemas/20251121/linkml/modules/classes/Permission.yaml

67 lines
1.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/Permission
name: Permission
title: Permission Class
description: >-
Represents a specific permission/authorization requirement for accessing
heritage materials.
**USE CASES**:
- Bishop's permission for diocesan archive access
- Institutional affiliation for research library
- Security clearance for government archives
**EXAMPLE**:
```yaml
Permission:
has_type: BishopsPermission
has_description: "Written permission from the diocesan bishop required"
temporal_extent:
begin_of_the_begin: "2000-01-01"
```
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
rico: https://www.ica.org/standards/RiC/ontology#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_description
- ../slots/has_type
- ../slots/temporal_extent
classes:
Permission:
class_uri: rico:AccessCondition
description: >-
A permission or authorization requirement for accessing materials.
exact_mappings:
- rico:AccessCondition
slots:
- has_type
- has_description
- temporal_extent
slot_usage:
has_type:
# range: string # uriorcurie
required: true
examples:
- value: BishopsPermission
has_description:
# range: string
examples:
- value: "Written permission from the diocesan bishop required for access to personnel files"
temporal_extent:
range: TimeSpan
inlined: true
examples:
- value:
has_type: BishopsPermission
has_description: "Written permission from the diocesan bishop required"
- value:
has_type: InstitutionalAffiliation
has_description: "Must be affiliated with accredited research institution"
annotations:
custodian_types: '["*"]'
specificity_score: 0.5