OWLAnnotation anno = df.getOWLAnnotation(df
.getOWLAnnotationProperty(OWLRDFVocabulary.OWL_VERSION_INFO
.getIRI()), lit);
// Now we can add this as an ontology annotation Apply the change in the
// usual way
man.applyChange(new AddOntologyAnnotation(ont, anno));
// The pizza ontology has labels attached to most classes which are
// translations of class names into Portuguese (pt) we can access these
// and print them out. At this point, it is worth noting that constants
// can be typed or untyped. If constants are untyped then they can have
// language tags, which are optional - typed constant cannot have