Hi Joe,

We shall look into this issue and report back on this mailing list ...

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support
Twitter: http://twitter.com/OpenLink

On 14 Jun 2010, at 22:10, Joe Presbrey wrote:

> I've looked a little closer here and this now looks like a bug in
> Virtuoso's JSON encoder.
> 
> The server is sending unescaped newlines in JSON values/objects, eg.
> ^M instead of "\n".
> 
> From:
>   http://tools.ietf.org/html/rfc4627#page-5
> the only characters allowed unescaped in JSON are:
>   %x20-21 / %x23-5B / %x5D-10FFFF
> 
> Kingsley, is there a proper route for me to submit and follow this?
> I'm sure you have other things...
> 
> --
> Joe Presbrey
> 
> On Mon, Jun 14, 2010 at 4:48 PM, Kingsley Idehen <kide...@openlinksw.com> 
> wrote:
>> Joe Presbrey wrote:
>>> [presb...@endor ~]$ python -c "import jsonlib2; from urllib2 import
>>> urlopen; print 
>>> jsonlib2.read(urlopen('http://dbpedia-live.openlinksw.com/data/Obolensky.json').read()).keys()"
>>> Traceback (most recent call last):
>>>   File "<string>", line 1, in <module>
>>> jsonlib2.ReadError: JSON parsing error at line 23, column 363
>>> (position 6010): Unexpected U+000A (
>>> ) while looking for printable characters.
>>> 
>>> Obolensky on dbpedia.org works just fine, which confuses me as to
>>> whether this is a bug against DBpedia or Virtuoso...
>>> 
>>> [presb...@endor ~]$ python -c "import jsonlib2; from urllib2 import
>>> urlopen; print 
>>> jsonlib2.read(urlopen('http://dbpedia.org/data/Obolensky.json').read()).keys()"
>>> [u'http://en.wikipedia.org/wiki/Obolensky',
>>> u'http://dbpedia.org/resource/Alexander_Obolensky',
>>> u'http://dbpedia.org/resource/%D0%9E%D0%B1%D0%BE%D0%BB%D0%B5%D0%BD%D1%81%D0%BA%D0%B8%D0%B9',
>>> u'http://dbpedia.org/resource/Obolensky',
>>> u'http://mpii.de/yago/resource/Obolensky']
>>> 
>>> --
>>> Joe Presbrey
>>> 
>>> ------------------------------------------------------------------------------
>>> ThinkGeek and WIRED's GeekDad team up for the Ultimate
>>> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
>>> lucky parental unit.  See the prize list and enter to win:
>>> http://p.sf.net/sfu/thinkgeek-promo
>>> _______________________________________________
>>> Dbpedia-discussion mailing list
>>> Dbpedia-discussion@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
>>> 
>>> 
>> 
>> DBpedia-Live re-write rules issue or JSON generation bug (in the version
>> behind DBpedia-Live).
>> 
>> Both instances should give the same result.
>> 
>> --
>> 
>> Regards,
>> 
>> Kingsley Idehen
>> President & CEO
>> OpenLink Software
>> Web: http://www.openlinksw.com
>> Weblog: http://www.openlinksw.com/blog/~kidehen
>> Twitter/Identi.ca: kidehen
>> 
>> 
>> 
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> ThinkGeek and WIRED's GeekDad team up for the Ultimate
>> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
>> lucky parental unit.  See the prize list and enter to win:
>> http://p.sf.net/sfu/thinkgeek-promo
>> _______________________________________________
>> Dbpedia-discussion mailing list
>> Dbpedia-discussion@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
>> 
> 
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate 
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
> lucky parental unit.  See the prize list and enter to win: 
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Dbpedia-discussion mailing list
> Dbpedia-discussion@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to