RDF::Core::Resource - a resource for RDF statement


RDF-Core documentation  | view source Contained in the RDF-Core distribution.

Index


NAME

Top

RDF::Core::Resource - a resource for RDF statement

SYNOPSIS

Top

  require RDF::Core::Resource;
  my $resource=new RDF::Core::Resource("http://www.gingerall.cz/employees#","Jim");
  print $resource->getURI()."\n";




DESCRIPTION

Top

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

* new($URI)
* new($namespace,$localValue)
* getURI
* getNamespace
* getLocalValue
* equals($other)

LICENSE

Top

This package is subject to the MPL (or the GPL alternatively).

AUTHOR

Top

Ginger Alliance, rdf@gingerall.cz

SEE ALSO

Top

perl(1).


RDF-Core documentation  | view source Contained in the RDF-Core distribution.