debian man page for rdf::redland::literalnode

Query: rdf::redland::literalnode

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

RDF::Redland::LiteralNode(3pm)				User Contributed Perl Documentation			    RDF::Redland::LiteralNode(3pm)

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/ perl v5.14.2 2011-02-04 RDF::Redland::LiteralNode(3pm)
Related Man Pages
rdf::redland::parser(3pm) - debian
rdf::redland::query(3pm) - debian
rdf::redland::queryresults(3pm) - debian
rdf::redland::storage(3pm) - debian
rdf::trine::store::redland(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph