RDF::Query::Functions(3) Standard Extension Functions

VERSION

This document describes RDF::Query::Functions version 2.916.

DESCRIPTION

This stub module simply loads all other modules named "RDF::Query::Functions::*". Each of those modules has an "install" method that simply adds coderefs to %RDF::Query::functions.

METHODS

"install_function ( $uri, \&func )"
"install_function ( \@uris, \&func )"
Install the supplied CODE reference as the implementation for the given function URI(s).

AUTHOR

 Gregory Williams <[email protected]>,
 Toby Inkster <[email protected]>.