Closed ahmad88me closed 10 months ago
Will have a look
@ahmad88me I have detected why this is. Instead of producing an xml
file, we now call it an owl
. This is because most ontologies use as owl
the rdf/xml serialization. For example, the one you just used in your example :)
So, the file is there, it's just .owl
now.
Closing the issue.
Describe the bug A clear and concise description of what the bug is.
To Reproduce java -jar widoco-1.4.20-jar-with-dependencies_JDK-17.jar -ontFile BFiaO.owl -outFolder out -saveConfig w.config -lang en -htaccess
Expected behavior To find ontology.xml inside the output folder
out
Desktop (please complete the following information):
Additional context The ontology.xml has html and is not located in the specified output folder (it was in the working directory instead)