Liking cljdoc? Tell your friends :D

grafter-2.rdf4j.formats

Symbols used to specify different Linked Data Serializations.

Includes functions to coerce formats from clojure keywords / file extension strings into their underlying RDF4j RDFFormat object.

Supported format keywords are:

:brf :json :n3 :nq :nt :rdf (also :owl :rdfs :xml) :rj :trig :trix :ttl

Symbols used to specify different Linked Data Serializations.

Includes functions to coerce formats from clojure keywords / file
extension strings into their underlying RDF4j RDFFormat object.

Supported format keywords are:

:brf
:json
:n3
:nq
:nt
:rdf (also :owl :rdfs :xml)
:rj
:trig
:trix
:ttl
raw docstring

grafter-2.rdf4j.io

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

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

grafter-2.rdf4j.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-2.rdf4j.sparql

Functions for executing SPARQL queries with grafter RDF repositories, that support basic binding replacement etc.

Functions for executing SPARQL queries with grafter RDF
repositories, that support basic binding replacement etc.
raw docstring

grafter-2.rdf4j.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.rdf

DEPRECATED: Use grafter-2.rdf.protocols instead, this namespace contains the old sesame implementation.

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

DEPRECATED: Use grafter-2.rdf.protocols instead, this namespace contains the
old sesame implementation.

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

grafter.rdf.formats

DEPRECATED. Use grafter.rdf4j.formats instead, this namespace contains the old sesame implementation.

Symbols used to specify different Linked Data Serializations.

DEPRECATED.  Use grafter.rdf4j.formats instead, this namespace
contains the old sesame implementation.

Symbols used to specify different Linked Data Serializations.
raw docstring

grafter.rdf.io

DEPRECATED. Use grafter.rdf4j.formats instead, this namespace contains the old sesame implementation.

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

DEPRECATED.  Use grafter.rdf4j.formats instead, this namespace
contains the old sesame implementation.

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

grafter.rdf.protocols

DEPRECATED: Use grafter-2.rdf.protocols instead. This namespace contains the old sesame implementation.

Grafter protocols and types for RDF processing

DEPRECATED: Use grafter-2.rdf.protocols instead.  This namespace contains the old
sesame implementation.

Grafter protocols and types for RDF processing
raw docstring

grafter.rdf.repository

DEPRECATED. Use grafter.rdf4j.repository instead. This namespace contains the old sesame implementation.

Functions for constructing and working with various Sesame repositories.

DEPRECATED.  Use grafter.rdf4j.repository instead.  This namespace
contains the old sesame implementation.

Functions for constructing and working with various Sesame repositories.
raw docstring

grafter.rdf.repository.registry

DEPRECATED. Use grafter.rdf4j.repository.registry instead, this namespace contains the old sesame implementation.

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.

DEPRECATED.  Use grafter.rdf4j.repository.registry instead, this namespace
contains the old sesame implementation.

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

DEPRECATED: Use grafter.rdf4j.sparql instead. This namespace contains the old sesame implementation.

DEPRECATED: Use grafter.rdf4j.sparql instead.  This namespace contains the
old sesame implementation.
raw docstring

grafter.rdf.templater

DEPRECATED. Use grafter.rdf4j.templater instead this namespace contains the old sesame implementation.

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

DEPRECATED.  Use grafter.rdf4j.templater instead this namespace
contains the old sesame implementation.

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