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 (
Gregory Williams (author)
Fri Mar 07 19:33:57 -0800 2008
commit 95fed36e92ce599de65c9042d1e3e0a03a722afe
tree 58fe7acac15eefcd9b0d40769c6c42a432993d3a
parent b8450812cd010d97f8d2379d03204780aee173ef
tree 58fe7acac15eefcd9b0d40769c6c42a432993d3a
parent b8450812cd010d97f8d2379d03204780aee173ef
perlrdf /
| name | age | message | |
|---|---|---|---|
| |
RDF-Base/ | ||
| |
RDF-Endpoint/ | ||
| |
RDF-Query/ | ||
| |
RDF-Trine/ | ||
| |
README |
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 Turtle (with RDF/XML expected soon).
* RDF::Trine::Store::DBI, an RDF 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.
* RDF::Endpoint - A SPARQL endpoint based on RDF::Query.
Note, the RDF::Base code is included in the repository, but isn't currently
being supported. It has probably experienced some bitrot, and is mostly replaced
by RDF::Store::DBI.









