logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RDF::Trine::Node::Variable - RDF Node class for variables

Author

       Gregory Todd Williams  "<gwilliams@cpan.org>"

Bugs

       Please   report   any   bugs   or   feature   requests   to   through   the   GitHub   web  interface  at
       <https://github.com/kasei/perlrdf/issues>.

Methods

       Beyond the methods documented below, this class inherits methods from the RDF::Trine::Node class.

       "new ( $name )"
           Returns a new Variable structure.

       "name"
           Returns the name of the variable.

       "sse"
           Returns the SSE string for this variable.

       "as_string"
           Returns a string representation of the node.

       "value"
           Returns the variable name.

       "as_ntriples"
           Returns the node in a string form suitable for NTriples serialization.

       "type"
           Returns the type string of this node.

       "equal ( $node )"
           Returns true if the two nodes are equal, false otherwise.

Name

       RDF::Trine::Node::Variable - RDF Node class for variables

Version

       This document describes RDF::Trine::Node::Variable version 1.019

See Also