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

[Virtuoso-users] saving results to a file

2015-09-09 Thread Davis, Daniel (NIH/NLM) [C]
When I run the statement below in an ISQL command prompt, I get as a result a BLOB of 225899 chars. SPARQL define output:format "NT" CONSTRUCT { ?s ?p ?o } FROM WHERE { ?s ?p ?o }; I'm not quite sure how to use string_to_file() with a query like this... Dan Da

Re: [Virtuoso-users] XPath normalize-space function support

2015-09-09 Thread Lorena Etcheverry
thanks Hugh for your prompt reply this query results in an error SP031: SPARQL compiler: Function name "bif:normalize-space" contains invalid characters; this may be an attempt of bypassing security restrictions prefix rdfh: SELECT bif:normalize-space(?s_city) F

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