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 ofTripleLike
statements.This interface is in common with the more specific
RDF4JTriple
orRDF4JQuad
.This is backed by a
Statement
retrievable withasStatement()
.- See Also:
RDF4JTriple
,RDF4JQuad
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.rdf4j.model.Statement
asStatement()
Return the corresponding RDF4JStatement
.-
Methods inherited from interface org.apache.commons.rdf.api.TripleLike
getObject, getPredicate, getSubject
-
-