Glint
Glint copied to clipboard
Cocoa application to query SPARQL endpoints
This branch is to work through and add the functionality to save/modify the base query at beginning (as pref) and save built queries so that they can be re-run over...
Hello there! I have been working on some updates on this application since it has not been touched in a couple years. Anything against launching an App Store version for...
On one of my many happy SPARQLing expeditions I had cause to send out the following: SELECT DISTINCT ?s ?x ?y WHERE { ?s rdfs:subClassOf ?x ; rdfs:subClassOf ?y ....
If an invalid URL is provided, i.e. the server does not exist rather than a 404, no error message is provided to the end-user.
The application needs to validate that the timeout given is a number
The application needs to check that a URL has been added ... also check that it starts with http:// ir https://
I need to read more about void - the UI could then use this information to provide information useful for the user, e.g. documentation and examples.
The list of endpoint object are archived / unarchived as binary objects stored in in the user's ~/Documents folder. It might be worth considering using Core Data and store them...
It will be useful to keep track of endpoints that the application has successfully queried - http://esw.w3.org/topic/SparqlEndpoints seems like a good starting point