35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
# DigitalPlatformV2Provenance - Research provenance with data sources
|
|
# Created for CustodianSourceFile validation compatibility
|
|
# Creation date: 2026-01-18
|
|
|
|
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
|