Frage

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...

War es hilfreich?

Lösung

actually I'm working on a relevant project on java. I guess you need something like this. What you actually want, is string parsing. You can make your interface using either php or jsp. Clicking a button can trigger a specific function that will make the query, and parse the results. There is not something specific that you should do, the whole thing is based on your creativity.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top