You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: