NAME

RDFStore::Stanford::Statement - definiton of the Statement RDF API

SYNOPSIS

  use RDFStore::Stanford::Statement;
  use RDFStore::Stanford::Literal;
  use RDFStore::Stanford::Resource;
  my $statement = new RDFStore::Stanford::Statement(
  				new RDFStore::Stanford::Resource("http://pen.jrc.it/idex.html"),
  				new RDFStore::Stanford::Resource("http://rdf.dev.oclc.org/eor/2000/02/26-dcv#","creator"),
  				new RDFStore::Stanford::Literal("Alberto Reggiori")
				);

DESCRIPTION

This is just the interface definition. If you are more interested to an example implementation see RDFStore::Statement(3)

SEE ALSO

RDFStore::Statement(3)

AUTHOR

Alberto Reggiori <alberto.reggiori@jrc.it>