Alberto Reggiori > RDFStore-0.42 > RDFStore::Stanford::Resource

Download:
RDFStore-0.42.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.4   Source  

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>