-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid SPARQL query in SKOS client #24
Comments
Great stuff! Can you send me a patch for this, would be nice to merge your local fixes back! Best Regards |
Hi Thomas, Date: Thu, 27 Jun 2013 05:33:43 -0700 Great stuff! Can you send me a patch for this, would be nice to merge your local fixes back! Best Regards Thomas — |
Hi John actually it is quite simple. Create the patch and append it to the issue. The command for it is git-format-patch Here is a short description. That is maybe the easiest way. Thx in advance! Am 29.06.2013 um 11:36 schrieb jaw111 [email protected]:
Thomas Kurz |
Hi John, can you send me a pull request to your fork. This would be the easiest way to integrate your patch into the current master. It is described here: https://help.github.com/articles/using-pull-requests Regards |
The query to create a new concept is not valid as it contains an empty WHERE {} clause.
Previously this was WHERE { ?s ?p ?o }.
Locally I modified the query to INSERT DATA in line the the query to create a top concept.
The text was updated successfully, but these errors were encountered: