Description Usage Arguments Value Examples
To be added
1 2 | addStatementsFromFile(repository, filepath, baseURI = NULL, context = NULL,
commitEvery = NULL)
|
repository |
Object of type repository specifying server details and repository to work on. |
filepath |
File that contains your triples |
baseURI |
... |
context |
Context to attach to added triples |
commitEvery |
... |
an ag object that says whether or not the push was successful.
1 2 3 4 5 6 7 | ## Not run:
service = createService("localhost","user","password")
rep = repository(catalog(service,"root"),"test")
addStatementsFromFile(rep,
file = 'path/to/file/mytriples.nq')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.