public void addTriple(ONodeID subject, OURI predicate, gate.creole.ontology.Literal object) {
    if(subject == null || predicate == null || object == null) {
      throw new GateRuntimeException(
        "triple add - none subject/predicate/literal may be null: "+
        subject+"/"+predicate+"/"+object);