Interface Axiom<T>

All Known Implementing Classes:
AxiomImpl

public interface Axiom<T>
Represents either an OWL axiom or a RDF triple.
  • Method Details

    • getSubject

      NamedResource getSubject()
      Gets the subject of this axiom.
      Returns:
      Subject named resource
    • getAssertion

      Assertion getAssertion()
      Gets the assertion of this axiom.
      Returns:
      Assertion named resource
    • getValue

      Value<T> getValue()
      Gets the value of this axiom.
      Returns:
      Value, either a NamedResource, or a literal value