glam/schemas/20251121/linkml/modules/classes/DigitalPlatformUserIdentifier.yaml
kempersc d52149a5e8 Refactor schema definitions for archival entities and documentation types
- Updated descriptions and classifications for Diocesan and District Archive record types to enhance clarity and alignment with archival standards.
- Introduced structured aliases and alternative descriptions in multiple languages for key classes, improving accessibility and usability.
- Enhanced the Documentation and Documentation Centre classes with clearer definitions and broader mappings to relevant ontologies.
- Refined the DispositionService and DispositionServiceType schemas to better reflect operational contexts and service classifications.
- General cleanup of unused prefixes and redundant annotations across various schema files to streamline the overall structure.
2026-02-15 16:25:32 +01:00

30 lines
859 B
YAML

id: https://nde.nl/ontology/hc/class/DigitalPlatformUserIdentifier
name: digital_platform_user_identifier_class
title: Digital Platform User Identifier Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
foaf: http://xmlns.com/foaf/0.1/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_type
- ../slots/has_url
- ../slots/identified_by
- ../slots/has_label
classes:
DigitalPlatformUserIdentifier:
is_a: Identifier
class_uri: hc:DigitalPlatformUserIdentifier
description: >-
Platform-account identifier for authors, contributors, or institutional profiles in external services.
broad_mappings:
- foaf:OnlineAccount
close_mappings:
- schema:PropertyValue
slots:
- has_type
- has_url
- identified_by
- has_label