Liking cljdoc? Tell your friends :D

com.yetanalytics.flint


conform-queryclj/s

source

conform-updateclj/s

source

format-queryclj/s

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

Format query into a SPARQL Query string. Throws an exception if query does not conform to spec or if its prefixed IRIs cannot be expanded.

Format `query` into a SPARQL Query string. Throws an exception if `query`
does not conform to spec or if its prefixed IRIs cannot be expanded.
sourceraw docstring

format-updateclj/s

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

Format update into a SPARQL Update string. Throws an exception if update does not conform to spec or if its prefixed IRIs cannot be expanded.

Format `update` into a SPARQL Update string. Throws an exception if `update`
does not conform to spec or if its prefixed IRIs cannot be expanded.
sourceraw docstring

format-updatesclj/s

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

Format the coll updates into a SPARQL Update Request string. Throws an exception if any update does not conform to spec or has a prefixed IRI that cannot be expanded.

Format the coll `updates` into a SPARQL Update Request string. Throws
an exception if any update does not conform to spec or has a prefixed
IRI that cannot be expanded.
sourceraw docstring

xsd-iri-prefixclj/s

source

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

× close