RDF::Core::Resource(3pm) User Contributed Perl Documentation RDF::Core::Resource(3pm)
NAME
RDF::Core::Resource - a resource for RDF statement
SYNOPSIS
require RDF::Core::Resource;
my $resource=new RDF::Core::Resource("http://www.gingerall.cz/employees#","Jim");
print $resource->getURI()."\n";
DESCRIPTION
Is inherited from RDF::Core::Node
It just knows it's URI. If it's created with two parameters (namespace and local value),
it remembers the settings. Else it makes its own guess what namespace is.
Interface
o new($URI)
o new($namespace,$localValue)
o getURI
o getNamespace
o getLocalValue
o equals($other)
LICENSE
This package is subject to the MPL (or the GPL alternatively).
AUTHOR
Ginger Alliance, rdf AT gingerall.cz
SEE ALSO
perl(1).
perl v5.10.0 2004-08-12 RDF::Core::Resource(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-25 01:44 @38.107.179.240 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)