glam/schemas/20251121/linkml/modules/classes/DigitalPlatform.yaml
kempersc 86b9dcebff Refactor Digital Platform Classes and Introduce New Classes
- 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.
2026-02-15 15:54:26 +01:00

60 lines
1.5 KiB
YAML

id: https://nde.nl/ontology/hc/class/digital-platform
name: digital_platform_class
title: DigitalPlatform Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcat: http://www.w3.org/ns/dcat#
doap: http://usefulinc.com/ns/doap#
prov: http://www.w3.org/ns/prov#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_endpoint
- ../slots/has_url
- ../slots/identified_by
- ../slots/has_label
- ../slots/has_type
- ../slots/has_level
- ../slots/refer_to
- ../slots/has_standard
- ../slots/has_linked_data
- ../slots/temporal_extent
- ../slots/has_score
- ../slots/derive_from
- ../slots/generated_by
classes:
DigitalPlatform:
is_a: ReconstructedEntity
class_uri: schema:WebSite
description: >-
Digital service surface operated by a custodian for discovery, access, and delivery of heritage resources.
exact_mappings:
- schema:WebSite
close_mappings:
- schema:WebApplication
- dcat:DataService
- dcat:Catalog
- doap:Project
related_mappings:
- schema:SoftwareApplication
- prov:Entity
slots:
- has_endpoint
- has_url
- identified_by
- has_label
- has_type
- has_level
- refer_to
- has_standard
- has_linked_data
- temporal_extent
- has_score
- derive_from
- generated_by
slot_usage:
refer_to:
range: Custodian
required: true