Construct a small PROV bundle (as N<U+2011>Triples) describing the dataset, the software agent, and an optional creation time.
Usage
default_provenance(
dataset_id = "http://example.com/dataset#",
author = NULL,
dtm = NULL,
generated_at_time = NULL
)Arguments
- dataset_id
Base IRI for the dataset (used as the
Entitysubject).Optional creator/author agent.
- dtm
Optional data team/maintainer agent.
- generated_at_time
Optional POSIXct time; defaults to
Sys.time().
