| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
CLEAR |
"Usage:\nclear Clears the entire repository\nclear (<uri>|null)... Clears the specified context(s)\n" |
protected static final String |
CLOSE |
"Usage:\nclose Closes the current repository\n" |
protected static final String |
CONNECT |
"Usage:\nconnect default Opens the default repository set for this console\nconnect <dataDirectory> Opens the repository set in the specified data dir\nconnect <serverURL> [user [password]] Connects to a Sesame server with optional credentials\n" |
protected static final String |
CREATE |
"Usage:\ncreate <template-name>\n <template-name> The name of a repository configuration template\n" |
protected static final String |
DROP |
"Usage:\ndrop <repositoryID> Drops the repository with the specified id\n" |
protected static final String |
EXPORT |
"Usage:\nexport <file> Exports the entirey repository to a file\nexport <file> (<uri>|null)... Exports the specified context(s) to a file\n" |
protected static final String |
FEDERATE |
"Usage:\nfederate [distinct=<true|false>] [readonly=<true|false>] <fedID> <repoID_1> <repoID_2> [<repoID_n>]*\n [distinct=<true|false>] If true, uses a DISTINCT filter that suppresses duplicate results for identical quads\n from different federation members. Default is false.\n [readonly=<true|false>] If true, sets the fedearated repository as read-only. If any member is read-only, then\n this may only be set to true. Default is true. \n <fedId> The id to assign the federated repository.\n <repoID1> <repoID2> The id\'s of at least 2 repositories to federate.\n [<repoID_n>]* The id\'s of 0 or mare additional repositories to federate.\n\nYou will be prompted to enter a description for the federated repository as well." |
protected static final String |
INFO |
"Usage:\ninfo Shows information about the console\n" |
protected static final String |
LOAD |
"Usage:\nload <file-or-url> [from <base-uri>] [into <context-id>]\n <file-or-url> The path or URL identifying the data file\n <base-uri> The base URI to use for resolving relative references, defaults to <file-or-url>\n <context-id> The ID of the context to add the data to, e.g. foo:bar or _:n123\nLoads the specified data file into the current repository\n" |
protected static final String |
OPEN |
"Usage:\nopen <repositoryID> Opens the repository with the specified ID\n" |
protected static final String |
SERQL |
"Usage:\nserql <query> Evaluates the SeRQL query on the currently open repository\nserql Starts multi-line input for large SeRQL queries.\n" |
protected static final String |
SET |
"Usage:\nset Shows all parameter values\nset width=<number> Set the width for query result tables\nset log=<level> Set the logging level (none, error, warning, info or debug)\nset showPrefix=<true|false> Toggles use of prefixed names in query results\nset queryPrefix=<true|false> Toggles automatic use of known namespace prefixes in queries\n" |
protected static final String |
SHOW |
"Usage:\nshow {r, repositories} Shows all available repositories\nshow {n, namespaces} Shows all namespaces\nshow {c, contexts} Shows all context identifiers\n" |
protected static final String |
SPARQL |
"Usage:\nsparql <query> Evaluates the SPARQL query on the currently open repository.\nsparql Starts multi-line input for large SPARQL queries.\nselect|construct|ask|describe|prefix|base <rest-of-query>\n Evaluates a SPARQL query on the currently open repository.\n" |
protected static final String |
VERIFY |
"Usage:\nverify <file-or-url>\n <file-or-url> The path or URL identifying the data file\nVerifies the validity of the specified data file\n" |
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.