Description Usage Arguments Value Examples
Add a namespace for the current user in this repository
1 | addNameSpace(repository, prefix, nsURI)
|
repository |
Object of type repository specifying server details and repository to work on. |
prefix |
Prefix |
nsURI |
Namespace URI |
ag put object that states whether or not push was successful (invisible)
1 2 3 4 5 6 7 | ## Not run:
service = service("localhost","user","password")
rep = repository(catalog(service,"root"),"test")
addNameSpace(service,catalogid = "root",repo = "testRepo",prefix = "foaf",
nsURI = "http://xmlns.com/foaf/0.1/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.