Liking cljdoc? Tell your friends :D

com.yetanalytics.flint


format-queryclj/s

(format-query
  query
  &
  {:keys [pretty? validate? spec-ed? force-iris?]
   :or {pretty? false validate? true spec-ed? false force-iris? false}})

Format query into a SPARQL Query string. Throws an exception if query does not conform to spec or otherwise fails validation.

Format `query` into a SPARQL Query string. Throws an exception if `query`
does not conform to spec or otherwise fails validation.
sourceraw docstring

format-updateclj/s

(format-update
  update
  &
  {:keys [pretty? validate? spec-ed? force-iris?]
   :or {pretty? false validate? true spec-ed? false force-iris? false}})

Format update into a SPARQL Update string. Throws an exception if update does not conform to spec or otherwise fails validation.

Format `update` into a SPARQL Update string. Throws an exception if `update`
does not conform to spec or otherwise fails validation.
sourceraw docstring

format-updatesclj/s

(format-updates
  updates
  &
  {:keys [pretty? validate? spec-ed? force-iris?]
   :or {pretty? false validate? true spec-ed? false force-iris? false}})

Format the coll updates into a SPARQL Update Request string. Throws an exception if any update does not conform to spec or otherwise fails validation.

Format the coll `updates` into a SPARQL Update Request string. Throws
an exception if any update does not conform to spec or otherwise
fails validation.
sourceraw docstring

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

× close