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
292 stars 88 forks source link

Is it supposed to work with RDFS ontologies? #386

Closed ColinMaudry closed 4 years ago

ColinMaudry commented 4 years ago

Hello there,

I have an ontology that only uses RDFS terms, not OWL.

Is WIDOCO supposed to work with these? Because beside the header and the Acknowledgements section, the generated HTML is blank.

If it's not WIDOCO's scope, can you recommend a tool?

dgarijo commented 4 years ago

Have you seen: https://github.com/dgarijo/Widoco#browser-issues-why-cant-i-see-the-generated-documentation--visualization?

Do the "sections" folder contain html? If so, everything worked. Browsers block loading these files locally but it will work correctly if you put your documentation on a server.

Or if you use the -uniteSections flag, you should be able to see the results.

If you still experience issues after this, please reopen this issue and provide a pointer to the ontology you are trying to load.

ColinMaudry commented 4 years ago

Hello !

My bad, I found so many tools that didn't work with RDFS that I gave up a bit early :)

Thanks!

dgarijo commented 4 years ago

No worries, I will try to clarify this more in the documentation or find another workaround. It is annoying that you cannot see the documentation locally :( Thanks!