You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FunctionalSyntaxDocumentFormat format = new FunctionalSyntaxDocumentFormat();
format.setPrefix(":", "http://...");
ontologyManager.setOntologyFormat(ontology, format);
I've a default prefix in my header
Prefix(:=<http://.../>)
Instead of full blown IRIs serialized as
"<http://..../xyz>"
would like to see":xyz"
in the saved FunctionalSyntax.Is there a method for this?
Am using version 5.1.10.
Thanks!
The text was updated successfully, but these errors were encountered: