| java.lang.Object org.openrdf.console.Console
Console | public class Console (Code) | | The Sesame Console is a command-line application for interacting with Sesame.
It reads commands from standard input and prints feedback to standard output.
Available options include loading and querying of data in repositories,
repository creation and verification of RDF files.
author: jeen author: Arjohn Kampman |
Constructor Summary | |
public | Console() |
REPOSITORY_CONTEXT_QUERY | final public static String REPOSITORY_CONTEXT_QUERY(Code) | | Query that yields the context of a specific repository configuration.
|
REPOSITORY_LIST_QUERY | final public static String REPOSITORY_LIST_QUERY(Code) | | Query that produces the list of the IDs and (optionally) titles of
configured repositories.
|
|
|