Fix the turtle serialization of the ontologies
In the repository, the ontologies are serialized using Turtle and the different triples are sorted:
- Ontology
- Annotation properties
- Datatypes
- Object properties
- Datatype properties
- Classes
- Individuals
Inside each section, the terms are sorted by namespace and alphabetically.
This makes easy to browse the file and understand its contents.
The turtle serialization that is currently published is mixing randomly every term, so it is very difficult to manage and understand.
Besides, right now it is quite difficult to check whether the published version is the same as the one in the repository.
The published turtle file should be the same than that in the repository or, if not, should follow the same structure.