Re: [Virtuoso-users] RDFGE error in version 07.20.3214

2015-09-23 Thread Roman Sokolov
Why not to include some option to ignore such errors? To load the dataset with error, or at least to ignore triples containing errors, but still load the other part of the dataset? Obviously all datasets created by humans will contain such errors, it can not be ideal... On 20 September 2015 at 17

Re: [Virtuoso-users] RDFGE error in version 07.20.3214

2015-09-20 Thread Hugh Williams
Hi Nicola, Development indicate that some of the polygon data in this beta wikidata dataset to bad the co-oridinates probably being in the wrong order as indicated when one of these point co-ordinates is checked with the st_ewkt_read [1] function: SQL> select st_ewkt_read ('Point(37.7666

Re: [Virtuoso-users] RDFGE error in version 07.20.3214

2015-09-10 Thread Hugh Williams
Hi Nicola, Will need to check with development as it depends on there schedules as to when this can be looked into … Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ LinkedIn -- h

Re: [Virtuoso-users] RDFGE error in version 07.20.3214

2015-09-10 Thread Nicola Vitucci
Thanks for looking into this, Hugh. Any idea when an update might be available? Nicola Il 10/09/2015 03:47, Hugh Williams ha scritto: > Hi Nicola, > > I have been able to recreate this issue loading the wikidata beta > dataset and have reported to development to look into … > > Best Regards > H

Re: [Virtuoso-users] RDFGE error in version 07.20.3214

2015-09-09 Thread Hugh Williams
Hi Nicola, I have been able to recreate this issue loading the wikidata beta dataset and have reported to development to look into … Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blog

Re: [Virtuoso-users] RDFGE error in version 07.20.3214

2015-09-09 Thread Hugh Williams
Hi Nicola, Ok, I am downloading the 7+GB file atm and will attempt a load … 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-so

Re: [Virtuoso-users] RDFGE error in version 07.20.3214

2015-09-09 Thread Nicola Vitucci
Hi Hugh, I tried to load it with the standard command: ttlp_mt (file_to_string_output ('/path/to/file'), '', 'graphname') The dataset is a single big Turtle file (not separate files as it used to be), so right now I can't pinpoint the exact part which caused it to fail. I'll try and investigate

Re: [Virtuoso-users] RDFGE error in version 07.20.3214

2015-09-09 Thread Hugh Williams
Hi Nicola, Yes, Virtuoso open source does have geo spatial support including support for GeoSPARQL and OGC types . How are you loading this new wikidata “beta” dataset and do you know on which dataset or triple this error is occurring ? We have loaded previous wikidata datasets which I would ex

[Virtuoso-users] RDFGE error in version 07.20.3214

2015-09-09 Thread Nicola Vitucci
Hi all, I tried to load a recent Wikidata dump [1] on Virtuoso v. 07.20.3214 (64-bit Linux OS), but I get the following error: *** Error 42000: [Virtuoso Driver][Virtuoso Server]RDFGE: RDF box with a geometry RDF type and a non-geometry content Is GeoSPARQL not fully supported yet? If not, is th