1RDF::Trine::Node::VariaUbsleer(3C)ontributed Perl DocumeRnDtFa:t:iTornine::Node::Variable(3)
2
3
4
6 RDF::Trine::Node::Variable - RDF Node class for variables
7
9 This document describes RDF::Trine::Node::Variable version 1.019
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Trine::Node class.
14
15 "new ( $name )"
16 Returns a new Variable structure.
17
18 "name"
19 Returns the name of the variable.
20
21 "sse"
22 Returns the SSE string for this variable.
23
24 "as_string"
25 Returns a string representation of the node.
26
27 "value"
28 Returns the variable name.
29
30 "as_ntriples"
31 Returns the node in a string form suitable for NTriples
32 serialization.
33
34 "type"
35 Returns the type string of this node.
36
37 "equal ( $node )"
38 Returns true if the two nodes are equal, false otherwise.
39
41 Please report any bugs or feature requests to through the GitHub web
42 interface at <https://github.com/kasei/perlrdf/issues>.
43
45 Gregory Todd Williams "<gwilliams@cpan.org>"
46
48 Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
49 software; you can redistribute it and/or modify it under the same terms
50 as Perl itself.
51
52
53
54perl v5.38.0 2023-07-21 RDF::Trine::Node::Variable(3)