-
```
At the moment we're skipping over all the RDFa tests since we know there are 9
that are failing. We
really want only to mark those 9 as known_issues instead.
```
Original issue reported on code…
-
```
A number of sparql tests that were passing in 2.4.0 are failing in trunk.
To test one such test case:
{{{ python setup.py nosetests --tests test/test_sparql_base_ref.py }}}
```
Original …
-
```
We need to better document the various stores that are available. And what is
needed to get them
up and running. It'd also be nice to include some ballpark performance metrics
for the various
…
-
```
What steps will reproduce the problem?
1. svn clone from trunk
2. cmake .
3. make
What is the expected output? What do you see instead?
Expecting: no errors
Seeing instead:
[ 65%] Building C o…
-
```
The "from rdflib.URIRef import URIRef" in rdflib's __init__.py clobbers
rdflib.URIRef as the name of
the module. This is confusing. Also, nose trips up on this naming ambiguity
between the modu…
-
```
OpenJPEG does not handle box with 64bits length. It currently fails with:
$ opj_decompress -i /tmp/beach_64bitsbox.jp2 -o t.tif
[ERROR] Cannot handle box of undefined sizes
ERROR -> opj_decompres…
-
```
What steps will reproduce the problem?
1. print Literal(True).datatype
What is the expected output? What do you see instead?
Datatype should be xsd:boolean but it is xsd:integer. This bug is rel…
-
```
rdflib's setup.py uses setuptools.find_packages, which finds module test in
addition to modules rdflib and rdflib_tools. As a result, the egg info
installed by setuptools lists module test -- e…
-
```
What steps will reproduce the problem?
Run Graph.serialize() off a Redland back-end (or presumably anything else
in which Store.namespaces() is a stub)
What is the expected output? What do you s…
-
```
What steps will reproduce the problem?
from codecs import getreader
from rdflib.Graph import Graph
from StringIO import StringIO
rdf = getreader('utf-8')(StringIO(u"""@prefix skos:
.
@prefix rd…