Liking cljdoc? Tell your friends :D
Clojure only.

arachne.aristotle

Primary API

Primary API
raw docstring

addclj

(add graph data)

Add the given data to a graph, returning the graph. Data must satisfy arachne.aristotle.graph/AsTriples. If the data is a Graph it will be added directly.

Add the given data to a graph, returning the graph. Data must satisfy
arachne.aristotle.graph/AsTriples. If the data is a Graph it will be
added directly.
raw docstring

graphcljmultimethod

Build a new, empty graph of the specified type.

Built-in types are:

:simple - A basic in-memory RDF graph with no reasoner. :jena-mini - Jena's partial implementation of OWL Full with an in-memory store.. :jena-rules - Jena's GenericRuleReasoner. Takes a second argument, which is a collection of rules to use (see arachne.aristotle.inference for tools to create rules and some pre-built rulesets.)

Build a new, empty graph of the specified type.

Built-in types are:

:simple - A basic in-memory RDF graph with no reasoner.
:jena-mini - Jena's partial implementation of OWL Full with
             an in-memory store..
:jena-rules - Jena's GenericRuleReasoner. Takes a second argument,
              which is a collection of rules to use (see
              arachne.aristotle.inference for tools to create
              rules and some pre-built rulesets.)
raw docstring

readclj

(read graph file)

Load a file containing serialized RDF data into a graph, returning the graph. The file may be specified using:

  • String URIs,
  • java.net.URI,
  • java.net.URL
  • java.io.File
Load a file containing serialized RDF data into a graph, returning
the graph. The file may be specified using:

- String URIs,
- java.net.URI,
- java.net.URL
- java.io.File
raw docstring

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

× close