Downloadliste

Projektbeschreibung

Graffiti is an RDF store based on dynamic translation of RDF queries into SQL. It allows you to map any relational database schema into RDF semantics and vice-versa, and to store any RDF data in a relational database. Since 2003, this RDF store was used as the primary means of data access in the Samizdat open publishing engine, and now it's released as a stand-alone module ready for use in other applications.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-06 03:53
2.1

Graffiti RDF speichern jetzt verwendet Fortsetzung statt DBI für Zugriff auf die relationale Datenbank. Fortsetzung versteht Parameter benannt, so gibt es nicht mehr benötigen, für die peinliche Weitergabe nachbestellt Params Liste in SquishSelect # To_sql und Store #select; Beide Methoden liefern jetzt nur die übersetzte SQL-Abfrage. Die Abfrage selbst wird die Spalte-Namen einen Alias zu leeren Knotennamen aus der Abfrage Squish gegebenenfalls haben.
Graffiti RDF store now uses Sequel instead of DBI for relational database access. Sequel understands named parameters, so there's no more need for the awkward passing of re-ordered params list in SquishSelect#to_sql and Store#select; both methods now return just the translated SQL query. The query itself will have the column names aliased to blank node names from the Squish query where applicable.

Project Resources