arq.examples.propertyfunction |
|
Java Source File Name | Type | Comment |
labelSearch.java | Class | Example extension or property function to show rewriting part of a query.
A simpler, more driect way to implement property functions is to extends
one of the helper classes and have the custom code called on each solution from the
the previosu query stage.
See examples
localname for a general predicate that allows for any of
subject or object to be a variable of boudn value, or see
uppercase for a simple
implementation that transforms on graph node into a new node. |
localname.java | Class | Example property function that creates the association between a URI and it's localname.
See also splitIRI which is more general. |
uppercase.java | Class | Example property function that uppercases the lexical form of a literal.
The subject must be bound, the object not bound. |