kasei / perlrdf
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (15)
- Wiki (1)
- Graphs
-
Tree:
a773a75
perlrdf /
| name | age | message | |
|---|---|---|---|
| |
RDF-Endpoint/ | ||
| |
RDF-Query/ | ||
| |
RDF-Trine-Iterator-Incremental/ | Tue Oct 21 12:39:11 -0700 2008 | |
| |
RDF-Trine-Model-RDFS/ | ||
| |
RDF-Trine-Node-Literal-XML/ | ||
| |
RDF-Trine-Store-Hexastore/ | ||
| |
RDF-Trine-XS/ | Fri Mar 14 13:06:21 -0700 2008 | |
| |
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 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.


