Linked Data Engine: A selection of open source tools to aid those wishing to participate in and take advantage of the linked data ecosystem. Specifically the following discrete tools are available here:
The purpose of the Data Processor is to provide a stable web API to interact with SPARQL endpoints, regardless of the specific triplestore software behind the endpoint. The core operations supported are as follows:
Data Processor is used by my web applications such as Data Picker, which natively query SPARQL, but need a way to query RDF over the web, or from Linked Data. For an alternative to this approach, see Tabulator from Professor Sir Tim Berners-Lee's team at MIT, where a local JavaScript triplestore gathers RDF from the web, and queries it using SPARQL (it's magic and scary, but not in the creepy clown sense).
The core code to the data processor will be uploaded here and additionally hosted on github. It will likely be licensed under the BSD License or the MIT License.