protected void consumeTriple(IRI subject, IRI predicate, OWLLiteral object) {
   consumer.consumeTriple(subject, predicate, object);
 }