dgarijo / Widoco

Wizard for documenting ontologies. WIDOCO is a step by step generator of HTML templates with the documentation of your ontology. It uses the LODE environment to create part of the template.
Apache License 2.0
276 stars 86 forks source link

XML version is not generated #643

Closed ahmad88me closed 6 months ago

ahmad88me commented 8 months ago

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)

dgarijo commented 8 months ago

Will have a look

dgarijo commented 6 months ago

@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. image

Closing the issue.