Function URIs for SPARQL
URIs for SPARQL functions
Prefix |
URI |
sparql: |
http://www.w3.org/2006/sparql-functions# |
fn: |
http://www.w3.org/2005/xpath-functions/# |
op: |
no namespace |
SPARQL Functions
Function |
URI |
bound |
sparql:bound |
isIRIis |
sparql:isIRI |
isURI |
sparqlisURI |
isBlank |
sparql:isBlank |
isLiteral |
sparql:isLiteral |
str |
sparql:str |
lang |
sparql:lang |
datatype |
sparql:datatype |
langMatches |
sparql:langMatches |
regex |
fn:matches |
logical-or |
sparql:logical-or |
logical-and |
sparql:logical-and |
Note that sparql:logical-or
and sparql_logical-and
are special forms and do
not evaluate their second arguments if the first is true (for sparql:logical-or
)
or false (sparql_logical-and
) respectively.
XQuery 1.0 and XPath 2.0 Functions and Operators
Name |
URI |
|
fn:boolean |
|
fn:collation |
|
fn:compare |
|
fn:matches |
|
fn:not |
|
op:boolean-equal |
|
op:boolean-greater-than |
|
op:boolean-less-than |
|
op:dateTime-equal |
|
op:dateTime-greater-than |
|
op:dateTime-less-than |
|
op:numeric-add |
|
op:numeric-divide |
|
op:numeric-equal |
|
op:numeric-greater-than |
|
op:numeric-less-than |
|
op:numeric-multiply |
|
op:numeric-subtract |
|
op:numeric-unary-minus |
|
op:numeric-unary-plus |