VisualDataWeb / OWL2VOWL

Converting ontologies for WebVOWL
http://vowl.visualdataweb.org
MIT License
137 stars 50 forks source link

Preserve ordering in triples loaded from ontologies #60

Open smarie opened 3 years ago

smarie commented 3 years ago

We had an issue with the dc:creator triples ordering recently, and figured out that even if we managed to get the order right in the turtle file, this would be scrambled by OWL2VOWL when the JSON file is written.

The problem is that in WebVowl afterwards, this order is used for display. Moreover, only the first creator is displayed in the Metadata panel. But even if this is fixed, I think that many users will want to master the order of attributes such as dc:creator.

Could it be possible to ensure that the order is preserved by OWL2VOWL when the json file is written ?