RDF::Query::Functions - Standard Extension Functions


RDF-Query documentation  | view source Contained in the RDF-Query distribution.

Index


NAME

Top

RDF::Query::Functions - Standard Extension Functions

VERSION

Top

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

DESCRIPTION

Top

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

Top

install_function ( $uri, \&func )
install_function ( \@uris, \&func )

Install the supplied CODE reference as the implementation for the given function URI(s).

SEE ALSO

Top

RDF::Query::Functions::SPARQL, RDF::Query::Functions::Xpath, RDF::Query::Functions::Jena, RDF::Query::Functions::Geo, RDF::Query::Functions::Kasei.

AUTHOR

Top

 Gregory Williams <gwilliams@cpan.org>,
 Toby Inkster <tobyink@cpan.org>.


RDF-Query documentation  | view source Contained in the RDF-Query distribution.