This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit a773a751d9ac8e3a1ef04a0740dd8b858fa65d22
tree 7bcb92cd5c68d9238641cbac57a96d0fc5f8849d
parent 52b2c134198e993e0b11daf9299aa89fc9aaf677
tree 7bcb92cd5c68d9238641cbac57a96d0fc5f8849d
parent 52b2c134198e993e0b11daf9299aa89fc9aaf677
perlrdf /
| name | age | message | |
|---|---|---|---|
| |
RDF-Endpoint/ | ||
| |
RDF-Query/ | ||
| |
RDF-Trine-Iterator-Incremental/ | Tue Oct 21 12:39:11 -0700 2008 | |
| |
RDF-Trine-Model-RDFS/ | Tue Dec 16 11:53:21 -0800 2008 | |
| |
RDF-Trine-Node-Literal-XML/ | Fri Feb 20 21:22:00 -0800 2009 | |
| |
RDF-Trine-Store-Hexastore/ | Sun May 03 12:51:14 -0700 2009 | |
| |
RDF-Trine-XS/ | Fri Mar 14 13:06:21 -0700 2008 | |
| |
RDF-Trine/ | ||
| |
README | Wed Aug 27 15:01:58 -0700 2008 |
README
The Perl RDF project aims to be a pure-perl RDF framework implementation with an
emphasis on extensibility, API stability, and the presence of a test suite.
Currently, the project includes:
* RDF::Query, a SPARQL (and RDQL) query engine supporting RDF::Redland,
RDF::Core, and RDF::Store.
* RDF::Trine::Parser - A native parser for RDF/XML and Turtle.
* RDF::Trine::Store::DBI, an RDF Store for MySQL, PostgreSQL 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.
* RDF::Endpoint - A SPARQL endpoint based on RDF::Query.









