// When this parser is parsing the model history, some rdf attributes can appear. Try to
// read them.
else if (contextObject instanceof Creator && previousElements.containsKey("creator")) {
if (previousElements.get("creator").equals("li")) {
Creator modelCreator = (Creator) contextObject;
isReadAttribute = modelCreator.readAttribute(elementName, attributeName, prefix, value);
}
}
// A RDFAnnotationParser can modify a contextObject which is an CVTerm instance.
// If the contextObject is a CVTerm instance, the rdf attributes should appear in the
// 'li' subelement of the 'Bag' subelement of the 'Miriam-Qualifier' node.