Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 475 Bytes

JavaClientExample

This project shows how to extend SPARQL Anything by adding a triplifier, a function and a magic property.

You can compile the project by using Maven.

mvn install

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

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

Licence

This project is distributed under Apache 2.0 License.