public interface JenaGeneralizedTripleLike extends JenaTripleLike
A generalized triple is a triple-like object which allow any
RDFTerm type for its TripleLike.getSubject(), TripleLike.getPredicate()
and TripleLike.getObject(). This might be useful with some serializations like
JSON-LD.
Note that unlike Triple, this type does not have fixed semantics for
Object.equals(Object) or Object.hashCode() beyond object
identity.
JenaGeneralizedQuadLikeasJenaTriplegetObject, getPredicate, getSubjectCopyright © 2015–2018 The Apache Software Foundation. All rights reserved.