Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silvae86/jena-larq

Mirror of Apache Jena - LARQ (Incubating)
https://github.com/silvae86/jena-larq

Last synced: about 1 month ago
JSON representation

Mirror of Apache Jena - LARQ (Incubating)

Awesome Lists containing this project

README

        

LARQ - adding free text searches to SPARQL
------------------------------------------

LARQ is a combination of ARQ and Lucene. It gives ARQ the ability to perform
free text searches. Lucene indexes are additional information for accessing
the RDF graph, not storage for the graph itself.

To package LARQ and use the larq.larqbuilder and larq.larq commands run:

mvn package -Pjar-with-dependencies
java -cp .:target/jena-larq-1.0.1-incubating-SNAPSHOT-jar-with-dependencies.jar larq.larqbuilder --version

The . is to include the Log4j config file in the classpath: log4j.properties

See also:

- http://incubator.apache.org/jena/documentation/larq/
- http://incubator.apache.org/jena/documentation/query/extension.html#propertyFunctions
- https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/