com.clarkparsia.stardog.jena
Class StardogModelAssembler.Vocabulary

java.lang.Object
  extended by com.clarkparsia.stardog.jena.StardogModelAssembler.Vocabulary
Enclosing class:
StardogModelAssembler

public static final class StardogModelAssembler.Vocabulary
extends Object

Stardog assembler vocabulary.


Field Summary
static Resource Database
          Type to identify a Stardog database.
static Property name
          Name of the Stardog database.
static Property password
          Password to use for connecting to the Stardog database.
static Property reasoningType
          Reasoning level to use for querying the Stardog database.
static Property singletonSecurity
          Deprecated. not used anymore
static String URI
          Base URI used in the Stardog assembler descriptions.
static Property url
          URL of the Stardog server.
static Property username
          Username to use for connecting to the Stardog database.
 
Constructor Summary
StardogModelAssembler.Vocabulary()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public static final String URI
Base URI used in the Stardog assembler descriptions.

See Also:
Constant Field Values

Database

public static final Resource Database
Type to identify a Stardog database. Connection parameters for the database are attached to this RDF node.


url

public static final Property url
URL of the Stardog server. Example: snarl://localhost:5820/

See Also:
ConnectionConfiguration.to(String)

name

public static final Property name
Name of the Stardog database.

See Also:
ConnectionConfiguration.to(String)

username

public static final Property username
Username to use for connecting to the Stardog database.

See Also:
ConnectionConfiguration.credentials(String, String)

password

public static final Property password
Password to use for connecting to the Stardog database.

See Also:
ConnectionConfiguration.credentials(String, String)

reasoningType

public static final Property reasoningType
Reasoning level to use for querying the Stardog database. This value can be omitted if no reasoning is required.

See Also:
ConnectionConfiguration.reasoning(ReasoningType)

singletonSecurity

@Deprecated
public static final Property singletonSecurity
Deprecated. not used anymore
Constructor Detail

StardogModelAssembler.Vocabulary

public StardogModelAssembler.Vocabulary()


Copyright © 2010-2013 Clark & Parsia. All Rights Reserved.