1RDF::Query::Algebra::MoUvsee(r3)Contributed Perl DocumenRtDaFt:i:oQnuery::Algebra::Move(3)
2
3
4
6 RDF::Query::Algebra::Move - Algebra class for MOVE operations
7
9 This document describes RDF::Query::Algebra::Move version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Algebra class.
14
15 "new ( $from, $to, $silent )"
16 Returns a new MOVE 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 "as_sparql"
23 Returns the SPARQL string for this algebra expression.
24
25 "sse"
26 Returns the SSE 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 "from"
34 "to"
35 "silent"
36
38 Gregory Todd Williams <gwilliams@cpan.org>
39
40
41
42perl v5.38.0 2023-07-21 RDF::Query::Algebra::Move(3)