Package com.complexible.stardog.jena
Class StardogModelAssembler.Vocabulary
- java.lang.Object
-
- com.complexible.stardog.jena.StardogModelAssembler.Vocabulary
-
- Enclosing class:
- StardogModelAssembler
public static final class StardogModelAssembler.Vocabulary extends java.lang.Object
Stardog assembler vocabulary.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.jena.rdf.model.Resource
Database
Type to identify a Stardog database.static org.apache.jena.rdf.model.Property
name
Name of the Stardog database.static org.apache.jena.rdf.model.Property
password
Password to use for connecting to the Stardog database.static org.apache.jena.rdf.model.Property
reasoningEnabled
Reasoning flag to use for querying the Stardog database.static java.lang.String
URI
Base URI used in the Stardog assembler descriptions.static org.apache.jena.rdf.model.Property
url
URL of the Stardog server.static org.apache.jena.rdf.model.Property
username
Username to use for connecting to the Stardog database.
-
Constructor Summary
Constructors Constructor Description Vocabulary()
-
-
-
Field Detail
-
URI
public static final java.lang.String URI
Base URI used in the Stardog assembler descriptions.- See Also:
- Constant Field Values
-
Database
public static final org.apache.jena.rdf.model.Resource Database
Type to identify a Stardog database. Connection parameters for the database are attached to this RDF node.
-
url
public static final org.apache.jena.rdf.model.Property url
URL of the Stardog server. Example:http://localhost:5820/
- See Also:
ConnectionConfiguration.to(String)
-
name
public static final org.apache.jena.rdf.model.Property name
Name of the Stardog database.- See Also:
ConnectionConfiguration.to(String)
-
username
public static final org.apache.jena.rdf.model.Property username
Username to use for connecting to the Stardog database.
-
password
public static final org.apache.jena.rdf.model.Property password
Password to use for connecting to the Stardog database.
-
reasoningEnabled
public static final org.apache.jena.rdf.model.Property reasoningEnabled
Reasoning flag to use for querying the Stardog database. This value can be omitted if no reasoning is required.
-
-