Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
      • 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.
        See Also:
        ConnectionConfiguration.reasoning(boolean)
    • Constructor Detail

      • Vocabulary

        public Vocabulary()