NAME
RDFStore::Stanford::Resource - definiton of the Resource RDF API
SYNOPSIS
use RDFStore::Stanford::Resource
my $resource = new RDFStore::Stanford::Resource("http://pen.jrc.it/index.html");
my $resource1 = new RDFStore::Stanford::Resource("http://pen.jrc.it","/index.html");
DESCRIPTION
This is just the interface definition. If you are more interested to an example implementation see RDFStore::Resource(3)
An RDF resource. Every RDF resource must have a URI. Many RDF resources are pieces of vocabulary. They typically have a namespace and a local name. In this case, a URI is composed as a concatenation of the namespace and the local name. For other kinds of identifiers (e.g. autogenerated UUIDs), the namespace is undef.
SEE ALSO
RDFStore::Resource(3)
AUTHOR
Alberto Reggiori <areggiori@webweaving.org>