Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 435 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 435 Bytes

JavaClientExample

This project shows how to use SPARQL Anything Triplifiers as a Java library.

You can compile the project by using Maven.

mvn install

The following command runs the class showing how to use SPARQL Anything Triplifier.

mvn exec:java -Dexec.mainClass="sparqlanything.user.SPARQLAnythingClientViaTriplifier" 

Licence

This project is distributed under Apache 2.0 License.