Class SP
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.SP
- Version:
- 1.4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic IRI
static IRI
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 IRI
http://spinrdf.org/sp#all Used in DROP and CLEAR.static IRI
http://spinrdf.org/sp#AltPath An alternative path with the union of sp:path1 and sp:path2.static IRI
static IRI
http://spinrdf.org/sp#arg Abstract superproperty for the enumerated arg1, arg2 etc.static IRI
http://spinrdf.org/sp#arg1 The first argument of a function call.static IRI
http://spinrdf.org/sp#arg2 The second argument of a function call.static IRI
http://spinrdf.org/sp#arg3 The third argument of a function call.static IRI
http://spinrdf.org/sp#arg4 The forth argument of a function call.static IRI
http://spinrdf.org/sp#arg5 The fifth argument of a function call.static IRI
Deprecated.static IRI
http://spinrdf.org/sp#Asc Marker to indicate ascending order.static IRI
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 IRI
http://spinrdf.org/sp#Avg Represents AVG aggregations.static IRI
http://spinrdf.org/sp#Bind A BIND element.static IRI
static IRI
static IRI
static IRI
http://spinrdf.org/sp#Clear An Update operation that removes all triples from a specified graph.static IRI
static IRI
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 IRI
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 IRI
http://spinrdf.org/sp#Count Counts the number of times a variable is used.static IRI
http://spinrdf.org/sp#Create An Update operation that creates a new empty graph with a name specified by sp:graphIRI.static IRI
static IRI
static IRI
http://spinrdf.org/sp#default Used in DROP and CLEAR.static IRI
Deprecated.static IRI
Deprecated.static IRI
http://spinrdf.org/sp#DeleteData An Update operation to delete specific triples.static IRI
http://spinrdf.org/sp#deletePattern Points to a list of sp:TripleTemplates and sp:NamedGraphs in a modify operation.static IRI
http://spinrdf.org/sp#DeleteWhere An Update operation where the triples matched by the WHERE clause (sp:where) will be the triples deleted.static IRI
http://spinrdf.org/sp#Desc Marker to indicate descending order.static IRI
http://spinrdf.org/sp#Describe A DESCRIBE-type Query.static IRI
http://spinrdf.org/sp#distinct A marker property to indicate that a Select query is of type SELECT DISTINCT.static IRI
static IRI
http://spinrdf.org/sp#document The IRI of the document to load using a LOAD Update operation.static IRI
http://spinrdf.org/sp#Drop An Update operation that removes a specified graph from the Graph Store.static IRI
http://spinrdf.org/sp#Element An abstract base class for all pattern elements.static IRI
http://spinrdf.org/sp#ElementGroup Abstract base class of group patterns.static IRI
http://spinrdf.org/sp#ElementList A list of Elements.static IRI
http://spinrdf.org/sp#elements Points to an ElementList, for example in an Optional element.static IRI
static IRI
static IRI
http://spinrdf.org/sp#expression Points to an expression, for example in a Filter or Assignment.static IRI
http://spinrdf.org/sp#Filter A constraint element that evaluates a given expression to true or false.static IRI
http://spinrdf.org/sp#fromNamed Specifies a named RDF Dataset used by a Query (FROM NAMED syntax in SPARQL).static IRI
http://spinrdf.org/sp#from Specifies an RDF Dataset used by a Query (FROM syntax in SPARQL).static IRI
static IRI
http://spinrdf.org/sp#graphIRI Points to graph names (IRIs) in various sp:Update operations.static IRI
http://spinrdf.org/sp#graphNameNode The name (IRI or Variable) of a NamedGraph.static IRI
http://spinrdf.org/sp#groupBy Points from a Query to the list of GROUP BY expressions.static IRI
static IRI
static IRI
http://spinrdf.org/sp#having Points from a SELECT query to a list of HAVING expressions.static IRI
static IRI
Deprecated.static IRI
Deprecated.static IRI
http://spinrdf.org/sp#InsertData An Update operation to insert specific triples.static IRI
http://spinrdf.org/sp#insertPattern Points to a list of sp:TripleTemplates or sp:NamedGraphs in a modify command.static IRI
http://spinrdf.org/sp#into The (optional) target of a LOAD Update operation.static IRI
static IRI
static IRI
static IRI
static IRI
static IRI
static IRI
static IRI
static IRI
Deprecated.static IRI
Deprecated.static IRI
http://spinrdf.org/sp#limit The LIMIT solution modifier of a Query.static IRI
http://spinrdf.org/sp#Load A LOAD Update operation.static IRI
static IRI
http://spinrdf.org/sp#Max Represents MAX aggregations.static IRI
http://spinrdf.org/sp#Min Represents MIN aggregations.static IRI
http://spinrdf.org/sp#Minus A MINUS element group.static IRI
static IRI
static IRI
http://spinrdf.org/sp#ModPath A modified path such as rdfs:subClassOf*.static IRI
http://spinrdf.org/sp#Modify Represents a MODIFY (part of SPARQL UPDATE language).static IRI
static IRI
http://spinrdf.org/sp#NamedGraph A named Graph element such as GRAPH{...}. static IRI
http://spinrdf.org/sp#named Used in DROP and CLEAR.static String
http://spinrdf.org/sp An RDF Schema to syntactically represent SPARQL queries (including SPARQL UPDATE) as RDF triples.static IRI
static IRI
static IRI
static IRI
static IRI
http://spinrdf.org/sp#NotExists A NOT EXISTS element group (ARQ only).static IRI
http://spinrdf.org/sp#object An RDF Node or Variable describing the object of a triple.static IRI
http://spinrdf.org/sp#offset The OFFSET solution modifier of a Query.static IRI
http://spinrdf.org/sp#Optional An optional element in a query.static IRI
static IRI
http://spinrdf.org/sp#OrderByCondition An abstract base class for ascending or descending order conditions.static IRI
http://spinrdf.org/sp#orderBy Links a query with an ORDER BY clause where the values are rdf:List containing OrderByConditions or expressions.static IRI
http://spinrdf.org/sp#Path The base class of SPARQL property path expressions.static IRI
http://spinrdf.org/sp#path Points from a TriplePath to its path.static IRI
http://spinrdf.org/sp#path1 The first child path of a property path.static IRI
http://spinrdf.org/sp#path2 The second child path of a property path.static IRI
http://spinrdf.org/sp#predicate A resource or Variable describing the predicate of a triple.static String
static IRI
http://spinrdf.org/sp#Query Abstract base class of the various types of supported queries.static IRI
http://spinrdf.org/sp#query Links a SubQuery resource with the nested Query.static IRI
http://spinrdf.org/sp#reduced A property with true to indicate that a Select query has a REDUCED flag.static IRI
static IRI
http://spinrdf.org/sp#resultNodes Contains the result nodes (IRI resources or Variables) of a Describe query.static IRI
http://spinrdf.org/sp#resultVariables An rdf:List of variables that are returned by a Select query.static IRI
static IRI
http://spinrdf.org/sp#ReversePath A path with reversed direction.static IRI
static IRI
http://spinrdf.org/sp#Select A SELECT-type query that returns variable bindings as its result.static IRI
http://spinrdf.org/sp#SeqPath A sequence of multiple paths.static IRI
http://spinrdf.org/sp#Service A SERVICE call that matches a nested sub-pattern against a SPARQL end point specified by a IRI.static IRI
http://spinrdf.org/sp#serviceURI Used by sp:Service to specify the IRI of the SPARQL end point to invoke.static IRI
static IRI
static IRI
static IRI
http://spinrdf.org/sp#subPath The child path of a property path expression.static IRI
http://spinrdf.org/sp#SubQuery A nested SELECT query inside of an element list.static IRI
http://spinrdf.org/sp#subject A resource or Variable describing the subject of a triple.static IRI
http://spinrdf.org/sp#Sum Represents sum aggregations, e.g.static IRI
http://spinrdf.org/sp#SystemClass An "artificial" root class that groups all SP classes.static IRI
http://spinrdf.org/sp#systemProperty An abstract base proprerty that groups together the SP system properties.static IRI
http://spinrdf.org/sp#templates Points to a list of TripleTemplates that form the head of a Construct query.static IRI
http://spinrdf.org/sp#text Can be attached to sp:Queries to store a textual representation of the query.static IRI
http://spinrdf.org/sp#Triple A base class for TriplePattern and TripleTemplate.static IRI
http://spinrdf.org/sp#TriplePath Similar to a TriplePattern, but with a path expression as its predicate.static IRI
http://spinrdf.org/sp#TriplePattern A triple pattern used in the body of a query.static IRI
http://spinrdf.org/sp#TripleTemplate A prototypical triple used as template in the head of a Construct query.static IRI
http://spinrdf.org/sp#Tuple Abstract base class for things that have subject and object.static IRI
static IRI
http://spinrdf.org/sp#Union A UNION group.static IRI
http://spinrdf.org/sp#Update Abstract base class to group the various SPARQL UPDATE commands.static IRI
static IRI
static IRI
static IRI
static IRI
http://spinrdf.org/sp#varName The name of a Variable.static IRI
static IRI
http://spinrdf.org/sp#Variable A variable mentioned in a Triple or expression.static IRI
http://spinrdf.org/sp#variable The variable of a Bind element.static IRI
http://spinrdf.org/sp#where The WHERE clause of a Query.static IRI
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACE
http://spinrdf.org/sp An RDF Schema to syntactically represent SPARQL queries (including SPARQL UPDATE) as RDF triples.- See Also:
- Constant Field Values
-
PREFIX
- See Also:
- Constant Field Values
-
PATH_CLASS
http://spinrdf.org/sp#Path The base class of SPARQL property path expressions. Paths are used by sp:TriplePath triple paths. -
SYSTEM_CLASS
http://spinrdf.org/sp#SystemClass An "artificial" root class that groups all SP classes. This makes them look much less overwhelming in UI tools. Typical end users don't need to see those classes anyway. -
ASC_CLASS
http://spinrdf.org/sp#Asc Marker to indicate ascending order. -
ORDER_BY_CONDITION_CLASS
http://spinrdf.org/sp#OrderByCondition An abstract base class for ascending or descending order conditions. Instances of this class (typically bnodes) must have a value for expression to point to the actual values. -
SUM_CLASS
http://spinrdf.org/sp#Sum Represents sum aggregations, e.g. SELECT SUM(?varName)... -
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). -
UNION_CLASS
http://spinrdf.org/sp#Union A UNION group. -
ELEMENT_GROUP_CLASS
http://spinrdf.org/sp#ElementGroup Abstract base class of group patterns. -
TRIPLE_PATTERN_CLASS
http://spinrdf.org/sp#TriplePattern A triple pattern used in the body of a query. -
ELEMENT_CLASS
http://spinrdf.org/sp#Element An abstract base class for all pattern elements. -
TRIPLE_CLASS
http://spinrdf.org/sp#Triple A base class for TriplePattern and TripleTemplate. This basically specifies that subject, predicate and object must be present. -
LOAD_CLASS
http://spinrdf.org/sp#Load A LOAD Update operation. The document to load is specified using sp:document, and the (optional) target graph using sp:into. -
UPDATE_CLASS
http://spinrdf.org/sp#Update Abstract base class to group the various SPARQL UPDATE commands. -
DELETE_DATA_CLASS
http://spinrdf.org/sp#DeleteData An Update operation to delete specific triples. The graph triples are represented using sp:data, which points to an rdf:List of sp:Triples or sp:NamedGraphs. -
DESC_CLASS
http://spinrdf.org/sp#Desc Marker to indicate descending order. -
TRIPLE_TEMPLATE_CLASS
http://spinrdf.org/sp#TripleTemplate A prototypical triple used as template in the head of a Construct query. May contain variables. -
MAX_CLASS
http://spinrdf.org/sp#Max Represents MAX aggregations. -
INSERT_CLASS
Deprecated.http://spinrdf.org/sp#Insert Deprecated - use sp:Modify instead. Represents a INSERT INTO (part of SPARQL UPDATE language). The graph IRIs are stored in sp:graphIRI. The template patterns to delete are stored in sp:insertPattern. The WHERE clause is represented using sp:where. -
MODIFY_CLASS
http://spinrdf.org/sp#Modify Represents a MODIFY (part of SPARQL UPDATE language). The graph IRIs are stored in sp:graphIRI. The template patterns are stored in sp:deletePattern and sp:insertPattern. The WHERE clause is represented using sp:where. -
Insert
Deprecated.http://spinrdf.org/sp#Insert Deprecated - use sp:Modify instead. Represents a INSERT INTO (part of SPARQL UPDATE language). The graph IRIs are stored in sp:graphIRI. The template patterns to delete are stored in sp:insertPattern. The WHERE clause is represented using sp:where. -
AVG_CLASS
http://spinrdf.org/sp#Avg Represents AVG aggregations. -
TRIPLE_PATH_CLASS
http://spinrdf.org/sp#TriplePath Similar to a TriplePattern, but with a path expression as its predicate. For example, this can be used to express transitive sub-class relationships (?subClass rdfs:subClassOf* ?superClass). -
TUPLE_CLASS
http://spinrdf.org/sp#Tuple Abstract base class for things that have subject and object. -
LET_CLASS
Deprecated.http://spinrdf.org/sp#Let Deprecated: use sp:Bind instead. A variable assignment (LET (?:= )). Not part of the SPARQL 1.0 standard, but (for example) ARQ. -
BIND_CLASS
http://spinrdf.org/sp#Bind A BIND element. -
Let
Deprecated.http://spinrdf.org/sp#Let Deprecated: use sp:Bind instead. A variable assignment (LET (?:= )). Not part of the SPARQL 1.0 standard, but (for example) ARQ. -
ELEMENT_LIST_CLASS
http://spinrdf.org/sp#ElementList A list of Elements. This class is never instantiated directly as SPIN will use plain rdf:Lists to store element lists. -
SUB_QUERY_CLASS
http://spinrdf.org/sp#SubQuery A nested SELECT query inside of an element list. The query is stored in sp:query. -
DELETE_CLASS
Deprecated.http://spinrdf.org/sp#Delete Deprecated - use sp:Modify instead. Represents a DELETE FROM (part of SPARQL UPDATE language). The graph IRIs are stored in sp:graphIRI. The template patterns to delete are stored in sp:deletePattern. The WHERE clause is represented using sp:where. -
Delete
Deprecated.http://spinrdf.org/sp#Delete Deprecated - use sp:Modify instead. Represents a DELETE FROM (part of SPARQL UPDATE language). The graph IRIs are stored in sp:graphIRI. The template patterns to delete are stored in sp:deletePattern. The WHERE clause is represented using sp:where. -
MIN_CLASS
http://spinrdf.org/sp#Min Represents MIN aggregations. -
OPTIONAL_CLASS
http://spinrdf.org/sp#Optional An optional element in a query. -
ALT_PATH_CLASS
http://spinrdf.org/sp#AltPath An alternative path with the union of sp:path1 and sp:path2. -
COUNT_CLASS
http://spinrdf.org/sp#Count Counts the number of times a variable is used. The variable is stored in the variable property. This might be left blank to indicate COUNT(*). -
REVERSE_PATH_CLASS
http://spinrdf.org/sp#ReversePath A path with reversed direction. -
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). -
QUERY_CLASS
http://spinrdf.org/sp#Query Abstract base class of the various types of supported queries. Common to all types of queries is that they can have a body ("WHERE clause"). -
VARIABLE_CLASS
http://spinrdf.org/sp#Variable A variable mentioned in a Triple or expression. Variables are often blank nodes with the variable name stored in ts:name. Variables can also be supplied with a IRI in which case the system will attempt to reuse the same variable instance across multiple query definitions. -
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. -
MOD_PATH_CLASS
http://spinrdf.org/sp#ModPath A modified path such as rdfs:subClassOf*. -
CREATE_CLASS
http://spinrdf.org/sp#Create An Update operation that creates a new empty graph with a name specified by sp:graphIRI. May have sp:silent set to true. -
NAMED_GRAPH_CLASS
http://spinrdf.org/sp#NamedGraph A named Graph element such as GRAPH{...}. -
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. -
REVERSE_LINK_PATH_CLASS
-
NOT_EXISTS_CLASS
http://spinrdf.org/sp#NotExists A NOT EXISTS element group (ARQ only). -
DROP_CLASS
http://spinrdf.org/sp#Drop An Update operation that removes a specified graph from the Graph Store. Must specify the graph using sp:graphIRI, or sp:default, sp:named or sp:all. May have the SILENT flag, encoded using sp:silent. -
INSERT_DATA_CLASS
http://spinrdf.org/sp#InsertData An Update operation to insert specific triples. The graph triples are represented using sp:data, which points to an rdf:List of sp:Triples or sp:NamedGraphs. -
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. -
SERVICE_CLASS
http://spinrdf.org/sp#Service A SERVICE call that matches a nested sub-pattern against a SPARQL end point specified by a IRI. -
SELECT_CLASS
http://spinrdf.org/sp#Select A SELECT-type query that returns variable bindings as its result. -
FILTER_CLASS
http://spinrdf.org/sp#Filter A constraint element that evaluates a given expression to true or false. -
MINUS_CLASS
http://spinrdf.org/sp#Minus A MINUS element group. -
CLEAR_CLASS
http://spinrdf.org/sp#Clear An Update operation that removes all triples from a specified graph. Must specify the graph using sp:graphIRI, or sp:default, sp:named or sp:all. May have the SILENT flag, encoded using sp:silent. -
DESCRIBE_CLASS
http://spinrdf.org/sp#Describe A DESCRIBE-type Query. -
SEQ_PATH_CLASS
http://spinrdf.org/sp#SeqPath A sequence of multiple paths. -
ARG5_PROPERTY
http://spinrdf.org/sp#arg5 The fifth argument of a function call. Further arguments are not common in SPARQL, therefore no sp:arg6, etc are defined here. However, they can be created if needed. -
ARG_PROPERTY
http://spinrdf.org/sp#arg Abstract superproperty for the enumerated arg1, arg2 etc. -
PATH1_PROPERTY
http://spinrdf.org/sp#path1 The first child path of a property path. Used by sp:AltPath and sp:SeqPath. -
SYSTEM_PROPERTY
http://spinrdf.org/sp#systemProperty An abstract base proprerty that groups together the SP system properties. Users typically don't need to see them anyway. -
ARG1_PROPERTY
http://spinrdf.org/sp#arg1 The first argument of a function call. -
DEFAULT_PROPERTY
http://spinrdf.org/sp#default Used in DROP and CLEAR. -
OBJECT_PROPERTY
http://spinrdf.org/sp#object An RDF Node or Variable describing the object of a triple. -
GRAPH_NAME_NODE_PROPERTY
http://spinrdf.org/sp#graphNameNode The name (IRI or Variable) of a NamedGraph. -
VAR_NAME_PROPERTY
http://spinrdf.org/sp#varName The name of a Variable. -
NAMED_PROPERTY
http://spinrdf.org/sp#named Used in DROP and CLEAR. -
AS_PROPERTY
Deprecated.http://spinrdf.org/sp#as Points to a Variable used in an AS statement such as COUNT aggregates. -
DISTINCT_PROPERTY
http://spinrdf.org/sp#distinct A marker property to indicate that a Select query is of type SELECT DISTINCT. -
PATH2_PROPERTY
http://spinrdf.org/sp#path2 The second child path of a property path. Used by sp:AltPath and sp:SeqPath. -
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. While the domain of this property is sp:Query, only Describe and Select queries can have values of it. -
VARIABLE_PROPERTY
http://spinrdf.org/sp#variable The variable of a Bind element. -
ARG4_PROPERTY
http://spinrdf.org/sp#arg4 The forth argument of a function call. -
SILENT_PROPERTY
-
HAVING_PROPERTY
http://spinrdf.org/sp#having Points from a SELECT query to a list of HAVING expressions. -
QUERY_PROPERTY
http://spinrdf.org/sp#query Links a SubQuery resource with the nested Query. -
GROUP_BY_PROPERTY
http://spinrdf.org/sp#groupBy Points from a Query to the list of GROUP BY expressions. -
GRAPH_IRI_PROPERTY
http://spinrdf.org/sp#graphIRI Points to graph names (IRIs) in various sp:Update operations. -
LIMIT_PROPERTY
http://spinrdf.org/sp#limit The LIMIT solution modifier of a Query. -
USING_PROPERTY
-
TEMPLATES_PROPERTY
http://spinrdf.org/sp#templates Points to a list of TripleTemplates that form the head of a Construct query. -
RESULT_NODES_PROPERTY
http://spinrdf.org/sp#resultNodes Contains the result nodes (IRI resources or Variables) of a Describe query. -
USING_NAMED_PROPERTY
-
DATA_PROPERTY
-
ARG3_PROPERTY
http://spinrdf.org/sp#arg3 The third argument of a function call. -
REDUCED_PROPERTY
http://spinrdf.org/sp#reduced A property with true to indicate that a Select query has a REDUCED flag. -
SUB_PATH_PROPERTY
http://spinrdf.org/sp#subPath The child path of a property path expression. This is used by ReversePath and ModPath. -
INTO_PROPERTY
http://spinrdf.org/sp#into The (optional) target of a LOAD Update operation. -
WITH_PROPERTY
-
SERVICE_URI_PROPERTY
http://spinrdf.org/sp#serviceURI Used by sp:Service to specify the IRI of the SPARQL end point to invoke. Must point to a IRI node. -
DOCUMENT_PROPERTY
http://spinrdf.org/sp#document The IRI of the document to load using a LOAD Update operation. -
WHERE_PROPERTY
http://spinrdf.org/sp#where The WHERE clause of a Query. -
RESULT_VARIABLES_PROPERTY
http://spinrdf.org/sp#resultVariables An rdf:List of variables that are returned by a Select query. -
TEXT_PROPERTY
http://spinrdf.org/sp#text Can be attached to sp:Queries to store a textual representation of the query. This can be useful for tools that do not have a complete SPIN Syntax parser available. -
PATH_PROPERTY
http://spinrdf.org/sp#path Points from a TriplePath to its path. -
MOD_MAX_PROPERTY
-
PREDICATE_PROPERTY
http://spinrdf.org/sp#predicate A resource or Variable describing the predicate of a triple. -
ELEMENTS_PROPERTY
http://spinrdf.org/sp#elements Points to an ElementList, for example in an Optional element. -
NODE_PROPERTY
-
FROM_NAMED_PROPERTY
http://spinrdf.org/sp#fromNamed Specifies a named RDF Dataset used by a Query (FROM NAMED syntax in SPARQL). Values of this property must be IRI resources. -
ARG2_PROPERTY
http://spinrdf.org/sp#arg2 The second argument of a function call. -
SUBJECT_PROPERTY
http://spinrdf.org/sp#subject A resource or Variable describing the subject of a triple. -
EXPRESSION_PROPERTY
http://spinrdf.org/sp#expression Points to an expression, for example in a Filter or Assignment. -
DELETE_PATTERN_PROPERTY
http://spinrdf.org/sp#deletePattern Points to a list of sp:TripleTemplates and sp:NamedGraphs in a modify operation. -
ALL_PROPERTY
http://spinrdf.org/sp#all Used in DROP and CLEAR. -
OFFSET_PROPERTY
http://spinrdf.org/sp#offset The OFFSET solution modifier of a Query. -
FROM_PROPERTY
http://spinrdf.org/sp#from Specifies an RDF Dataset used by a Query (FROM syntax in SPARQL). Values of this property must be IRI resources. -
MOD_MIN_PROPERTY
-
INSERT_PATTERN_PROPERTY
http://spinrdf.org/sp#insertPattern Points to a list of sp:TripleTemplates or sp:NamedGraphs in a modify command. -
VALUES_CLASS
-
BINDINGS_PROPERTY
-
VAR_NAMES_PROPERTY
-
UNDEF
-
GROUP_CONCAT_CLASS
-
SAMPLE_CLASS
-
AND
-
OR
-
ADD
-
SUB
-
MUL
-
DIVIDE
-
EQ
-
NE
-
LT
-
LE
-
GE
-
GT
-
NOT
-
EXISTS
-
NOT_EXISTS
-
BOUND
-
IF
-
COALESCE
-
IS_IRI
-
IS_URI
-
IS_BLANK
-
IS_LITERAL
-
IS_NUMERIC
-
STR
-
LANG
-
DATATYPE
-
BNODE
-
REGEX
-
IRI
-
URI
-
-
Constructor Details
-
SP
public SP()
-