Liking cljdoc? Tell your friends :D

grafter.pipeline

Functions to declare the presence of Grafter pipeline functions to external processes and programs such as lein-grafter and Grafter server.

Functions to declare the presence of Grafter pipeline functions to
external processes and programs such as lein-grafter and Grafter
server.
raw docstring

grafter.pipeline.types

This namespace code for parsing and interpreting grafter.pipeline/declare-pipeline type signatures. In particular it defines a macro deftype-reader that can be used to coerce/read strings into their appropriate clojure types.

We use the declared pipelines signature to guide the interpretation of a string the target type.

This namespace code for parsing and interpreting
grafter.pipeline/declare-pipeline type signatures.  In particular it
defines a macro deftype-reader that can be used to coerce/read
strings into their appropriate clojure types.

We use the declared pipelines signature to guide the interpretation
of a string the target type.
raw docstring

grafter.rdf

Functions and macros for creating RDF data. Includes a small DSL for creating turtle-like templated forms.

Functions and macros for creating RDF data.  Includes a small
DSL for creating turtle-like templated forms.
raw docstring

grafter.rdf.io

Functions & Protocols for serializing Grafter Statements to (and from) any Linked Data format supported by Sesame.

Functions & Protocols for serializing Grafter Statements to (and from)
any Linked Data format supported by Sesame.
raw docstring

grafter.rdf.preview

Tool support for rendering previews of grafter.tabular graph-fn templates with values from datasets.

Tool support for rendering previews of grafter.tabular graph-fn templates
with values from datasets.
raw docstring

grafter.rdf.repository.registry

Namespace containing functions to manage the global registry of Sesame parsers.

Normally you should not need to adjust the default global registries, however if you need tighter control over what serialisation format is negotiated on a SPARQL endpoint; for example if the endpoint you are talking to has a serialisation bug then you can force the use of different parser by removing the problematic one.

Be warned though, these registries apply globally (process wide), so altering them may have unintended consequences.

Namespace containing functions to manage the global registry of
Sesame parsers.

Normally you should not need to adjust the default global
registries, however if you need tighter control over what
serialisation format is negotiated on a SPARQL endpoint; for example
if the endpoint you are talking to has a serialisation bug then you
can force the use of different parser by removing the problematic
one.

Be warned though, these registries apply globally (process wide), so
altering them may have unintended consequences.
raw docstring

grafter.rdf.templater

Functions for converting tree's of turtle-like data into Linked Data statements (triples/quads).

Functions for converting tree's of turtle-like data into Linked
Data statements (triples/quads).
raw docstring

grafter.sequences

A library of useful lazy sequences.

A library of useful lazy sequences.
raw docstring

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

× close