| Example property function that uppercases the lexical form of a literal.
The subject must be bound, the object not bound.
localname shows a
property function that handles more cases of subject or object bing bound or unbound.
PREFIX ext:
{ ?string ext:uppercase ?uppercase }
{ "lower case" ext:uppercase ?uppercase }
Else fails to match.
|