- Updated descriptions and titles for CantonalArchiveRecordSetType and CantonalArchiveRecordSetTypes to improve clarity and consistency. - Added multilingual alt_descriptions and structured_aliases for better accessibility and understanding across languages. - Refined slot usage and annotations for CantonalGovernmentFonds and CantonalLegislationCollection to align with RiC-O principles. - Enhanced Capacity class with detailed descriptions, alt_descriptions, and structured_aliases for various capacity types, including Volume, Shelf Length, Floor Area, Item Count, Weight, and Seating capacities. - Introduced a new rule for describing archive organization types to emphasize their institutional context rather than just record types.
121 lines
4.2 KiB
YAML
121 lines
4.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/Authentication
|
|
name: Authentication
|
|
title: Authentication
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/require
|
|
- ../slots/has_label
|
|
- ../slots/has_description
|
|
default_prefix: hc
|
|
classes:
|
|
Authentication:
|
|
class_uri: hc:Authentication
|
|
description: >-
|
|
Authentication requirements or status for accessing resources.
|
|
|
|
Defines authentication mechanisms, requirements, or current status
|
|
for accessing heritage custodian systems, APIs, or digital resources.
|
|
alt_descriptions:
|
|
nl:
|
|
text: >-
|
|
Authenticatievereisten of -status voor toegang tot bronnen.
|
|
|
|
Definieert authenticatiemechanismen, vereisten of huidige status
|
|
voor toegang tot systemen, API's of digitale bronnen van erfgoedbeheerders.
|
|
de:
|
|
text: >-
|
|
Authentifizierungsanforderungen oder -status für den Zugriff auf Ressourcen.
|
|
|
|
Definiert Authentifizierungsmechanismen, Anforderungen oder aktuellen Status
|
|
für den Zugriff auf Systeme, APIs oder digitale Ressourcen von Kulturgüterverwaltern.
|
|
fr:
|
|
text: >-
|
|
Exigences ou état d'authentification pour l'accès aux ressources.
|
|
|
|
Définit les mécanismes, exigences ou état actuel d'authentification
|
|
pour l'accès aux systèmes, API ou ressources numériques des dépositaires du patrimoine.
|
|
es:
|
|
text: >-
|
|
Requisitos o estado de autenticación para acceder a recursos.
|
|
|
|
Define mecanismos, requisitos o estado actual de autenticación
|
|
para acceder a sistemas, API o recursos digitales de custodios del patrimonio.
|
|
ar:
|
|
text: >-
|
|
متطلبات أو حالة المصادقة للوصول إلى الموارد.
|
|
|
|
تحدد آليات المصادقة والمتطلبات أو الحالة الحالية
|
|
للوصول إلى أنظمة أو واجهات برمجة التطبيقات أو الموارد الرقمية لأمناء التراث.
|
|
id:
|
|
text: >-
|
|
Persyaratan atau status autentikasi untuk mengakses sumber daya.
|
|
|
|
Mendefinisikan mekanisme, persyaratan, atau status autentikasi saat ini
|
|
untuk mengakses sistem, API, atau sumber daya digital pengelola warisan.
|
|
zh:
|
|
text: >-
|
|
访问资源的认证要求或状态。
|
|
|
|
定义访问遗产保管人系统、API或数字资源的认证机制、要求或当前状态。
|
|
examples:
|
|
- value:
|
|
has_label: API Key Required
|
|
require: api_key
|
|
description: API key authentication required
|
|
- value:
|
|
has_label: OAuth 2.0
|
|
require: oauth2
|
|
description: OAuth 2.0 authentication
|
|
- value:
|
|
has_label: Open Access
|
|
require: none
|
|
description: No authentication required
|
|
broad_mappings:
|
|
- skos:Concept
|
|
structured_aliases:
|
|
- literal_form: authenticatie
|
|
in_language: nl
|
|
- literal_form: Authentifizierung
|
|
in_language: de
|
|
- literal_form: authentification
|
|
in_language: fr
|
|
- literal_form: autenticación
|
|
in_language: es
|
|
- literal_form: المصادقة
|
|
in_language: ar
|
|
- literal_form: autentikasi
|
|
in_language: id
|
|
- literal_form: 认证
|
|
in_language: zh
|
|
keywords:
|
|
- authentication
|
|
- access control
|
|
- login
|
|
- API key
|
|
- OAuth
|
|
- security
|
|
slots:
|
|
- require
|
|
- has_label
|
|
- has_description
|
|
slot_usage:
|
|
require:
|
|
required: false
|
|
examples:
|
|
- value: api_key
|
|
- value: oauth2
|
|
- value: basic_auth
|
|
- value: none
|
|
annotations:
|
|
specificity_score: "0.25"
|
|
specificity_rationale: "Authentication is broadly applicable to digital platform access."
|
|
custodian_types: "['*']"
|
|
auth_types: "api_key, oauth2, basic_auth, openid_connect, none"
|
|
comments:
|
|
- Defines authentication requirements for system access
|
|
- May specify required authentication method
|
|
- "none" indicates open access without authentication
|