- Added detailed descriptions for slots: collecting_scope, collection_access, custody_history, education_level, membership_size, and publication_activity to improve clarity and usability. - Removed the publication_date slot due to migration to a new structure. - Updated slot fixes with migration notes and adjustments for various slots, ensuring alignment with new ontology standards. - Introduced new classes for DigitalPlatformV2, including DigitalPlatformV2DataQualityNotes, DigitalPlatformV2DataSource, DigitalPlatformV2KeyContact, DigitalPlatformV2OrganizationProfile, DigitalPlatformV2OrganizationStatus, DigitalPlatformV2PrimaryPlatform, DigitalPlatformV2Provenance, DigitalPlatformV2ServiceDetails, and DigitalPlatformV2TransformationMetadata, each with comprehensive attributes and descriptions. - Added classes for EnrichmentProvenance and EnrichmentProvenanceEntry to track provenance for enrichment sources, including detailed attributes for verification and source tracking. - Created LogoClaim, LogoEnrichment, and LogoEnrichmentSummary classes to manage logo and favicon data extracted from web scraping, with attributes for claims and summary statistics. - Archived the publication_date slot to maintain historical records.
80 lines
3.1 KiB
YAML
80 lines
3.1 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
|