1RDF::Query::Functions(3U)ser Contributed Perl DocumentatiRoDnF::Query::Functions(3)
2
3
4
6 RDF::Query::Functions - Standard Extension Functions
7
9 This document describes RDF::Query::Functions version 2.918.
10
12 This stub module simply loads all other modules named
13 "RDF::Query::Functions::*". Each of those modules has an "install"
14 method that simply adds coderefs to %RDF::Query::functions.
15
17 "install_function ( $uri, \&func )"
18 "install_function ( \@uris, \&func )"
19 Install the supplied CODE reference as the implementation for the
20 given function URI(s).
21
23 RDF::Query::Functions::SPARQL, RDF::Query::Functions::Xpath,
24 RDF::Query::Functions::Jena, RDF::Query::Functions::Geo,
25 RDF::Query::Functions::Kasei.
26
28 Gregory Williams <gwilliams@cpan.org>,
29 Toby Inkster <tobyink@cpan.org>.
30
31
32
33perl v5.36.0 2022-07-22 RDF::Query::Functions(3)