emmo-repo / EMMO

Elementary Multiperspective Material Ontology (EMMO)
Other
62 stars 16 forks source link

Change file format from rdf/xml to turtle #120

Closed jesper-friis closed 3 years ago

jesper-friis commented 3 years ago

Turtle is a more readable and git-friendly file format than the current rdf/xml.

The idea is therefore to change the file format of the development version of EMMO from current rdf/xml to turtle. However, since rdf/xml is subborted by more tools we must at the same time set up automatic tools that converts both the asserted and inferred ontology to rdf/xml and publish them on GitHub Pages. New columns for rdf/xml and turtle (and maybe other formats) should be added to the table on https://emmo-repo.github.io/.

This requires issue #121 to be implemented first.