Interface RDF4JTripleLike

All Superinterfaces:
org.apache.commons.rdf.api.TripleLike
All Known Subinterfaces:
RDF4JQuad, RDF4JTriple

public interface RDF4JTripleLike extends org.apache.commons.rdf.api.TripleLike
Marker interface for RDF4J implementations of TripleLike statements.

This interface is in common with the more specific RDF4JTriple or RDF4JQuad.

This is backed by a Statement retrievable with asStatement().

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.rdf4j.model.Statement
    Return the corresponding RDF4J Statement.

    Methods inherited from interface org.apache.commons.rdf.api.TripleLike

    getObject, getPredicate, getSubject
  • Method Details

    • asStatement

      org.eclipse.rdf4j.model.Statement asStatement()
      Return the corresponding RDF4J Statement.
      Returns:
      The corresponding RDF4J Statement.