|
NAMERDF::Core::Resource - a resource for RDF statement
SYNOPSISuse RDF::Core::Resource; my $resource=new RDF::Core::Resource("http://www.gingerall.cz/employees#","Jim"); print $resource->getURI()."\n";
DESCRIPTIONIs 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
LICENSEThis package is subject to the MPL (or the GPL alternatively).
AUTHORGinger Alliance, rdf@gingerall.cz
SEE ALSOperl(1). |