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
Using the below SPARAL query, we list all the current existent graphs, we should have only the last one.
SELECT DISTINCT ?graph WHERE { GRAPH ?graph { ?s ?p ?v. } }
we have this table
The text was updated successfully, but these errors were encountered:
For example VT has all this data graphs , 45 | 21 | 12 | 48 | 57 | 18 | 42 | 24 | 69 | 54 | 63 | 51 | 60 | 19 | 55 | 16 | 46 | 22 | 13 | 49 | 58 | 43 | 25 | 64 | 67 | 52 | 61 | 14 | 17 | 20 | 47 | 56 | 23 | 68 | 59 | 53 | 62 | 65 | 44 | 26 | 50 | 41 | 15, where should have only 69 which is the latest submission. And they are not empty graphs
Sorry, something went wrong.
Normally we have this script that should prevent that https://github.com/ontoportal-lirmm/ncbo_cron/blob/master/bin/ncbo_cron#L321, ncbo/ncbo_cron#21
syphax-bouazzouni
No branches or pull requests
Using the below SPARAL query, we list all the current existent graphs, we should have only the last one.
we have this table
The text was updated successfully, but these errors were encountered: