cezarsa / sublime-sparql-runner

A Sublime Text 2/3 plugin to run SPARQL queries inside the editor
16 stars 5 forks source link

ASK queries #5

Open erralb opened 6 years ago

erralb commented 6 years ago

Hi, When I try to run something like this :

PREFIX ontology: <http://dbpedia.org/ontology/>
ASK
{
  <http://dbpedia.org/resource/Paul_Auster> ontology:deathDate ?dead .
} 

I get :

SPARQL Runner.SPARQLRunner: Error 'results' running query

When I should just get true or false or ? (I'm a sparql newbie)

PEE8 commented 5 years ago

Hi, I installed Python.NET package using pip install pythonnet. I install clr and imported clr. similarly, i installed python library qsharp but it is not getting imported but it is displaying error ModuleNotFound: module not found import qsharp. Please can anyone tell me where i am doing a mistake. I am using spyder for running python code and anaconda for installation and importing.