Primary API
Primary API
(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.
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.)(read graph file)Load a file containing serialized RDF data into a graph, returning the graph. The file may be specified using:
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
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |