public class Expression extends Object implements Iterable<org.openrdf.model.Statement>
Class to represent an OWL Axiom (or Axioms) as a collection of RDF statements. Basically a graph under the hood whose contents are equivalent
to the axioms used to create the expression originally. ExpressionFactory is to be used to create the sets of statements for an axiom.
ExpressionFactory| Modifier and Type | Method and Description |
|---|---|
Iterator<org.openrdf.model.Statement> |
iterator() |
org.openrdf.model.Model |
model()
Return the graph representing this expression.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2010-2016 Stardog Union. All Rights Reserved.