It appears that rdflib randomly reorders arrays when serializing to disk. It shouldn't matter to consumers, but it generates a lot of diff noise for small vocab changes.
The json-ld generating scripts in /vocabularies/scripts should be updated to sort arrays of literals consistently (e.g. alphabetically)
Discussion here:
#38
It appears that
rdflibrandomly reorders arrays when serializing to disk. It shouldn't matter to consumers, but it generates a lot of diff noise for small vocab changes.The json-ld generating scripts in
/vocabularies/scriptsshould be updated to sort arrays of literals consistently (e.g. alphabetically)Discussion here:
#38