ReadonlyerrorsOptionalsourceOptionaltargetReadonlytargetA handler to generate inference graph URIs from any given graph URI if no explicit target graph is provided.
Apply inference on the source graph and store the inferred triples in the target graph.
The store to be inferenced.
The source graph where to find the triples to be inferenced.
OptionaltargetGraph: string | Quad_GraphThe optional target graph where to store the inferred triples. If none is provided, the graph from getGraphUri will be used.
Get the URIs of ordered list members in the store.
URI of the list to get the items from.
An array of URIs of the items in the list.
Query the store for triples matching the given pattern supporting multiple graphs.
A subject URI or null to match any subject.
A predicate URI or null to match any predicate.
An object URI or null to match any object.
A simple OWL reasoner that expands the graph with inferred triples.