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"
This project is distributed under Apache 2.0 License.