Liking cljdoc? Tell your friends :D

rdf4j.sparql


load-sparqlclj

(load-sparql sparql-res)
source

prepare-repositoryclj

(prepare-repository option)

Prepare store and repository based on given arguments.

Prepare store and repository based on given arguments.
sourceraw docstring

process-sparql-queryclj

(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 
sourceraw docstring

sparql-typeclj

(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close