-
```
What steps will reproduce the problem?
1. run jython (v2.5)
2. type:
import rdflib
rdflib.ConjunctiveGraph()
What is the expected output? What do you see instead?
I see an exception, the expected…
-
```
repr(Literal("'")) should make something that evals to the same input, but
instead I get too many apostrophes:
rdflib.Literal(''', language=None, datatype=None)
This is under __version__ '2.4.0…
-
```
When executing the following code:
from rdflib import ConjunctiveGraph
g = ConjunctiveGraph()
g.parse("http://localhost:12345/foo", format="n3")
my localhost HTTP server receives the follo…
-
```
What steps will reproduce the problem?
1. Set up any Graph at all.
2. Call Graph.query on the SPARQL query below, taken from section 8.3.3. of
the SPARQL spec.
3.
What is the expected output? Wha…
-
```
$ easy_install rdflib==2.4.0
$ python
>>> from test import pystone
timte: Traceback (most recent call last):
File "", line 1, in ?
ImportError: cannot import name pystone
The python core library…
-
```
What steps will reproduce the problem?
1. Installed xmlrpc (with --disable-cplus-plus)
2. configured apache2 with SGCI (mod loaded)
3. run rtorrent (XMLRPC initialized with 409 functions.)
What…
-
```
We've lost our integration with CIA in the process of migrating the svn over to
google. There may
be some way to hook them up again, but it looks like google does not provide
support for svn
p…
-
```
17:18 logger: See http://chatlogs.planetrdf.com/swig/2009-11-26#T16-18-12
eg.
/Library/Python/2.5/site-packages/rdflib-2.4.2-py2.5-macosx-10.5-i386.egg/rdflib
/sparql/bison/SPARQLEvaluate.py:273:…
-
```
please provide a win32 binary for python2.5 at least.
```
Original issue reported on code.google.com by `petr...@gmail.com` on 27 Apr 2009 at 12:29
-
```
What steps will reproduce the problem?
1. Write an N3 or turtle document with an @base directive
2. Try to parse it as format='n3'
What is the expected output? What do you see instead?
I would e…