haruna

Results 112 comments of haruna

@aucampia Are you going to prepare for pre-commit CI?

@aucampia Could you install pre-commit in sparqlwrapper as well as rdflib?

This issue is resolved When testing with pytest. #214

```shellsession $ rqw --version rqw 2.0.0 $ cat query.rq # Count all academic conference(Q2020153) https://www.wikidata.org/wiki/Q2020153 items # with the given described at URL(P973) https://www.wikidata.org/wiki/Property:P973 SELECT ?item (COUNT (?value) AS ?count)...

What do you mean `a failure in the programmatic access`? the query seems to be successful.

>The query type is detected as "DESCRIBE" so there is no binding resolution. This apparently mismatch of query type maybe causes: https://github.com/RDFLib/sparqlwrapper/blob/db695a579289f5b4e8b0d6ae9665c1e8894e1234/SPARQLWrapper/Wrapper.py#L616-L621 >The pyLodStorage unit tests seem to fail with...

@WolfgangFahl Rdflib members seems to be under-resourced. So I think it would be better if you create a PR that resolves this issue (and also [your other Issues](https://github.com/RDFLib/sparqlwrapper/issues/created_by/WolfgangFahl)) rather than...

Sparqlwrapper uses regular expressions for uncommenting queries and extracting types, which is a bad point and problematic. It may be better to use `rdflib.plugins.sparql.parser.parseQuery(q)` at `SPARQLWrapper._parseQueryType(q)`. I'll try to do...

Currently older python(

>Special names > >Sphinx reserves some document names for its own use; you should not try to create documents with these names – it will cause problems. >The special document...