Interface StreamRowRDF

All Known Implementing Classes:
StreamRowRDFBase

public interface StreamRowRDF
An item in a stream of RDF data. This is the row item for pull-processing an RDF stream.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.apache.jena.graph.Triple
     
    boolean
     
    boolean
     
  • Method Details

    • isTriple

      boolean isTriple()
    • getTriple

      org.apache.jena.graph.Triple getTriple()
    • isQuad

      boolean isQuad()
    • getQuad

      Quad getQuad()