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

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::NodeFactory - definiton of the NodeFactory RDF API

SYNOPSIS ^

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

DESCRIPTION ^

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

SEE ALSO ^

RDFStore::NodeFactory(3)

AUTHOR ^

        Alberto Reggiori <areggiori@webweaving.org>