I have a RDF triple store, and I want to have an interface in which by clicking a button a SPARQL query will run.
For example, in the interface I have a NAME button and when I click on that button a SPARQL query must be run, and web a page must display which contains the result of that query.
For the interface I want to use JSP or PHP.
Anyone has an Idea or code example how to do that, cause I don't know how to do that!
many thanks for any answer...