Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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

Grafites RDF armazenam agora usa sequela em vez de DBI para acesso a banco de dados relacional. Sequela compreende parâmetros nomeados, portanto não há não mais precisa para a desajeitada passagem de params reordenadas lista em SquishSelect # to_sql e Store #select; ambos os métodos retornam agora apenas a consulta SQL traduzida. A consulta propriamente dito terá a alias de nomes de coluna para os nomes de nó em branco da consulta Squish quando aplicável.
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