Skip to content

SPARQL-Anything/plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Example

This project shows how to create a plugin for SPARQL Anything.

You can compile the project by using Maven.

mvn clean install -DbuildJAR=true

this generates the JAR file at the path /target/plugin-0.0.1-shaded.jar

You can load the plugin in SPARQL Anything with the following command

java -jar sparql.anything-<version> -q <query> -j /path/to/the/project/target/plugin-0.0.1-shaded.jar

Licence

This project is distributed under Apache 2.0 License.

About

An example implementation of a SPARQL Anything plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages