Closed koustav123 closed 2 years ago
Thanks for spotting this.
Patch is now available on the develop
branch and will be released soon in rel 1.4.1 .
In the meanwhile, use version 1.4-dev which can be installed as:
git clone https://github.com/Accenture/AmpliGraph.git
cd AmpliGraph
git checkout develop
pip install .
I have a ntriple file named sample_data.nt which has contents as follows:
Running the following code:
produces this result
This can be fixed using this method
which produces the result
It will be great to have this fixed!