-
```
Serializing to NT format does no unicode escaping.
Attached is a patch that will fix this.
```
Original issue reported on code.google.com by `s...@demaledetti.net` on 9 Feb 2009 at 2:58
Attac…
-
```
When creating a store in, say, SQLite, a repr on the store produces:
That line (705 in AbstractSQLStore.py) should be SQL-agnostic.
```
Original issue reported on code.google.com by `gsf747@gm…
-
```
As noted in the TODO at line 1443 of rdflib/store/MySQL.py, the PostgreSQL
class should be split out into its own module.
```
Original issue reported on code.google.com by `gsf747@gmail.com` on 1…
-
```
when running the MySQL backend and allowing it to create a new db on open,
the db 'test' is not found since it doesnt exist by default
Another problem is that the port is expected to be an int, w…
-
```
Purpose of code changes on this branch:
The NT literal (and uri) serialization was way off spec. This patch
includes the best tests I could find.
After the review, I'll merge this branch into:
…
-
```
see http://paste.lisp.org/display/92767
I get answers with
res = g.query("SELECT ?g ?s ?p ?o WHERE { GRAPH ?g { ?s ?p ?o } } ")
... but if I use "SELECT * WHERE (etc...)" it fails - ValueError…
-
```
It should be pretty quick to build a parser plugin that uses rdfadict
```
Original issue reported on code.google.com by `eike...@gmail.com` on 11 Feb 2008 at 3:04
-
```
What steps will reproduce the problem?
1. Create two ConjunctiveGraphs, a and b
2. Add some triples to each
3. Try to add them together: c = a + b
What is the expected output? What do you see in…
-
```
What steps will reproduce the problem?
1. python test/test_sparql/sparl_regex.py
I was trying to follow along with one of the examples in Programming the
Semantic Web, and got an exception in spa…
-
```
What steps will reproduce the problem?
1. This simple-minded read/write test:
import rdflib
from rdflib.graph import ConjunctiveGraph as Graph
from rdflib import plugin
from rdflib.store import S…