- Deleted the `rights_statement_url` slot definition as it is no longer needed. - Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments. - Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions. - Enhanced the `require` slot with additional aliases for better usability. - Improved documentation and comments across all slot definitions to clarify their purpose and usage.
71 lines
2.2 KiB
YAML
71 lines
2.2 KiB
YAML
id: https://nde.nl/ontology/hc/classes/DigitalPlatformV2
|
|
name: DigitalPlatformV2
|
|
title: DigitalPlatformV2
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
- ./DigitalPlatformV2Provenance
|
|
- ../slots/20260202_matang/has_metadata
|
|
- ../slots/20260202_matang/has_status
|
|
- ../slots/20260202_matang/has_data_quality
|
|
- ../slots/20260202_matang/has_profile
|
|
- ../slots/20260202_matang/has_digital_platform
|
|
- ../slots/20260202_matang/has_contact_point
|
|
- ../slots/20260202_matang/has_service
|
|
- ../slots/20260202_matang/identified_by
|
|
- ../slots/20260202_matang/has_provenance
|
|
- ../slots/20260202_matang/related_to
|
|
- ../slots/20260202_matang/has_url
|
|
- ../slots/20260202_matang/has_homepage
|
|
- ../slots/20260202_matang/has_name
|
|
- ../slots/20260202_matang/has_type
|
|
- ../slots/20260202_matang/new/refers_to_custodian
|
|
- ../slots/20260202_matang/has_contact_details
|
|
- ../slots/20260202_matang/has_facility
|
|
- ../slots/20260202_matang/contain_collection
|
|
# default_range: string
|
|
classes:
|
|
DigitalPlatformV2:
|
|
description: "Enhanced digital platform data structure (v2)"
|
|
class_uri: org:Organization
|
|
slots:
|
|
- has_metadata
|
|
- has_status
|
|
- has_data_quality_notes
|
|
- has_profile
|
|
- has_digital_platform
|
|
- has_contact_point
|
|
- has_service
|
|
- identified_by
|
|
- has_provenance
|
|
- related_to
|
|
- has_url
|
|
- has_homepage
|
|
- has_name
|
|
- has_type
|
|
- refers_to_custodian
|
|
- has_contact_details
|
|
- has_facility
|
|
- has_digital_platform
|
|
- has_provenance
|
|
- contain_collection
|
|
- has_url
|
|
slot_usage:
|
|
identified_by:
|
|
description: External identifiers (Wikidata, Sigla, ICO, etc.)
|
|
# range: string
|
|
multivalued: true
|
|
inlined_as_list: false # Fixed invalid inline for primitive type
|
|
has_type:
|
|
description: Type of platform (institutional_website, discovery_portal, etc.) - can be string or array
|
|
# range: string
|
|
any_of:
|
|
- range: string
|
|
- range: string
|
|
multivalued: true
|