Liking cljdoc? Tell your friends :D

com.yetanalytics.flint-jena


conform-queryclj

(conform-query spec-ed? query)

Conform query from Flint concrete syntax into an AST. If spec-ed? is true print the full Clojure spec error data on failure, else print a summary.

Conform `query from` Flint concrete syntax into an AST. If `spec-ed?`
is `true` print the full Clojure spec error data on failure, else print
a summary.
sourceraw docstring

conform-updateclj

(conform-update spec-ed? update)

Conform update from Flint concrete syntax into an AST. If spec-ed? is true print the full Clojure spec error data on failure, else print a summary.

Conform `update` from Flint concrete syntax into an AST. If `spec-ed?`
is `true` print the full Clojure spec error data on failure, else print
a summary.
sourceraw docstring

create-queryclj

(create-query
  query
  &
  {:keys [spec-ed? iri->datatype aggregate-fns]
   :or {spec-ed? false iri->datatype ax/xsd-datatype-map aggregate-fns #{}}
   :as opts})
source

create-updatesclj

(create-updates
  updates
  &
  {:keys [spec-ed? iri->datatype aggregate-fns]
   :or {spec-ed? false iri->datatype ax/xsd-datatype-map aggregate-fns #{}}
   :as opts})
source

default-optsclj

The default options for flint-jena API functions.

The default options for flint-jena API functions.
sourceraw docstring

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

× close