Hello Christian, > I'm having a problem when I try to recover inserted triples which had > xsd:boolean datatypes, after insertion, they seem to be turned into > xsd:integer
There's no BOOL built-in type in SQL so no such in the database. However there was a discussion yesterday with a conclusion that we will try to introduce BOOL, at least in some parts of SQL interpreter, so xsd:boolean will be accurately preserved without the loss of efficiency. I'll report the progress. It's an open issue what to do with xsd:byte and other types derived from xsd:integer. Nobody asked for them now but we can't predict if there will be requests in the future :| Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com
