glam/schemas/20251121/linkml/modules/classes/DigitalPlatformV2Provenance.yaml
2026-01-31 00:15:53 +01:00

32 lines
1.1 KiB
YAML

id: https://nde.nl/ontology/hc/classes/DigitalPlatformV2Provenance
name: DigitalPlatformV2Provenance
title: DigitalPlatformV2Provenance
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
xsd: http://www.w3.org/2001/XMLSchema#
imports:
- linkml:types
- ./DigitalPlatformV2DataSource
default_range: string
classes:
DigitalPlatformV2Provenance:
description: Research provenance including date, agent, and data sources
class_uri: prov:Activity
attributes:
research_date:
range: datetime
description: When research was conducted
research_agent:
range: string
description: Agent that performed the research (claude-opus-4, human, script, etc.)
data_sources:
range: DigitalPlatformV2DataSource
multivalued: true
inlined_as_list: true
description: Data sources used for enrichment
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"