glam/schemas/20251121/linkml/modules/classes/AccountIdentifier.yaml
kempersc 92c79067cd Refactor time-related classes and descriptions for clarity and consistency
- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding.
- Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes.
- Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions.
- Improved comments and modeling notes in VariantTypes to clarify usage and examples.
- General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
2026-02-16 13:49:40 +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:
- skos:Concept
- schema:PropertyValue
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: "['*']"