Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

RDF::Query::Node

Name RDF::Query::Node
Version 2.918
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/RDF/Query/Node.pm
Is Core No
Search CPAN for this module RDF::Query::Node
Documentation RDF::Query::Node
Module Details RDF::Query::Node

NAME

RDF::Query::Node - Base class for RDF Nodes


VERSION

This document describes RDF::Query::Node version 2.918.


METHODS

is_variable
Returns true if this RDF node is a variable, false otherwise.

compare ( $a, $b )
Returns -1, 0, or 1 if $a is less than, equal to, or greater than $b, respectively, according to the SPARQL sorting rules.

from_trine ( $node )
Returns a new RDF::Query::Node object with the same value as $node, a RDF::Trine::Node object. This essentially promotes $node to a node object with extra functionality provided by the RDF::Query package (like SPARQL-defined ordering).

from_attean ( $node )
Likewise, but from Attean.

explain
Returns a string serialization of the node appropriate for display on the command line. This method is primarily used by the explain method of the subclasses of RDF::Query::Plan.


FUNCTIONS

compare ( $node_a, $node_b )compare ( $node_a, $node_b )
Returns -1, 0, or 1 if $node_a sorts less than, equal to, or greater than $node_b in the defined SPARQL ordering, respectively. This function may be used as the function argument to <sort>.

iri ( $iri )
Returns a RDF::Query::Node::Resource object with the given IRI value.

blank ( $id )
Returns a RDF::Query::Node::Blank object with the given identifier.

literal ( $value, $lang, $dt )
Returns a RDF::Query::Node::Literal object with the given value and optional language/datatype.

variable ( $name )
Returns a RDF::Query::Node::Variable object with the given variable name.


AUTHOR

 Gregory Todd Williams <gwilliams@cpan.org>

Perl Diver brought to you by ScriptSolutions.com © 1997- 2025