Class ResultSetGraphVocab

java.lang.Object
org.apache.jena.sparql.vocabulary.ResultSetGraphVocab

public class ResultSetGraphVocab extends Object
Vocabulary definitions from result-set.n3
Author:
Auto-generated by schemagen on 10 Jun 2006 18:47
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.rdf.model.Property
    Multi-occurrence property associating a result solution (row) resource to a single (variable, value) binding
    static final org.apache.jena.rdf.model.Property
    Index for ordered result sets
    static final org.apache.jena.rdf.model.Resource
    The namespace of the vocabulary as a resource
    static final String
    The namespace of the vocabulary as a string
    static final org.apache.jena.rdf.model.Property
    Boolean result
    static final org.apache.jena.rdf.model.Resource
    Class of things that represent a single (variable, value) pairing
    static final org.apache.jena.rdf.model.Resource
    Class of things that represent the result set
    static final org.apache.jena.rdf.model.Resource
    Class of things that represent a row in the result table - one solution to the query
    static final org.apache.jena.rdf.model.Property
    MultivaluedName of a variable used in the result set
    static final org.apache.jena.rdf.model.Property
    Number of rows in the result table
    static final org.apache.jena.rdf.model.Property
     
    static final org.apache.jena.rdf.model.Property
    Variable name
    static final org.apache.jena.rdf.model.Property
    Variable name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    The namespace of the vocabulary as a string

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NS

      public static final String NS

      The namespace of the vocabulary as a string

      See Also:
    • NAMESPACE

      public static final org.apache.jena.rdf.model.Resource NAMESPACE

      The namespace of the vocabulary as a resource

    • p_boolean

      public static final org.apache.jena.rdf.model.Property p_boolean

      Boolean result

    • value

      public static final org.apache.jena.rdf.model.Property value

      Variable name

    • variable

      public static final org.apache.jena.rdf.model.Property variable

      Variable name

    • index

      public static final org.apache.jena.rdf.model.Property index

      Index for ordered result sets

    • binding

      public static final org.apache.jena.rdf.model.Property binding

      Multi-occurrence property associating a result solution (row) resource to a single (variable, value) binding

    • resultVariable

      public static final org.apache.jena.rdf.model.Property resultVariable

      MultivaluedName of a variable used in the result set

    • size

      public static final org.apache.jena.rdf.model.Property size

      Number of rows in the result table

    • solution

      public static final org.apache.jena.rdf.model.Property solution
    • ResultBinding

      public static final org.apache.jena.rdf.model.Resource ResultBinding

      Class of things that represent a single (variable, value) pairing

    • ResultSolution

      public static final org.apache.jena.rdf.model.Resource ResultSolution

      Class of things that represent a row in the result table - one solution to the query

    • ResultSet

      public static final org.apache.jena.rdf.model.Resource ResultSet

      Class of things that represent the result set

  • Constructor Details

    • ResultSetGraphVocab

      public ResultSetGraphVocab()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabulary as a string

      See Also: