Package org.apache.commons.rdf.rdf4j
Interface RDF4JQuad
-
- All Superinterfaces:
Quad
,QuadLike<BlankNodeOrIRI>
,RDF4JTripleLike
,TripleLike
- All Known Implementing Classes:
QuadImpl
public interface RDF4JQuad extends Quad, RDF4JTripleLike
Marker interface for RDF4J implementations of Quad.
-
-
Method Summary
-
Methods inherited from interface org.apache.commons.rdf.api.Quad
asTriple, equals, getGraphName, getObject, getPredicate, getSubject, hashCode
-
Methods inherited from interface org.apache.commons.rdf.rdf4j.RDF4JTripleLike
asStatement
-
-