Tools for converting Clojure data to an Jena Graph representation
Tools for converting Clojure data to an Jena Graph representation
A Node that can be converted back to Clojure data
A Node that can be converted back to Clojure data
(data node)
Convert this node to Clojure data
Convert this node to Clojure data
An object that can be interpreted as a node in an RDF graph.
An object that can be interpreted as a node in an RDF graph.
(node obj)
Convert this object to a Jena RDFNode.
Convert this object to a Jena RDFNode.
An object that can be converted to a collection of Jena Triples.
An object that can be converted to a collection of Jena Triples.
(triples obj)
Convert this object to a collection of Jena Triples
Convert this object to a collection of Jena Triples
(graph->clj g)
(graph->clj g ffn)
Convert a Graph to a Clojure data structure. Optionally takes a filter function to filter maps before returning.
Convert a Graph to a Clojure data structure. Optionally takes a filter function to filter maps before returning.
(graph? obj)
(literal? obj)
(reify graph property subject)
Given a graph, a property and an object, add reification triples to the graph an add a [statement property subject] triple on the reified statement.
Given a graph, a property and an object, add reification triples to the graph an add a [statement property subject] triple on the reified statement.
(uri-str? o)
(variable? s)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close