addAll: function(triples) {
        var self = this;
        triples.forEach(function(triple) {
            self.add(triple);
        });