Interface Triple

All Superinterfaces:
Resource, Serializable, Value
All Known Implementing Classes:
AbstractTriple, MemTriple, SimpleTriple

@Experimental public interface Triple extends Resource
An RDF-star embedded triple. Embedded triples have a subject, predicate and object. Unlike Statement, a triple never has an associated context.

Additional utility functionality for working with Triple objects is available in the Statements and Values utility classes.

Author:
Pavel Mihaylov
See Also: