Liking cljdoc? Tell your friends :D

com.yetanalytics.flint-jena.triple


basic-pattern->quad-patternclj

(basic-pattern->quad-pattern basic-pattern graph-node)

Convert a BasicPattern into a QuadPattern.

Convert a BasicPattern into a QuadPattern.
raw docstring

basic-pattern->seqclj

(basic-pattern->seq basic-pattern)

Convert a BasicPattern into a seq of Triples.

Convert a BasicPattern into a seq of Triples.
raw docstring

Predicatecljprotocol

-add-triple!clj

(-add-triple! pred subj obj triples)
(-add-triple! pred subj obj triples idx)

-create-tripleclj

(-create-triple pred subj obj)

quad-pattern->seqclj

(quad-pattern->seq quad-pattern)

Convert a QuadPattern into a seq of Quads.

Convert a QuadPattern into a seq of Quads.
raw docstring

triple-element->seqclj

(triple-element->seq triple-element)

Convert an ElementPathBlock into a seq of TriplePaths.

Convert an ElementPathBlock into a seq of TriplePaths.
raw docstring

triple-element->seq*clj

(triple-element->seq* triple-element)

Convert an TriplePathBlock into a seq of Triples.

Convert an TriplePathBlock into a seq of Triples.
raw docstring

triple-elements->basic-patternclj

(triple-elements->basic-pattern triple-elements)

Convert an ElementPathBlock coll into a single BasicPattern.

NOTE: Will throw an exception if any predicates are paths.

Convert an ElementPathBlock coll into a single BasicPattern.

NOTE: Will throw an exception if any predicates are paths.
raw docstring

triple-elements->elementclj

(triple-elements->element triple-elements)

Convert an ElementPathBlock coll into a single ElementPathBlock.

Convert an ElementPathBlock coll into a single ElementPathBlock.
raw docstring

triple-path->tripleclj

(triple-path->triple triple-path)

Convert a TriplePath into a Triple.

NOTE: Will throw an exception if the predicate is a path.

Convert a TriplePath into a Triple.

NOTE: Will throw an exception if the predicate is a path.
raw docstring

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

× close