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

83 lines
2.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/AccountIdentifier
name: AccountIdentifier
title: Account Identifier
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_value
classes:
AccountIdentifier:
description: >-
Unique identifier for a user account within a heritage institution's
registration or access management system.
alt_descriptions:
nl: >-
Unieke identificator voor een gebruikersaccount binnen het registratie-
of toegangsbeheersysteem van een erfgoedinstelling.
de: >-
Eindeutiger Identifikator fuer ein Benutzerkonto innerhalb des
Registrierungs- oder Zugriffsverwaltungssystems einer
Kulturerbeeinrichtung.
fr: >-
Identifiant unique pour un compte utilisateur dans le systeme
d'enregistrement ou de gestion des acces d'une institution patrimoniale.
es: >-
Identificador unico para una cuenta de usuario dentro del sistema de
registro o gestion de acceso de una institucion patrimonial.
ar: >-
معرف فريد لحساب مستخدم ضمن نظام التسجيل أو إدارة الوصول لمؤسسة تراثية.
id: >-
Pengenal unik untuk akun pengguna dalam sistem pendaftaran atau manajemen
akses lembaga warisan.
zh: >-
遗产机构注册或访问管理系统中用户账户的唯一标识符。
examples:
- value:
has_value: READER-2024-00123
description: Reader registration identifier
- value:
has_value: api-key-abc123xyz
description: API access key identifier
- value:
has_value: ORCID-0000-0001-2345-6789
description: Researcher ORCID linked to account
class_uri: schema:PropertyValue
slots:
- has_value
structured_aliases:
- literal_form: accountidentificator
in_language: nl
- literal_form: Kontokennzeichen
in_language: de
- literal_form: identifiant de compte
in_language: fr
- literal_form: identificador de cuenta
in_language: es
- literal_form: معرف الحساب
in_language: ar
- literal_form: pengenal akun
in_language: id
- literal_form: 账户标识符
in_language: zh
keywords:
- user ID
- reader ID
- registration number
- API key
- account number
- login identifier
broad_mappings:
- schema:PropertyValue
- skos:Concept
comments:
- Used to track researcher registrations and access permissions
- May link to external identity systems (ORCID, institutional SSO)
annotations:
specificity_score: "0.3"
specificity_rationale: Specific to account identifiers
custodian_types: "['*']"