|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.vocabulary.ResultSetGraphVocab
public class ResultSetGraphVocab
Vocabulary definitions from result-set.n3
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
binding
Multi-occurrence property associating a result solution (row) resource to a single (variable, value) binding |
static com.hp.hpl.jena.rdf.model.Property |
index
Index for ordered result sets |
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource |
static String |
NS
The namespace of the vocabulary as a string |
static com.hp.hpl.jena.rdf.model.Property |
p_boolean
Boolean result |
static com.hp.hpl.jena.rdf.model.Resource |
ResultBinding
Class of things that represent a single (variable, value) pairing |
static com.hp.hpl.jena.rdf.model.Resource |
ResultSet
Class of things that represent the result set |
static com.hp.hpl.jena.rdf.model.Resource |
ResultSolution
Class of things that represent a row in the result table - one solution to the query |
static com.hp.hpl.jena.rdf.model.Property |
resultVariable
MultivaluedName of a variable used in the result set |
static com.hp.hpl.jena.rdf.model.Property |
size
Number of rows in the result table |
static com.hp.hpl.jena.rdf.model.Property |
solution
|
static com.hp.hpl.jena.rdf.model.Property |
value
Variable name |
static com.hp.hpl.jena.rdf.model.Property |
variable
Variable name |
Constructor Summary | |
---|---|
ResultSetGraphVocab()
|
Method Summary | |
---|---|
static String |
getURI()
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 Detail |
---|
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.rdf.model.Property p_boolean
Boolean result
public static final com.hp.hpl.jena.rdf.model.Property value
Variable name
public static final com.hp.hpl.jena.rdf.model.Property variable
Variable name
public static final com.hp.hpl.jena.rdf.model.Property index
Index for ordered result sets
public static final com.hp.hpl.jena.rdf.model.Property binding
Multi-occurrence property associating a result solution (row) resource to a single (variable, value) binding
public static final com.hp.hpl.jena.rdf.model.Property resultVariable
MultivaluedName of a variable used in the result set
public static final com.hp.hpl.jena.rdf.model.Property size
Number of rows in the result table
public static final com.hp.hpl.jena.rdf.model.Property solution
public static final com.hp.hpl.jena.rdf.model.Resource ResultBinding
Class of things that represent a single (variable, value) pairing
public static final com.hp.hpl.jena.rdf.model.Resource ResultSolution
Class of things that represent a row in the result table - one solution to the query
public static final com.hp.hpl.jena.rdf.model.Resource ResultSet
Class of things that represent the result set
Constructor Detail |
---|
public ResultSetGraphVocab()
Method Detail |
---|
public static String getURI()
The namespace of the vocabulary as a string
NS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |