(prepare-repository option)
Prepare store and repository based on given arguments.
Prepare store and repository based on given arguments.
(process-sparql-query connection
sparql-string
&
{:keys [writer-factory-name binding]})
binding => { :<key> <value> }; value is type of String.
Execute SPARQL query through connection. If :writer-factory-name parameter is nil than load results to relevant QueryResultWriter. If value of the parameter is :none than returns QueryResult; otherwise evaluates query with method (.evaluate query writer) with given writer.
Option :binding accepts hash-map where
binding => { :<key> <value> }; value is type of String. Execute SPARQL query through connection. If :writer-factory-name parameter is nil than load results to relevant QueryResultWriter. If value of the parameter is :none than returns QueryResult; otherwise evaluates query with method (.evaluate query writer) with given writer. Option :binding accepts hash-map where
(sparql-type sparql)
Returns a type of given SPARQL query. There are three type of queries: :tuple, :graph and :boolean
Returns a type of given SPARQL query. There are three type of queries: :tuple, :graph and :boolean
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |