- 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.
57 lines
2.1 KiB
YAML
57 lines
2.1 KiB
YAML
# EnrichmentProvenance - Provenance tracking for individual enrichment sources
|
|
# Created for CustodianSourceFile validation compatibility
|
|
# Creation date: 2026-01-18
|
|
|
|
id: https://nde.nl/ontology/hc/classes/EnrichmentProvenance
|
|
name: EnrichmentProvenance
|
|
title: EnrichmentProvenance
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ./EnrichmentProvenanceEntry
|
|
default_range: string
|
|
|
|
classes:
|
|
EnrichmentProvenance:
|
|
description: >-
|
|
Nested provenance tracking for individual enrichment sources within
|
|
a custodian record. Contains entries keyed by enrichment type (e.g.,
|
|
wikidata_enrichment, google_maps_enrichment) with content hashes,
|
|
verification timestamps, and derivation sources.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Bundle because this bundles multiple provenance
|
|
statements about different enrichment activities
|
|
- close_mappings includes prov:Collection as this is a collection of
|
|
provenance entries
|
|
class_uri: prov:Bundle
|
|
close_mappings:
|
|
- prov:Collection
|
|
related_mappings:
|
|
- prov:Entity
|
|
attributes:
|
|
wikidata_enrichment:
|
|
range: EnrichmentProvenanceEntry
|
|
description: Provenance for Wikidata enrichment data
|
|
google_maps_enrichment:
|
|
range: EnrichmentProvenanceEntry
|
|
description: Provenance for Google Maps enrichment data
|
|
web_enrichment:
|
|
range: EnrichmentProvenanceEntry
|
|
description: Provenance for web scraping enrichment data
|
|
logo_enrichment:
|
|
range: EnrichmentProvenanceEntry
|
|
description: Provenance for logo/favicon enrichment data
|
|
museum_register_enrichment:
|
|
range: EnrichmentProvenanceEntry
|
|
description: Provenance for Dutch Museum Register enrichment data
|
|
youtube_enrichment:
|
|
range: EnrichmentProvenanceEntry
|
|
description: Provenance for YouTube enrichment data
|