#
sparql
Here's what we found matching this topic...
Document RDFizer for CouchDB
-
Updated
Nov 9, 2019 - 129 commits commits
- 1 contributor
- JavaScript
A SPARQL mode for emacs
-
Updated
Nov 9, 2019 - 221 commits commits
- 13 contributors
- Emacs Lisp
BorderCloud
commented
Oct 28, 2019
This code is not sufficient to identify without error a query for the protocol "update" or "select".
In SparqlClient.php :
if (preg_match("/(INSERT|DELETE|CLEAR|LOAD)/i", $q)) {
$response = $this->queryUpdate($q);
} else {
$response = $this->queryRead($q);
}
Somebody can improve this regular expression ?
Improve this page
Add a description, image, and links to the sparql topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sparql topic, visit your repo's landing page and select "manage topics."
EasyRdf_Resource::allLiterals()returns values only if shortened name of property is given. It should work with full name too