Interface Axiom

All Superinterfaces:
Iterable<Statement>
All Known Subinterfaces:
Axiom.ClassExpression, Axiom.Datatype, Axiom.NamedDatatype, Axiom.PropertyExpression
All Known Implementing Classes:
com.stardog.stark.impl.AxiomImpl, Axioms.ExpressionList, Axioms.RestrictedDatatype

public interface Axiom extends Iterable<Statement>

An OWL Axiom

Axioms can be represented as their corresponding RDF triples wrt to the OWL to RDF mapping.

Since:
1.0
Version:
1.0
Author:
Michael Grove
See Also: