An ASK query that returns true if the condition in the body is met by at least one result set.

Comment
An ASK query that returns true if the condition in the body is met by at least one result set.
Label
Ask
SubClassOf
Query

AVG

Represents AVG aggregations.

Comment
Represents AVG aggregations.
Label
AVG
SubClassOf
Aggregation

Add

A SPARQL UPDATE ADD operation. Uses sp:source and sp:target to represent "from" and "to" graphs, respectively. Also sp:silent may be true.

Comment
A SPARQL UPDATE ADD operation. Uses sp:source and sp:target to represent "from" and "to" graphs, respectively. Also sp:silent may be true.
Label
Add
SeeAlso
add
SubClassOf
Update

Aggregation

Base class of aggregation types (not part of the SPARQL 1.0 standard but supported by ARQ and other engines).

Comment
Base class of aggregation types (not part of the SPARQL 1.0 standard but supported by ARQ and other engines).
Label
Aggregation
SubClassOf
SP System class

all

Used in DROP and CLEAR.

Comment
Used in DROP and CLEAR.
Label
all
Range
boolean
SubPropertyOf
SP system property

Alt path

An alternative path with the union of sp:path1 and sp:path2.

Comment
An alternative path with the union of sp:path1 and sp:path2.
Label
Alt path
SubClassOf
Path

arg

Abstract superproperty for the enumerated arg1, arg2 etc.

Comment
Abstract superproperty for the enumerated arg1, arg2 etc.
Label
arg

arg1

The first argument of a function call.

Comment
The first argument of a function call.
Label
arg1
SubPropertyOf
arg

arg2

The second argument of a function call.

Comment
The second argument of a function call.
Label
arg2
SubPropertyOf
arg

arg3

The third argument of a function call.

Comment
The third argument of a function call.
Label
arg3
SubPropertyOf
arg

arg4

The forth argument of a function call.

Comment
The forth argument of a function call.
Label
arg4
SubPropertyOf
arg

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.

Comment
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.
Label
arg5
SubPropertyOf
arg

as

Points to a Variable used in an AS statement such as COUNT aggregates.

Comment
Points to a Variable used in an AS statement such as COUNT aggregates.
Label
as
Range
Variable
SubPropertyOf
SP system property

Asc

Marker to indicate ascending order.

Comment
Marker to indicate ascending order.
Label
Asc
SubClassOf
Order by condition

Bind

A BIND element.

Comment
A BIND element.
Label
Bind
SubClassOf