Interface AddTriplesApiFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addTriples​(boolean complete, Uri graphUri, org.apache.jena.shared.PrefixMapping prefixMapping, Iterator<org.apache.jena.graph.Triple> triples)
      Add all triples from the given graph
    • Method Detail

      • addTriples

        void addTriples​(boolean complete,
                        Uri graphUri,
                        org.apache.jena.shared.PrefixMapping prefixMapping,
                        Iterator<org.apache.jena.graph.Triple> triples)
        Add all triples from the given graph
        Parameters:
        complete - signal whether this is the last batch of triples or not
        graphUri - graph URI to add the triples to
        prefixMapping - namespace prefix mapping
        triples - iterator over triples