// When this parser is parsing the rdf annotation, some rdf attributes can appear. Try to
// read them.
else if (contextObject instanceof CVTerm && previousElements.containsKey("CVTerm")) {
if (previousElements.get("CVTerm").equals("li")) {
CVTerm cvterm = (CVTerm) contextObject;
isReadAttribute = cvterm.readAttribute(elementName, attributeName, prefix, value);
}
}
if (!isReadAttribute) {
logger.warn("RDFAnnotationParser : processAttribute : found an unknown attribute '" +