1RDF::Query::Algebra::QuUasde(r3)Contributed Perl DocumenRtDaFt:i:oQnuery::Algebra::Quad(3)
2
3
4
6 RDF::Query::Algebra::Quad - Algebra class for Quad patterns
7
9 This document describes RDF::Query::Algebra::Quad version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Algebra class.
14
15 "new ( $s, $p, $o, $g )"
16 Returns a new Quad structure.
17
18 "as_sparql"
19 Returns the SPARQL string for this algebra expression.
20
21 "as_hash"
22 Returns the query as a nested set of plain data structures (no
23 objects).
24
25 "referenced_blanks"
26 Returns a list of the blank node names used in this algebra
27 expression.
28
29 "qualify_uris ( \%namespaces, $base_uri )"
30 Returns a new algebra pattern where all referenced Resource nodes
31 representing QNames (ns:local) are qualified using the supplied
32 %namespaces.
33
34 "bf ()"
35 Returns a string representing the state of the nodes of the triple
36 (bound or free).
37
38 "distinguish_bnode_variables"
39 Returns a new Quad object with blank nodes replaced by
40 distinguished variables.
41
42 "label ( $label => $value )"
43 Sets the named $label to $value for this quad object. If no $value
44 is given, returns the current label value, or undef if none exists.
45
47 Gregory Todd Williams <gwilliams@cpan.org>
48
49
50
51perl v5.28.1 2017-01-04 RDF::Query::Algebra::Quad(3)