public class SP extends Object
Modifier and Type | Field and Description |
---|---|
static URI |
AGGREGATION_CLASS
http://spinrdf.org/sp#Aggregation Base class of aggregation types (not
part of the SPARQL 1.0 standard but supported by ARQ and other engines).
|
static URI |
ALL_PROPERTY
http://spinrdf.org/sp#all Used in DROP and CLEAR.
|
static URI |
ALT_PATH_CLASS
http://spinrdf.org/sp#AltPath An alternative path with the union of
sp:path1 and sp:path2.
|
static URI |
ARG_PROPERTY
http://spinrdf.org/sp#arg Abstract superproperty for the enumerated arg1,
arg2 etc.
|
static URI |
ARG1_PROPERTY
http://spinrdf.org/sp#arg1 The first argument of a function call.
|
static URI |
ARG2_PROPERTY
http://spinrdf.org/sp#arg2 The second argument of a function call.
|
static URI |
ARG3_PROPERTY
http://spinrdf.org/sp#arg3 The third argument of a function call.
|
static URI |
ARG4_PROPERTY
http://spinrdf.org/sp#arg4 The forth argument of a function call.
|
static URI |
ARG5_PROPERTY
http://spinrdf.org/sp#arg5 The fifth argument of a function call.
|
static URI |
AS_PROPERTY
http://spinrdf.org/sp#as Points to a Variable used in an AS statement such
as COUNT aggregates.
|
static URI |
ASC_CLASS
http://spinrdf.org/sp#Asc Marker to indicate ascending order.
|
static URI |
ASK_CLASS
http://spinrdf.org/sp#Ask An ASK query that returns true if the condition
in the body is met by at least one result set.
|
static URI |
AVG_CLASS
http://spinrdf.org/sp#Avg Represents AVG aggregations.
|
static URI |
BIND_CLASS
http://spinrdf.org/sp#Bind A BIND element.
|
static URI |
CLEAR_CLASS
http://spinrdf.org/sp#Clear An Update operation that removes all triples
from a specified graph.
|
static URI |
COMMAND_CLASS
http://spinrdf.org/sp#Command A shared superclass for sp:Query and
sp:Update that can be used to specify that the range of property can be
either one.
|
static URI |
CONSTRUCT_CLASS
http://spinrdf.org/sp#Construct A CONSTRUCT-type query that can be used to
construct new triples from template triples (head) that use variable
bindings from the match patterns (body).
|
static URI |
COUNT_CLASS
http://spinrdf.org/sp#Count Counts the number of times a variable is used.
|
static URI |
CREATE_CLASS
http://spinrdf.org/sp#Create An Update operation that creates a new empty
graph with a name specified by sp:graphIRI.
|
static URI |
DEFAULT_PROPERTY
http://spinrdf.org/sp#default Used in DROP and CLEAR.
|
static URI |
Delete
Deprecated.
|
static URI |
DELETE_CLASS
http://spinrdf.org/sp#Delete Deprecated - use sp:Modify instead.
|
static URI |
DELETE_DATA_CLASS
http://spinrdf.org/sp#DeleteData An Update operation to delete specific
triples.
|
static URI |
DELETE_PATTERN_PROPERTY
http://spinrdf.org/sp#deletePattern Points to a list of sp:TripleTemplates
and sp:NamedGraphs in a modify operation.
|
static URI |
DELETE_WHERE_CLASS
http://spinrdf.org/sp#DeleteWhere An Update operation where the triples
matched by the WHERE clause (sp:where) will be the triples deleted.
|
static URI |
DESC_CLASS
http://spinrdf.org/sp#Desc Marker to indicate descending order.
|
static URI |
DESCRIBE_CLASS
http://spinrdf.org/sp#Describe A DESCRIBE-type Query.
|
static URI |
DISTINCT_PROPERTY
http://spinrdf.org/sp#distinct A marker property to indicate that a Select
query is of type SELECT DISTINCT.
|
static URI |
DOCUMENT_PROPERTY
http://spinrdf.org/sp#document The URI of the document to load using a
LOAD Update operation.
|
static URI |
DROP_CLASS
http://spinrdf.org/sp#Drop An Update operation that removes a specified
graph from the Graph Store.
|
static URI |
ELEMENT_CLASS
http://spinrdf.org/sp#Element An abstract base class for all pattern
elements.
|
static URI |
ELEMENT_GROUP_CLASS
http://spinrdf.org/sp#ElementGroup Abstract base class of group patterns.
|
static URI |
ELEMENT_LIST_CLASS
http://spinrdf.org/sp#ElementList A list of Elements.
|
static URI |
ELEMENTS_PROPERTY
http://spinrdf.org/sp#elements Points to an ElementList, for example in an
Optional element.
|
static URI |
EXPRESSION_PROPERTY
http://spinrdf.org/sp#expression Points to an expression, for example in a
Filter or Assignment.
|
static URI |
FILTER_CLASS
http://spinrdf.org/sp#Filter A constraint element that evaluates a given
expression to true or false.
|
static URI |
FROM_NAMED_PROPERTY
http://spinrdf.org/sp#fromNamed Specifies a named RDF Dataset used by a
Query (FROM NAMED syntax in SPARQL).
|
static URI |
FROM_PROPERTY
http://spinrdf.org/sp#from Specifies an RDF Dataset used by a Query (FROM
syntax in SPARQL).
|
static URI |
GRAPH_IRI_PROPERTY
http://spinrdf.org/sp#graphIRI Points to graph names (IRIs) in various
sp:Update operations.
|
static URI |
GRAPH_NAME_NODE_PROPERTY
http://spinrdf.org/sp#graphNameNode The name (URI or Variable) of a
NamedGraph.
|
static URI |
GROUP_BY_PROPERTY
http://spinrdf.org/sp#groupBy Points from a Query to the list of GROUP BY
expressions.
|
static URI |
HAVING_PROPERTY
http://spinrdf.org/sp#having Points from a SELECT query to a list of
HAVING expressions.
|
static URI |
Insert
Deprecated.
|
static URI |
INSERT_CLASS
http://spinrdf.org/sp#Insert Deprecated - use sp:Modify instead.
|
static URI |
INSERT_DATA_CLASS
http://spinrdf.org/sp#InsertData An Update operation to insert specific
triples.
|
static URI |
INSERT_PATTERN_PROPERTY
http://spinrdf.org/sp#insertPattern Points to a list of sp:TripleTemplates
or sp:NamedGraphs in a modify command.
|
static URI |
INTO_PROPERTY
http://spinrdf.org/sp#into The (optional) target of a LOAD Update
operation.
|
static URI |
Let
Deprecated.
|
static URI |
LET_CLASS
http://spinrdf.org/sp#Let Deprecated: use sp:Bind instead.
|
static URI |
LIMIT_PROPERTY
http://spinrdf.org/sp#limit The LIMIT solution modifier of a Query.
|
static URI |
LOAD_CLASS
http://spinrdf.org/sp#Load A LOAD Update operation.
|
static URI |
MAX_CLASS
http://spinrdf.org/sp#Max Represents MAX aggregations.
|
static URI |
MIN_CLASS
http://spinrdf.org/sp#Min Represents MIN aggregations.
|
static URI |
MINUS_CLASS
http://spinrdf.org/sp#Minus A MINUS element group.
|
static URI |
MOD_MAX_PROPERTY |
static URI |
MOD_MIN_PROPERTY |
static URI |
MOD_PATH_CLASS
http://spinrdf.org/sp#ModPath A modified path such as rdfs:subClassOf*.
|
static URI |
MODIFY_CLASS
http://spinrdf.org/sp#Modify Represents a MODIFY (part of SPARQL UPDATE
language).
|
static URI |
NAMED_GRAPH_CLASS
http://spinrdf.org/sp#NamedGraph A named Graph element such as GRAPH
|
static URI |
NAMED_PROPERTY
http://spinrdf.org/sp#named Used in DROP and CLEAR.
|
static URI |
NODE_PROPERTY |
static URI |
NOT_EXISTS_CLASS
http://spinrdf.org/sp#NotExists A NOT EXISTS element group.
|
static URI |
OBJECT_PROPERTY
http://spinrdf.org/sp#object An RDF Node or Variable describing the object
of a triple.
|
static URI |
OFFSET_PROPERTY
http://spinrdf.org/sp#offset The OFFSET solution modifier of a Query.
|
static URI |
OPTIONAL_CLASS
http://spinrdf.org/sp#Optional An optional element in a query.
|
static URI |
ORDER_BY_CONDITION_CLASS
http://spinrdf.org/sp#OrderByCondition An abstract base class for
ascending or descending order conditions.
|
static URI |
ORDER_BY_PROPERTY
http://spinrdf.org/sp#orderBy Links a query with an ORDER BY clause where
the values are rdf:List containing OrderByConditions or expressions.
|
static URI |
PATH_CLASS
http://spinrdf.org/sp#Path The base class of SPARQL property path
expressions.
|
static URI |
PATH_PROPERTY
http://spinrdf.org/sp#path Points from a TriplePath to its path.
|
static URI |
PATH1_PROPERTY
http://spinrdf.org/sp#path1 The first child path of a property path.
|
static URI |
PATH2_PROPERTY
http://spinrdf.org/sp#path2 The second child path of a property path.
|
static URI |
PREDICATE_PROPERTY
http://spinrdf.org/sp#predicate A resource or Variable describing the
predicate of a triple.
|
static URI |
QUERY_CLASS
http://spinrdf.org/sp#Query Abstract base class of the various types of
supported queries.
|
static URI |
QUERY_PROPERTY
http://spinrdf.org/sp#query Links a SubQuery resource with the nested
Query.
|
static URI |
REDUCED_PROPERTY
http://spinrdf.org/sp#reduced A property with true to indicate that a
Select query has a REDUCED flag.
|
static URI |
RESULT_NODES_PROPERTY
http://spinrdf.org/sp#resultNodes Contains the result nodes (URI resources
or Variables) of a Describe query.
|
static URI |
RESULT_VARIABLES_PROPERTY
http://spinrdf.org/sp#resultVariables An rdf:List of variables that are
returned by a Select query.
|
static URI |
REVERSE_LINK_PATH_CLASS |
static URI |
REVERSE_PATH_CLASS
http://spinrdf.org/sp#ReversePath A path with reversed direction.
|
static URI |
SELECT_CLASS
http://spinrdf.org/sp#Select A SELECT-type query that returns variable
bindings as its result.
|
static URI |
SEQ_PATH_CLASS
http://spinrdf.org/sp#SeqPath A sequence of multiple paths.
|
static URI |
SERVICE_CLASS
http://spinrdf.org/sp#Service A SERVICE call that matches a nested
sub-pattern against a SPARQL end point specified by a URI.
|
static URI |
SERVICE_URI_PROPERTY
http://spinrdf.org/sp#serviceURI Used by sp:Service to specify the URI of
the SPARQL end point to invoke.
|
static URI |
SILENT_PROPERTY |
static URI |
SUB_PATH_PROPERTY
http://spinrdf.org/sp#subPath The child path of a property path
expression.
|
static URI |
SUB_QUERY_CLASS
http://spinrdf.org/sp#SubQuery A nested SELECT query inside of an element
list.
|
static URI |
SUBJECT_PROPERTY
http://spinrdf.org/sp#subject A resource or Variable describing the
subject of a triple.
|
static URI |
SUM_CLASS
http://spinrdf.org/sp#Sum Represents sum aggregations, e.g.
|
static URI |
SYSTEM_CLASS
http://spinrdf.org/sp#SystemClass An "artificial" root class that groups
all SP classes.
|
static URI |
SYSTEM_PROPERTY
http://spinrdf.org/sp#systemProperty An abstract base proprerty that
groups together the SP system properties.
|
static URI |
TEMPLATES_PROPERTY
http://spinrdf.org/sp#templates Points to a list of TripleTemplates that
form the head of a Construct query.
|
static URI |
TEXT_PROPERTY
http://spinrdf.org/sp#text Can be attached to sp:Queries to store a
textual representation of the query.
|
static URI |
TRIPLE_CLASS
http://spinrdf.org/sp#Triple A base class for TriplePattern and
TripleTemplate.
|
static URI |
TRIPLE_PATH_CLASS
http://spinrdf.org/sp#TriplePath Similar to a TriplePattern, but with a
path expression as its predicate.
|
static URI |
TRIPLE_PATTERN_CLASS
http://spinrdf.org/sp#TriplePattern A triple pattern used in the body of a
query.
|
static URI |
TRIPLE_TEMPLATE_CLASS
http://spinrdf.org/sp#TripleTemplate A prototypical triple used as
template in the head of a Construct query.
|
static URI |
TUPLE_CLASS
http://spinrdf.org/sp#Tuple Abstract base class for things that have
subject and object.
|
static URI |
UNION_CLASS
http://spinrdf.org/sp#Union A UNION group.
|
static URI |
UPDATE_CLASS
http://spinrdf.org/sp#Update Abstract base class to group the various
SPARQL UPDATE commands.
|
static URI |
USING_NAMED_PROPERTY |
static URI |
USING_PROPERTY |
static URI |
VAR_NAME_PROPERTY
http://spinrdf.org/sp#varName The name of a Variable.
|
static URI |
VARIABLE_CLASS
http://spinrdf.org/sp#Variable A variable mentioned in a Triple or
expression.
|
static URI |
VARIABLE_PROPERTY
http://spinrdf.org/sp#variable The variable of a Bind element.
|
static URI |
WHERE_PROPERTY
http://spinrdf.org/sp#where The WHERE clause of a Query.
|
static URI |
WITH_PROPERTY |
Constructor and Description |
---|
SP() |
public static URI PATH_CLASS
public static URI SYSTEM_CLASS
public static URI ASC_CLASS
public static URI ORDER_BY_CONDITION_CLASS
public static URI SUM_CLASS
public static URI AGGREGATION_CLASS
public static URI UNION_CLASS
public static URI ELEMENT_GROUP_CLASS
public static URI TRIPLE_PATTERN_CLASS
public static URI ELEMENT_CLASS
public static URI TRIPLE_CLASS
public static URI LOAD_CLASS
public static URI UPDATE_CLASS
public static URI DELETE_DATA_CLASS
public static URI DESC_CLASS
public static URI TRIPLE_TEMPLATE_CLASS
public static URI MAX_CLASS
public static URI INSERT_CLASS
public static URI MODIFY_CLASS
@Deprecated public static URI Insert
public static URI AVG_CLASS
public static URI TRIPLE_PATH_CLASS
public static URI TUPLE_CLASS
public static URI LET_CLASS
public static URI BIND_CLASS
@Deprecated public static URI Let
public static URI ELEMENT_LIST_CLASS
public static URI SUB_QUERY_CLASS
public static URI DELETE_CLASS
@Deprecated public static URI Delete
public static URI MIN_CLASS
public static URI OPTIONAL_CLASS
public static URI ALT_PATH_CLASS
public static URI COUNT_CLASS
public static URI REVERSE_PATH_CLASS
public static URI CONSTRUCT_CLASS
public static URI QUERY_CLASS
public static URI VARIABLE_CLASS
public static URI ASK_CLASS
public static URI MOD_PATH_CLASS
public static URI CREATE_CLASS
public static URI NAMED_GRAPH_CLASS
public static URI COMMAND_CLASS
public static URI REVERSE_LINK_PATH_CLASS
public static URI NOT_EXISTS_CLASS
public static URI DROP_CLASS
public static URI INSERT_DATA_CLASS
public static URI DELETE_WHERE_CLASS
public static URI SERVICE_CLASS
public static URI SELECT_CLASS
public static URI FILTER_CLASS
public static URI MINUS_CLASS
public static URI CLEAR_CLASS
public static URI DESCRIBE_CLASS
public static URI SEQ_PATH_CLASS
public static URI ARG5_PROPERTY
public static URI ARG_PROPERTY
public static URI PATH1_PROPERTY
public static URI SYSTEM_PROPERTY
public static URI ARG1_PROPERTY
public static URI DEFAULT_PROPERTY
public static URI OBJECT_PROPERTY
public static URI GRAPH_NAME_NODE_PROPERTY
public static URI VAR_NAME_PROPERTY
public static URI NAMED_PROPERTY
public static URI AS_PROPERTY
public static URI DISTINCT_PROPERTY
public static URI PATH2_PROPERTY
public static URI ORDER_BY_PROPERTY
public static URI VARIABLE_PROPERTY
public static URI ARG4_PROPERTY
public static URI SILENT_PROPERTY
public static URI HAVING_PROPERTY
public static URI QUERY_PROPERTY
public static URI GROUP_BY_PROPERTY
public static URI GRAPH_IRI_PROPERTY
public static URI LIMIT_PROPERTY
public static URI USING_PROPERTY
public static URI TEMPLATES_PROPERTY
public static URI RESULT_NODES_PROPERTY
public static URI USING_NAMED_PROPERTY
public static URI ARG3_PROPERTY
public static URI REDUCED_PROPERTY
public static URI SUB_PATH_PROPERTY
public static URI INTO_PROPERTY
public static URI WITH_PROPERTY
public static URI SERVICE_URI_PROPERTY
public static URI DOCUMENT_PROPERTY
public static URI WHERE_PROPERTY
public static URI RESULT_VARIABLES_PROPERTY
public static URI TEXT_PROPERTY
public static URI PATH_PROPERTY
public static URI MOD_MAX_PROPERTY
public static URI PREDICATE_PROPERTY
public static URI ELEMENTS_PROPERTY
public static URI NODE_PROPERTY
public static URI FROM_NAMED_PROPERTY
public static URI ARG2_PROPERTY
public static URI SUBJECT_PROPERTY
public static URI EXPRESSION_PROPERTY
public static URI DELETE_PATTERN_PROPERTY
public static URI ALL_PROPERTY
public static URI OFFSET_PROPERTY
public static URI FROM_PROPERTY
public static URI MOD_MIN_PROPERTY
public static URI INSERT_PATTERN_PROPERTY
Copyright © 2001-2016 Aduna. All Rights Reserved.