powered by
Write an instance of a schema-related class in JSON-LD format as a string
to_jsonld(instance)
JSON string in JSON-LD format
An instance of an R6 class
dt <- dtreg::load_datatype("https://doi.org/21.T11969/aff130c76e68ead3862e") instance <- dt$data_item(label = "my_results") result <- dtreg::to_jsonld(instance)
Run the code above in your browser using DataLab