String shortForm = "MyLabel";
Ontology(m,
AnnotationAssertion(prop, root.getIRI(), Literal(shortForm)));
AnnotationValueShortFormProvider sfp = new AnnotationValueShortFormProvider(
m, new SimpleShortFormProvider(),
new SimpleIRIShortFormProvider(), props, langMap);
sfp.setLiteralRenderer(new StringAnnotationVisitor() {
private static final long serialVersionUID = 1L;
@Nonnull