|
|
Hello, I am running into the same issue with Owlready2 (0.48).
Has there been any new means added to the library that enables programmatic control over Namespace prefixes used while saving an Ontology out to a file?
In my case, the prefix that is generated looks like:
www.
... which makes our ontology files rather confusing to inspect... with terms like www.:ont00001.
I'm using RDFLib as a workaround, but I personally prefer the more native Owl-XML encoding that Owlready2 produces, over the RDF-XML that RDFLib outputs... with the exception of this detail with namespace prefixes.
Thanks!
|