getTriples2: function(result) {
        this.createDirectTriples2(result);

        if(this.parent) {
            this.parent.getTriples2(result);