Hello. I'm trying to implement small web application using Apache Marmotta. I successfully cloned it from github and installed it. Also finished the database connection and importing LD triple data :)
For the next step, I'm trying to use client library (both java and javascript library). I could success to run sparql query using the java client library (select, ask etc..) But I am having difficulties to use the javascript library(marmotta.js).. Could anyone help me by showing me short code examples or tutorials? Especially I would like to know how to use LMFClient() and SparqlClient() function to operate returned 'sparql query' result. Thank you for your time and consideration. Steve W.H.