stored
Stardog has the capability to name and store SPARQL queries for future evaluation by referring to the query’s name. Read more about Stored Queries in Stardog.
The table below contains the CLI commands to administer stored queries in Stardog. Select any of the commands to view their manual page.
Command | Description |
---|---|
stored add | Adds a new stored query |
stored export | Exports the stored queries in RDF format |
stored import | Imports the stored queries from the given RDF file |
stored list | Lists the queries currently stored in the system. |
stored remove | Removes a stored query |
stored rename | Renames a stored query |