Link Search Menu Expand Document
Start for Free

namespace

Stardog allows database administrators to persist and manage custom namespace prefix bindings. Read more about namespaces in our section on Database Administration

The table below contains the CLI commands to work with namespaces in Stardog. 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 that contains prefix declarations into the database, overriding any previous mappings for those prefixes.
namespace list Lists the namespace prefixes stored in database in a tabular format.
namespace remove Removes an existing namespace prefix from a database.