We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On https://agroportal.lirmm.fr/ontologies/TRANSFORMON, we can edit the version information but it is NOT saved. We want to change from 2.3 to 4.0
The text was updated successfully, but these errors were encountered:
here is what we can see in the triplestore, we saved "4.0" but can't remove the old "2.3"^String. This occurred while we did the migration to 2.7.0.
So I had to remove it using SPARQL delete query, bellow:
Goo.sparql_update_client.response("DELETE { <http://data.bioontology.org/ontologies/TRANSFORMON/submissions/4> <http://omv.ontoware.org/2005/05/ontology#version> ?obj . } WHERE { <http://data.bioontology.org/ontologies/TRANSFORMON/submissions/4> <http://omv.ontoware.org/2005/05/ontology#version> ?obj . }")
Sorry, something went wrong.
Now we see the correct version
No branches or pull requests
On https://agroportal.lirmm.fr/ontologies/TRANSFORMON, we can edit the version information but it is NOT saved.
We want to change from 2.3 to 4.0
The text was updated successfully, but these errors were encountered: