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::Query::Node::Blank - RDF Node class for blank nodes

Author

        Gregory Todd Williams <gwilliams@cpan.org>

perl v5.38.2                                       2024-07-02                       RDF::Query::Node::Blank(3pm)

Methods

       Beyond the methods documented below, this class inherits methods from the RDF::Query::Node and
       RDF::Trine::Node::Blank classes.

       "new ( [ $name ] )"
           Returns  a new Blank node object. If $name is supplied, it will be used as the blank node identifier.
           Otherwise a time-based identifier will be generated and used.

       "as_sparql"
           Returns the SPARQL string for this node.

       "as_hash"
           Returns the query as a nested set of plain data structures (no objects).

       "make_distinguished_variable"
           Returns a new variable based on this blank node.

Name

       RDF::Query::Node::Blank - RDF Node class for blank nodes

Version

       This document describes RDF::Query::Node::Blank version 2.919.

See Also