Package com.complexible.stardog.jena
Class StardogModelAssembler.Vocabulary
java.lang.Object
com.complexible.stardog.jena.StardogModelAssembler.Vocabulary
- Enclosing class:
StardogModelAssembler
Stardog assembler vocabulary.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceType to identify a Stardog database.static final PropertyName of the Stardog database.static final PropertyPassword to use for connecting to the Stardog database.static final PropertyReasoning flag to use for querying the Stardog database.static final StringBase URI used in the Stardog assembler descriptions.static final PropertyURL of the Stardog server.static final PropertyUsername to use for connecting to the Stardog database. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
URI
Base URI used in the Stardog assembler descriptions.- See Also:
-
Database
Type to identify a Stardog database. Connection parameters for the database are attached to this RDF node. -
url
URL of the Stardog server. Example:http://localhost:5820/- See Also:
-
name
Name of the Stardog database.- See Also:
-
username
Username to use for connecting to the Stardog database.- See Also:
-
password
Password to use for connecting to the Stardog database.- See Also:
-
reasoningEnabled
Reasoning flag to use for querying the Stardog database. This value can be omitted if no reasoning is required.- See Also:
-
-
Constructor Details
-
Vocabulary
public Vocabulary()
-