-
```
I have a need to be able to generate XML/RDF output with a specified xml:base
value.
Attached is a patch that implements this for the XMLSerializer and
PrettyXMLSerializer modules, with an extr…
-
```
What steps will reproduce the problem?
1. Paste attached turtle content to any23 input form
2. Press convert button
What version of the product are you using?
current version at http://any23.org/…
-
```
A turtle file [1] that rapper is happy with fails to load when sent to sadi.py.
After quite a bit of attempting to satisfy sadi.py (and rdflib), I've retreated
to dumbing down the input to RDF/X…
-
Add content negotiation to get rdf from the /annotations route, i.e.
https://github.com/sul-dlss/triannon/blob/master/app/controllers/triannon/annotations_controller.rb#L9-L12
The /annotations can be…
-
i was getting this error:
```
...python2.7/site-packages/rdflib-4.1_dev-py2.7.egg/rdflib/plugins/parsers/notation3.pyc in join(here, there)
109
110 assert(here.find("#") < 0), \
--> 111 …
satra updated
9 years ago
-
Parsing fails for certain literals. For example, the following curl returns apparently fine ntriples.
curl https://www.googleapis.com/freebase/v1/rdf/m/012s3l
However, the following code using rdflib…
-
```
As per my discussion on #swig:
http://chatlogs.planetrdf.com/swig/2009-05-27.html#T16-08-26
```
Original issue reported on code.google.com by `f...@fgiasson.com` on 27 May 2009 at 3:41
-
I am on a ubuntustudio 64bit 14.04 system and was following the guide to setup mod-client.
Before following the guide, I had to
sudo apt-get install python-dev python-virtualenv
as well.
Then…
-
python generate_readme.py > README
No handlers could be found for logger "rdflib.term"
Traceback (most recent call last):
File "generate_readme.py", line 5, in
from client import SMARTClient
…
-
Hi
I have an issue parse nquads with rdflib.
I have this string:
'Production date :: 2532\u20132503BC :: circa'
- which is in the Object of a triple I have. You can see that it has a unicode escap…