RDF::Core::Literal - a literal value for RDF statement
require RDF::Core::Literal; my $literal=new RDF::Core::Literal("Jim Brown"); print $literal->getValue()."\n";
Is inherited from RDF::Core::Node, you can specify it's language and datatype URI.
new($value)
getValue()
getLang()
getDatatype()
equals($other)
This package is subject to the MPL (or the GPL alternatively).
Ginger Alliance, rdf@gingerall.cz
perl(1).