glam/schemas/20251121/linkml/modules/classes/AccessLevel.yaml
kempersc 4516e9ae23 Enhance accreditation and acquisition schemas with detailed descriptions, examples, and multilingual support
- Updated Accreditation class with comprehensive descriptions, alt_descriptions in multiple languages, and examples of accreditation types.
- Revised AccreditationBody class to clarify its role and added multilingual alt_descriptions.
- Improved AccreditationEvent class to detail the processes involved in granting accreditation, including temporal aspects and examples.
- Expanded Accumulation class to define the period of record gathering with examples and multilingual support.
- Enhanced AccuracyLevel class to provide a clearer definition of accuracy assessments with examples and multilingual descriptions.
- Refined Acquisition class to capture the event of obtaining objects for collections, including methods and examples.
- Updated AcquisitionEvent class to document the transfer of materials, including origin and method, with examples and multilingual support.
- Improved AcquisitionMethod class to categorize acquisition methods with detailed descriptions and examples.
- Added a new rule for verifying Wikidata mappings to ensure semantic accuracy and relevance.
2026-02-14 23:09:30 +01:00

90 lines
3 KiB
YAML

id: https://nde.nl/ontology/hc/class/AccessLevel
name: AccessLevel
title: Access Level
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_label
classes:
AccessLevel:
description: >-
Category indicating the degree of restriction on viewing or consulting
materials, ranging from fully open to completely closed.
alt_descriptions:
nl: >-
Categorie die de mate van beperking voor het bekijken of raadplegen van
materialen aangeeft, variërend van volledig open tot volledig gesloten.
de: >-
Kategorie, die den Grad der Einschraenkung fuer die Einsicht oder
Konsultation von Materialien angibt, von vollstaendig offen bis
vollstaendig gesperrt.
fr: >-
Categorie indiquant le degre de restriction pour la consultation ou
l'examen de documents, allant de completement ouvert a entierement ferme.
es: >-
Categoria que indica el grado de restriccion para ver o consultar materiales,
desde completamente abierto hasta completamente cerrado.
ar: >-
فئة تشير إلى درجة التقييد في عرض أو استشارة المواد، تتراوح من
المفتوح بالكامل إلى المغلق بالكامل.
id: >-
Kategori yang menunjukkan tingkat pembatasan untuk melihat atau
mengonsultasikan materi, mulai dari sepenuhnya terbuka hingga sepenuhnya
tertutup.
zh: >-
表示查看或查阅材料限制程度的类别,从完全开放到完全封闭。
examples:
- value:
has_label: Public Open
description: No restrictions, walk-in access
- value:
has_label: Researchers Only
description: Restricted to credentialed researchers
- value:
has_label: Staff Only
description: Internal access only
- value:
has_label: Embargoed
description: Time-limited closure
- value:
has_label: Permanently Closed
description: No access permitted
class_uri: skos:Concept
slots:
- has_label
structured_aliases:
- literal_form: toegangsniveau
in_language: nl
- literal_form: Zugriffsebene
in_language: de
- literal_form: niveau d'acces
in_language: fr
- literal_form: nivel de acceso
in_language: es
- literal_form: مستوى الوصول
in_language: ar
- literal_form: tingkat akses
in_language: id
- literal_form: 访问级别
in_language: zh
keywords:
- public access
- restricted access
- embargoed
- closed
- confidential
- staff only
- researchers only
broad_mappings:
- skos:Concept
comments:
- Often used as controlled vocabulary for access policy levels
- May map to institutional security classifications
annotations:
specificity_score: "0.3"
specificity_rationale: Specific to access restriction taxonomy
custodian_types: "['*']"