Skip to content
New issue

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

cannot edit version information #491

Closed
saubin78 opened this issue Feb 23, 2024 · 2 comments
Closed

cannot edit version information #491

saubin78 opened this issue Feb 23, 2024 · 2 comments
Labels

Comments

@saubin78
Copy link

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

image

@syphax-bouazzouni
Copy link
Contributor

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.

image

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 . 
}")

@syphax-bouazzouni
Copy link
Contributor

Now we see the correct version
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants