librdf-trine-perl

Rdf framework for perl
  http://search.cpan.org/dist/RDF-Trine/
  0
  no reviews



Resource description framework (rdf) is a standard model for data interchange on the web.

rdf::trine provides an rdf framework with an emphasis on extensibility, api stability, and the presence of a test suite. the package consists of several components:

* rdf::trine::model - rdf model providing access to a triple store.
* rdf::trine::parser - native rdf parsers (rdf/xml, rdfa, turtle,
rdf/json, trig, n-triples, and n-quads).
* rdf::trine::serializer, a set of native rdf serializers for rdf/xml,
turtle, rdf/json, n-triples, canonical n-triples, and n-quads.
* rdf::trine::store::dbi - a triple store for mysql and sqlite, based
on the redland schema.
* rdf::trine::iterator - iterator classes for variable bindings and
rdf statements, used by rdf::trine::store, rdf::trine::model, and
rdf::query.
* rdf::trine::namespace - a convenience class for easily constructing
rdf node objects from uri namespaces.