"Fix SPARQL queries for compatibility with Blazegraph > 2.1.5": Blazegraph 2.1.6 doesn't accept anymore SPARQL queries in which an aggregated variable gets renamed with the same name (I added an underscore char as a suffix for the involved variables)
"Make use of the new oc_ocdm package": here I simply replaced the old dependency from 'graphlib.py' and 'storer.py' with the new package 'oc_ocdm', adapting the involved code
"Fix missing EOL in reporter.py": this is self-explanatory
"Update .gitignore and curator_TDD.py": removed Python cache files from versioning and fixed 'curator_TDD.py' so that the counter files and the triplestore are resetted after the execution of all the tests
"Add oc_ocdm to requirements.txt": this is self-explanatory
Quick explanation of the proposed commits: