Closed sveinugu closed 5 years ago
Hi @sveinugu , yes, I have been having a look at the generated JSON Schema and content. I'm using it just to fine tune the OWL terms validation, and I found that the EFO IRI is not working (http://www.ebi.ac.uk/efo/releases/2018-02-15/efo.owl should be https://www.ebi.ac.uk/efo/releases/v2018-02-15/efo.owl).
I'm adding checks for this, in order to validate whether the ontology is reachable
I have just also realized that the generated JSON Schema has as $id
the value https://www.elixir-europe.org/IS/FAIRGenomicTracks/json-schemas/0.1
, meanwhile the basic_example.json has as fair_tracks._schema
the value https://www.elixir-europe.org/IS/FAIRGDataTracks/json-schemas/0.1
Hi again. I have just finished the development of the extensions for Python in main branch, and I have also documented them: https://github.com/inab/GenomicDataTracks_JSON_schemas/tree/master/toolsForValidation
So, you can start validating. I have also added the JSON Schema partially fixed and a JSON to be validated, also partially fixed.
@jmfernandez Have you looked at this yet?