Github user kinow commented on the issue:
https://github.com/apache/jena/pull/114
FWIW, the output of the second test right now is
```
{
"s" : "s" ,
"p" : "" ,
"o" : "def@en"
}
{
"s" : "s" ,
"p" : "" ,
"o" : "abc"
}
{
"s" : "s" ,
"p" : "" ,
"o" : "123^^http://www.w3.org/2001/XMLSchema#decimal"
}
```
@afs are you planning to send another PR when the draft is ready (it looks
good to me as-is now :-) ) or would you prefer to include in this PR and
Jena-632? It does seem to be related with/necessary for JENA-632. Happy to get
updates to this branch :-)
---