agrueneberg / Sparqling

Packaged RDF store for Chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sparqling

Project Status: Unsupported - The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.

Sparqling is an RDF store in your browser.

This is a work in progress. It would be better if we contributed better SPARQL 1.1 compatibility (concretely, support for SPARQL 1.1 Federated Queries and SPARQL 1.1 Query Results JSON), and an IndexedDB backend to Antonio Garrote's fantastic rdfstore-js.

Import

Sparqling can import small data sets directly from your hard drive. The most common RDF serialization formats are supported: N-Triples, Turtle, RDF/XML (thanks to @jmandel), and N3.

rdfstore-js currently relies on localStorage to persist data in the browser. The maximum amount of data that Chrome allows you to store is 5 MB. There is some overhead for indexing data, so please do not try to import files larger than 2.5 MB.

Credits

This code includes a modified version of rdfstore-js written by Antonio Garotte licensed under the GNU Lesser General Public License Version 3 (LGPLV3). The changes can be found in a separate repository.

About

Packaged RDF store for Chrome

License:MIT License


Languages

Language:JavaScript 73.8%Language:HTML 24.6%Language:CSS 1.6%