|
HomePage
about sparqlite
IntroductionSPARQLite is an implementation of the SPARQL Protocol for RDF. It has the following design goals:
SPARQLite is a Java web application, intended for deployment within a servlet container such as Tomcat. It currently uses Jena TDB as the underlying RDF storage and query system. Previous versions also supported Jena SDB, however this was dropped purely because the focus shifted to TDB - support for SDB may be reintroduced in the future. SPARQLite 0.4The SPARQLite 0.4 is the most stable development branch. Features include support for for TDB named graph datasets, support for the ARQ query language, and support for LARQ (Lucene + ARQ) integration. DownloadThe latest release of SPARQLite 0.4 can be downloaded from the link below. Installation and ConfigurationSee notes on installing and configuring SPARQLite 0.4. Limitations
See also: |