Re: [Virtuoso-users] unable to delete typed literal

2014-11-17 Thread Frederick Giasson
Hi all, I think this is the same as this error I reported on GitHub: https://github.com/openlink/virtuoso-opensource/issues/247 Thanks, Fred Hi Jürgen , Thanks for reporting, we are looking into this ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. //

Re: [Virtuoso-users] unable to delete typed literal

2014-11-13 Thread Jürgen Jakobitsch
hi again, this issue is also present in a complete fresh build from just now.. git describe = v7.0.0-1211-g0b74378 wkr j | Jürgen Jakobitsch, | Software Developer | Semantic Web Company GmbH | Mariahilfer Straße 70 / Neubaugasse 1, Top 8 | A - 1070 Wien, Austria | Mob +43 676 62 12 710 | Fax

Re: [Virtuoso-users] unable to delete typed literal

2014-11-13 Thread Jürgen Jakobitsch
hi again (II), this issue can be worked-around by using xsd:integer instead of xsd:int wkr j | Jürgen Jakobitsch, | Software Developer | Semantic Web Company GmbH | Mariahilfer Straße 70 / Neubaugasse 1, Top 8 | A - 1070 Wien, Austria | Mob +43 676 62 12 710 | Fax +43.1.402 12 35 - 22 COMPANY

Re: [Virtuoso-users] unable to delete typed literal

2014-11-13 Thread Hugh Williams
Hi Jürgen , Thanks for reporting, we are looking into this … Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ LinkedIn -- http://www.linkedin.com/company/openlink-software/

[Virtuoso-users] unable to delete typed literal

2014-11-12 Thread Jürgen Jakobitsch
hi, with my version of virtuoso-opensource, i'm not able to delete typed literals. INSERT DATA { GRAPH http://g.net { http://s.net http://p.net 42^^ http://www.w3.org/2001/XMLSchema#int } } WITH http://g.net DELETE { ?s ?p ?o } WHERE { ?s ?p ?o FILTER(?s=http://s.net) } tells me that one triple