Skip to content
AlBaker edited this page Feb 10, 2013 · 2 revisions

GroovySparql Documentation

GroovySPARQL provides a simple API for Groovy developers to interact with SPARQL endpoints and RDF. SPARQL endpoints such as DBPedia - the project that offers Wikipedia data as a structured set of semantic services - are everywhere. One of the motiviations for this project is to be able to write small Groovy programs that @Grab the Groovy SPARQL jar, and start writing queries and iterating over results. It will also serve as the basis for a Grails plugin in the near future.

The design is straight forward - provide idiomatic Groovy APIs over Apache Jena, and where possible provide a simple and framework agnostic view of a SPARQL endpoint. The RDFBuilder provides the means to build RDF documents in the various formats supported by Jena (ie - all of them).

Examples

Clone this wiki locally