Package com.stardog.stark
Interface Axiom
- All Known Subinterfaces:
Axiom.ClassExpression,Axiom.Datatype,Axiom.NamedDatatype,Axiom.PropertyExpression
- All Known Implementing Classes:
com.stardog.stark.impl.AxiomImpl,Axioms.ExpressionList,Axioms.RestrictedDatatype
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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn expression about a classstatic interfaceA datatype expressionstatic interfaceA named datatype expressionstatic interfaceAn expression about a property -
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
mainNode
The subject of the main triple- Returns:
- the main node
- See Also:
-
toGraph
The Axiom as one or more RDF statements- Returns:
- the Axiom as RDF
-