- Removed compliance_status slot and replaced it with has_or_had_status. - Updated has_or_had_status to use ComplianceStatus for structured representation. - Adjusted examples to reflect new structure for compliance status. - Updated documentation to indicate migration and provide details on the ComplianceStatus class.
141 lines
5.3 KiB
YAML
141 lines
5.3 KiB
YAML
# DigitalPlatformV2 - Enhanced digital platform data with organization profile
|
|
# Created for CustodianSourceFile validation compatibility
|
|
# Creation date: 2026-01-18
|
|
|
|
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
|
|
- ./DigitalPlatformV2TransformationMetadata
|
|
- ./DigitalPlatformV2OrganizationStatus
|
|
- ./DigitalPlatformV2DataQualityNotes
|
|
- ./DigitalPlatformV2OrganizationProfile
|
|
- ./DigitalPlatformV2PrimaryPlatform
|
|
- ./DigitalPlatformV2KeyContact
|
|
- ./DigitalPlatformV2ServiceDetails
|
|
- ./DigitalPlatformV2Provenance
|
|
- ./Identifier
|
|
default_range: string
|
|
|
|
classes:
|
|
DigitalPlatformV2:
|
|
description: >-
|
|
Enhanced digital platform data structure (v2) containing comprehensive
|
|
organization profile, contacts, service details, and multi-source provenance.
|
|
This is an enriched version of DigitalPlatform with structured organization
|
|
metadata gathered from web research.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is org:Organization because this represents an organization's
|
|
digital presence and operational details
|
|
- close_mappings includes schema:Organization for web semantics
|
|
- related_mappings includes prov:Entity for provenance tracking
|
|
class_uri: org:Organization
|
|
close_mappings:
|
|
- schema:Organization
|
|
related_mappings:
|
|
- prov:Entity
|
|
- schema:WebSite
|
|
attributes:
|
|
transformation_metadata:
|
|
range: DigitalPlatformV2TransformationMetadata
|
|
description: Metadata about how this v2 record was created/transformed
|
|
organization_status:
|
|
range: DigitalPlatformV2OrganizationStatus
|
|
description: Current status and legal form of the organization
|
|
data_quality_notes:
|
|
range: DigitalPlatformV2DataQualityNotes
|
|
description: Notes about data quality and verification status
|
|
organization_profile:
|
|
range: DigitalPlatformV2OrganizationProfile
|
|
description: Detailed profile of the organization
|
|
primary_platform:
|
|
range: DigitalPlatformV2PrimaryPlatform
|
|
description: Primary digital platform/website for the organization
|
|
key_contacts:
|
|
range: DigitalPlatformV2KeyContact
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Key staff contacts for the organization
|
|
service_details:
|
|
range: DigitalPlatformV2ServiceDetails
|
|
description: Service offerings, opening hours, regional support
|
|
external_identifiers:
|
|
range: Identifier
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: External identifiers (Wikidata, Sigla, ICO, etc.)
|
|
provenance:
|
|
range: DigitalPlatformV2Provenance
|
|
description: Research provenance with data sources
|
|
auxiliary_platforms:
|
|
range: Any
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Auxiliary or related digital platforms (URLs, platform objects)
|
|
navigation_links:
|
|
range: Any
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Navigation links found on the platform (header, footer, sidebar links)
|
|
_transformation_metadata:
|
|
range: Any
|
|
description: Internal transformation metadata (underscore prefix for internal use)
|
|
inlined: true
|
|
homepage_web_address:
|
|
range: uri
|
|
description: Homepage web address URL
|
|
platform_id:
|
|
range: string
|
|
description: Internal platform identifier
|
|
platform_name:
|
|
range: string
|
|
description: Name of the platform
|
|
platform_type:
|
|
range: Any
|
|
any_of:
|
|
- range: string
|
|
- range: string
|
|
multivalued: true
|
|
description: Type of platform (institutional_website, discovery_portal, etc.) - can be string or array
|
|
refers_to_custodian:
|
|
range: string
|
|
description: GHCID of the custodian this platform refers to
|
|
contact_information:
|
|
range: Any
|
|
description: Contact information for the organization (email, phone, address)
|
|
inlined: true
|
|
facilities:
|
|
range: Any
|
|
description: Facilities and amenities available at the institution
|
|
inlined: true
|
|
secondary_platforms:
|
|
range: Any
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Secondary or alternative digital platforms for the organization
|
|
web_claims:
|
|
range: Any
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Claims extracted from web pages with provenance
|
|
collection_web_addresses:
|
|
range: uri
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: URLs to collection pages or online catalogs
|
|
inventory_web_addresses:
|
|
range: uri
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: URLs to inventory or finding aid pages
|