title: Property Functions in ARQ

SPARQL allows custom property functions to add functionality to the triple matching process. Property functions can be registered or dynamically loaded.

See also the free text search page.

See also the FILTER functions FILTER functions library.

Applications can also provide their own property functions.

Property Function Library

Prefix apf: which is <http://jena.hpl.hp.com/ARQ/property#>.

Direct loading using a URI prefix of <java:org.apache.jena.sparql.pfunction.library.> (note the final dot) also works.

The prefix list: is http://jena.apache.org/ARQ/list#.

ARQ documentation index