Class ResultSetGraphVocab
- java.lang.Object
-
- org.apache.jena.sparql.vocabulary.ResultSetGraphVocab
-
public class ResultSetGraphVocab extends java.lang.ObjectVocabulary 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 PropertybindingMulti-occurrence property associating a result solution (row) resource to a single (variable, value) bindingstatic PropertyindexIndex for ordered result setsstatic ResourceNAMESPACEThe namespace of the vocabulary as a resourcestatic java.lang.StringNSThe namespace of the vocabulary as a stringstatic Propertyp_booleanBoolean resultstatic ResourceResultBindingClass of things that represent a single (variable, value) pairingstatic ResourceResultSetClass of things that represent the result setstatic ResourceResultSolutionClass of things that represent a row in the result table - one solution to the querystatic PropertyresultVariableMultivaluedName of a variable used in the result setstatic PropertysizeNumber of rows in the result tablestatic Propertysolutionstatic PropertyvalueVariable namestatic PropertyvariableVariable name
-
Constructor Summary
Constructors Constructor Description ResultSetGraphVocab()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetURI()The namespace of the vocabulary as a string
-
-
-
Field Detail
-
NS
public static final java.lang.String NS
The namespace of the vocabulary as a string
- See Also:
- Constant Field Values
-
NAMESPACE
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
-
p_boolean
public static final Property p_boolean
Boolean result
-
value
public static final Property value
Variable name
-
variable
public static final Property variable
Variable name
-
index
public static final Property index
Index for ordered result sets
-
binding
public static final Property binding
Multi-occurrence property associating a result solution (row) resource to a single (variable, value) binding
-
resultVariable
public static final Property resultVariable
MultivaluedName of a variable used in the result set
-
size
public static final Property size
Number of rows in the result table
-
solution
public static final Property solution
-
ResultBinding
public static final Resource ResultBinding
Class of things that represent a single (variable, value) pairing
-
ResultSolution
public static final Resource ResultSolution
Class of things that represent a row in the result table - one solution to the query
-
ResultSet
public static final Resource ResultSet
Class of things that represent the result set
-
-
Method Detail
-
getURI
public static java.lang.String getURI()
The namespace of the vocabulary as a string
- See Also:
NS
-
-