Liking cljdoc? Tell your friends :D

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.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

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

× close