public void write(NounPart subject, Relationship verb,
NounPart object) {
// these are the knowledge items that will be represented in the format.
SimpleNoun from = getExistingNounOnDiagram(subject, ii);
NounRelationshipBinding sr = new NounRelationshipBinding(
subject, verb);
PropositionBinding or = new PropositionBinding(subject, verb, object);
SimpleNoun to = NounFactory.getRawSimpleNoun(object);