namespace
Stardog allows database administrators to persist and manage custom namespace prefix bindings. Read more about namespaces in Database Administration.
Select any of the commands to view their manual page.
| Command | Description |
|---|---|
namespace add | Adds a new namespace prefix in the database, overriding any previous mapping for the prefix. |
namespace export | Exports the namespace prefixes stored in a database in Turtle or SPARQL format. |
namespace import | Imports namespace prefixes from an RDF file. |
namespace list | Lists the namespace prefixes stored in database in a tabular format. |
namespace remove | Removes an existing namespace prefix from a database. |