Class StreamRDFApplyObject

All Implemented Interfaces:
StreamRDF
Direct Known Subclasses:
StreamCanonicalLangTag, StreamCanonicalLiterals

public class StreamRDFApplyObject extends StreamRDFApply
Apply a function to the object of triple/quads.
  • Constructor Details

    • StreamRDFApplyObject

      public StreamRDFApplyObject(StreamRDF other, Function<org.apache.jena.graph.Node,org.apache.jena.graph.Node> function)