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

Authors ordering #608

Open stefanogermano opened 1 year ago

stefanogermano commented 1 year ago

Is your feature request related to a problem? Please describe.

Although triples have no order, often people like to have them in a specific order. This is usually the case when we list authors.

At the moment, WIDOCO sorts them lexicographically, but this might not be the desired order.

Describe the solution you'd like

Just keep the same order of the original file.

There are more complex alternatives, but they are probably not worth the effort.

Describe alternatives you've considered

Manual edit them after you generate the HTML file. This is doable, but requires manual effort.

Additional context

This idea might also be extended to other aspects.