os:FilterFunction
A registered Apache Jena filter function callable in SPARQL BIND expressions.
Filter functions are implemented in Java and registered to Jena's FunctionRegistry.
Usage pattern: BIND(namespace:functionName(?input) AS ?output)
# Example: Convert URI to qname format
BIND(os:qname(?resourceUri) AS ?qname)