RDF::Redland::LiteralNode - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION CONSTRUCTOR SEE ALSO AUTHOR
NAME
    RDF::Redland::LiteralNode - Redland RDF Literal Node Class

SYNOPSIS
      use RDF::Redland;
      my $node1=new RDF::Redland::LiteralNode("Hello, World!");
      my $node2=new RDF::Redland::LiteralNode("Bonjour monde!", undef, "fr");

DESCRIPTION
    This class represents RDF literal and Typed Literals in the RDF graph.
    See RDF::Redland::Node for the methods on this object.

CONSTRUCTOR
    new STRING [DATATYPE [XML_LANGUAGE]]
        Create a new literal node for a literal value *STRING*. Optional
        datatype URI *DATATYPE* (RDF::Redland::URI, perl URI or string) and
        language (xml:lang attribute) *XML_LANGUAGE* may also be given.

SEE ALSO
    RDF::Redland::Node

AUTHOR
    Dave Beckett - http://www.dajobe.org/


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 06:01 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top