This is the GraphDB GeoSPARQL plugin. More information about it is available in the GraphDB documentation here: http://graphdb.ontotext.com/documentation/enterprise/geosparql-support.html
The plugin is a Maven project.
Run mvn clean package to build the plugin and execute the tests.
The built plugin can be found in the target directory:
graphdb-geosparql-plugin-graphdb-plugin.zip
External plugins are installed under lib/plugins in the GraphDB distribution
directory. To install the plugin follow these steps:
- Remove the directory containing another version of the plugin from
lib/plugins(e.g.graphdb-geosparql-plugin). - Unzip the built zip file in
lib/plugins. - Restart GraphDB.