Package cz.cvut.kbss.ontodriver.model
Interface Axiom<T>
- All Known Implementing Classes:
AxiomImpl
public interface Axiom<T>
Represents either an OWL axiom or a RDF triple.
-
Method Summary
Modifier and TypeMethodDescriptionGets the assertion of this axiom.Gets the subject of this axiom.getValue()
Gets the value of this axiom.
-
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
Gets the value of this axiom.- Returns:
- Value, either a NamedResource, or a literal value
-