1RDF::Query::Algebra::LoUasde(r3)Contributed Perl DocumenRtDaFt:i:oQnuery::Algebra::Load(3)
2
3
4
6 RDF::Query::Algebra::Load - Algebra class for LOAD operations
7
9 This document describes RDF::Query::Algebra::Load version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Algebra class.
14
15 "new ( $url )"
16 Returns a new LOAD structure.
17
18 "construct_args"
19 Returns a list of arguments that, passed to this class'
20 constructor, will produce a clone of this algebra pattern.
21
22 "sse"
23 Returns the SSE string for this algebra expression.
24
25 "as_sparql"
26 Returns the SPARQL string for this algebra expression.
27
28 "referenced_blanks"
29 Returns a list of the blank node names used in this algebra
30 expression.
31
32 "referenced_variables"
33 "url"
34 "graph"
35 "silent"
36
38 Gregory Todd Williams <gwilliams@cpan.org>
39
40
41
42perl v5.34.0 2021-07-22 RDF::Query::Algebra::Load(3)