virtuoso-python
virtuoso-python copied to clipboard
RDFLib and SQLAlchemy bindings for Virtuoso
I just made a fresh install of Virtuoso via docker (https://hub.docker.com/r/joernhees/virtuoso/, latest build), and a fresh install of ``virtuoso-python`` from github with the latest version. When I try to run...
On Windows 7 with Microsoft Visual Studio 2015 and Python 3.5.1, I have these build errors out of the box: ``` src\virtuoso.cpp(17): error C3861: 'strncasecmp': identifier not found src\virtuoso.cpp(54): error...
Hi, I was doing this installation but it generates an error. I think without this part I cannot do the test on RDFLib. pip install http://eris.okfn.org/ww/2010/10/pyodbc-spasql/pyodbc-virtuoso-2.1.9-beta14.tar.gz Collecting http://eris.okfn.org/ww/2010/10/pyodbc-spasql/pyodbc-virtuoso-2.1.9-beta14.tar.gz Retrying (Retry(total=4,...
Hi maparent: I follow your README, Seemly I install all the require package, can you provide some text examples and how to use it to query the virtuoso db. I...