Package org.apache.commons.rdf.rdf4j
Interface RDF4JTripleLike
-
- All Superinterfaces:
TripleLike
- All Known Subinterfaces:
RDF4JQuad,RDF4JTriple
- All Known Implementing Classes:
QuadImpl,TripleImpl
public interface RDF4JTripleLike extends TripleLike
Marker interface for RDF4J implementations ofTripleLikestatements.This interface is in common with the more specific
RDF4JTripleorRDF4JQuad.This is backed by a
Statementretrievable withasStatement().- See Also:
RDF4JTriple,RDF4JQuad
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.rdf4j.model.StatementasStatement()Return the corresponding RDF4JStatement.-
Methods inherited from interface org.apache.commons.rdf.api.TripleLike
getObject, getPredicate, getSubject
-
-