Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/silvae86/jena-larq
- Owner: silvae86
- License: apache-2.0
- Created: 2012-11-13T13:57:14.000Z (about 12 years ago)
- Default Branch: trunk
- Last Pushed: 2012-11-19T15:41:13.000Z (almost 12 years ago)
- Last Synced: 2023-10-20T23:08:06.998Z (about 1 year ago)
- Language: Java
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES
- License: LICENSE
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 --versionThe . 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/