public class ResultSetGraphVocab extends Object
Modifier and Type | Field and Description |
---|---|
static Property |
binding
Multi-occurrence property associating a result solution (row) resource to
a single (variable, value) binding
|
static Property |
index
Index for ordered result sets
|
static Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string
|
static Property |
p_boolean
Boolean result
|
static Resource |
ResultBinding
Class of things that represent a single (variable, value) pairing
|
static Resource |
ResultSet
Class of things that represent the result set
|
static Resource |
ResultSolution
Class of things that represent a row in the result table - one solution to
the query
|
static Property |
resultVariable
MultivaluedName of a variable used in the result set
|
static Property |
size
Number of rows in the result table
|
static Property |
solution |
static Property |
value
Variable name
|
static Property |
variable
Variable name
|
Constructor and Description |
---|
ResultSetGraphVocab() |
public static final String NS
The namespace of the vocabulary as a string
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final Property p_boolean
Boolean result
public static final Property value
Variable name
public static final Property variable
Variable name
public static final Property index
Index for ordered result sets
public static final Property binding
Multi-occurrence property associating a result solution (row) resource to a single (variable, value) binding
public static final Property resultVariable
MultivaluedName of a variable used in the result set
public static final Property size
Number of rows in the result table
public static final Property solution
public static final Resource ResultBinding
Class of things that represent a single (variable, value) pairing
public static final Resource ResultSolution
Class of things that represent a row in the result table - one solution to the query
public static final Resource ResultSet
Class of things that represent the result set
Licenced under the Apache License, Version 2.0