Create a Turtle format description of the dataset's provenance.
dataset_prov(
x = NULL,
dataset_id = "eg:dataset#",
author,
start_time = Sys.time(),
end_time = Sys.time()
)
A triple-format data.frame with the provenance information.
dataset object created by dataset()
or as_dataset()
.
A single person or a vector of persons as authors, declared with
person
.
Starting time of the dataset creation process.
Ending time fo the dataset creation process.