- Renamed DigitalPlatformV2DataSource to DigitalPlatformDataSource with updated description and mappings. - Updated DigitalPlatformV2KeyContact to DigitalPlatformKeyContact, enhancing description and mappings. - Refined DigitalPlatformV2OrganizationProfile to DigitalPlatformOrganizationProfile, improving description and slot usage. - Revised DigitalPlatformV2OrganizationStatus to DigitalPlatformOrganizationStatus, clarifying description and mappings. - Changed DigitalPlatformV2PrimaryPlatform to DigitalPlatformPrimaryPlatform, enhancing description and slot definitions. - Updated DigitalPlatformV2Provenance to DigitalPlatformProvenance, refining description and mappings. - Revised DigitalPlatformV2ServiceDetails to DigitalPlatformServiceDetails, improving description and mappings. - Changed DigitalPlatformV2TransformationMetadata to DigitalPlatformTransformationMetadata, enhancing description and mappings. - Added new classes: DetectionThreshold, DeviceType, DeviceTypes, DiarizationStatus, DigitalArchive, DigitalArchiveRecordSetType, DigitalArchiveRecordSetTypes, and DigitalConfidence with appropriate descriptions and mappings. - Established rules for class descriptions, multilingual support, and slot definitions to ensure consistency and clarity across the schema.
32 lines
922 B
YAML
32 lines
922 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/
|
|
dcterms: http://purl.org/dc/terms/
|
|
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.
|
|
close_mappings:
|
|
- foaf:OnlineAccount
|
|
- schema:identifier
|
|
related_mappings:
|
|
- dcterms:identifier
|
|
slots:
|
|
- has_type
|
|
- has_url
|
|
- identified_by
|
|
- has_label
|