Interface OntStatement

All Superinterfaces:
org.apache.jena.graph.FrontsTriple, org.apache.jena.rdf.model.Statement
All Known Implementing Classes:
OntStatementImpl

public interface OntStatement extends org.apache.jena.rdf.model.Statement
An Ontology RDF Statement.

This is not a Resource. This is an extended Jena Model Statement with possibility to add, delete and find annotations in the same form of OntStatement or Ontology Annotation resources.

See Also: