|
NAMERDF::Core::Literal - a literal value for RDF statement SYNOPSIS require RDF::Core::Literal;
my $literal=new RDF::Core::Literal("Jim Brown");
print $literal->getValue()."\n";
DESCRIPTIONIs inherited from RDF::Core::Node, you can specify it's language and datatype URI. Interface
LICENSEThis package is subject to the MPL (or the GPL alternatively). AUTHORGinger Alliance, rdf@gingerall.cz SEE ALSOperl(1).
|