Oort is a toolkit using rdflib, Paste and Genshi, focusing on Web views of RDF graphs.
rdflib (see RdfLib) - you can construct a triple store, load it from an RDF file, and search through it - easy to install, no dependencies that I know of, small and easy, haven't been able to figure out how to do much with it.
Rx4RDF - https://rx4rdf.liminalzone.org - is an application stack for building RDF-based applications and web sites. It uses either 4Suite, rdflib or RedlandRdf as the RDF store and layers on the following:
RxPath lets you query, transform and update RDF using familar XML technologies like XPath, XSLT and XUpdate.
Raccoon is a simple application server that uses an RDF model for its data store, roughly analogous to RDF as Apache Cocoon is to XML.
Rhizome is a content management and delivery system that runs on Raccoon that treates everything (structure and content) as RDF and lets you edit the RDF in a Wiki-like fashion.
It's a big lump of code. It's the W3C-semweb-hacker's playground.
sqltriples is a triple store implementation which uses relational databases to offer transactional storage and enhanced querying.
Editorial Notes
The above lists should be arranged in ascending alphabetical order - please respect this when adding new entries. When specifying release dates please use the format YYYY-MM-DD.
RdfLibraries (last edited 2008-11-15 14:00:56 by localhost)