Description Usage Arguments Value Examples
graph_names creates URIs for graphs based on a file
from file hash and system time.
| 1 | graph_names(filehash, base = "")
 | 
| base | The base URI to be used in the rdf. | 
| path_to_csv | The path to the csv file. | 
| sub_path | Further path of the URI. | 
A named vector with five graph names for the assertion, nanopublication, provenance, pubinfo, and resource graphs.
| 1 2 3 4 5 | path = tempfile()
outfile = file(path, "wb")
write.csv(data.frame(a = c(1, 2, 3)), file = outfile)
close(outfile)
graph_names(path)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.