(create-query
query
&
{:keys [spec-ed? iri->datatype aggregate-fns]
:or {spec-ed? false iri->datatype ax/xsd-datatype-map aggregate-fns #{}}
:as opts})
(create-updates
updates
&
{:keys [spec-ed? iri->datatype aggregate-fns]
:or {spec-ed? false iri->datatype ax/xsd-datatype-map aggregate-fns #{}}
:as opts})
The default options for flint-jena API functions.
The default options for flint-jena API functions.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close