Hi,

Nothing new on this ?

Thanks !

Olivier


2014-11-11 3:56 GMT+01:00 Hugh Williams <hwilli...@openlinksw.com>:

> Hi Oliver,
>
> Thanks, yes with the queries provided I do get the same error,  so we are
> looking into the cause …
>
> SQL> SPARQL PREFIX geo: <http://www.opengis.net/ont/geosparql#>  PREFIX
> virtrdf: <http://www.openlinksw.com/schemas/virtrdf#> PREFIX : <
> http://test/#> INSERT DATA{ GRAPH <http://test/> {    :data1
> geo:geometry    "POLYGON((12.332352 45.439447,12.332362 45.439456,12.332305
> 45.439457,12.332339 45.439436,12.332352 45.439447))"^^virtrdf:Geometry . }
> };
>
> Done. -- 1 msec.
> SQL> SPARQL PREFIX geo: <http://www.opengis.net/ont/geosparql#>  PREFIX :
> <http://test/#>   SELECT  ?subject ?geom FROM    <http://test/> WHERE   {
>         ?subject geo:geometry ?geom .         FILTER( bif:st_intersects (
> ?geom, bif:st_geomfromtext("BOX(12.31 45.41, 12.38 45.48)") ) ) };
>
> *** Error 42000: VD [Virtuoso Server]GEO..: for after check of geo
> intersects, some shape types (e.g., polygon rings and curves) are not yet
> supported
> at line 25 of Top-Level:
> SPARQL PREFIX geo: <http://www.opengis.net/ont/geosparql#>  PREFIX : <
> http://test/#>   SELECT  ?subject ?geom FROM    <http://test/> WHERE   {
>         ?subject geo:geometry ?geom .         FILTER( bif:st_intersects (
> ?geom, bif:st_geomfromtext("BOX(12.31 45.41, 12.38 45.48)") ) ) }
> SQL>
>
> 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/
> Twitter  -- http://twitter.com/OpenLink
> Google+  -- http://plus.google.com/100570109519069333827/
> Facebook -- http://www.facebook.com/OpenLinkSoftware
> Universal Data Access, Integration, and Management Technology Providers
>
> On 10 Nov 2014, at 09:10, Olivier Dalang <olivier.dal...@gmail.com> wrote:
>
> Hi,
>
> [Hugh] What is the actual “select ..” query you are running, please
>> provide actual queries so no assumptions are being made.
>
>
> Here are the full queries that cause the problem :
>
> STEP 1 (entering data)
>
> PREFIX geo: <http://www.opengis.net/ont/geosparql#>
> PREFIX virtrdf: <http://www.openlinksw.com/schemas/virtrdf#>
> PREFIX : <http://test/#>
> INSERT DATA{
> GRAPH <http://test/> {
>    :data1    geo:geometry    "POLYGON((12.332352 45.439447,12.332362
> 45.439456,12.332305 45.439457,12.332339 45.439436,12.332352
> 45.439447))"^^virtrdf:Geometry .
> }
> }
>
> STEP 2 (select query)
>
> PREFIX geo: <http://www.opengis.net/ont/geosparql#>
> PREFIX : <http://test/#>
>
> SELECT  ?subject ?geom
> FROM    <http://test/>
> WHERE   {
>         ?subject geo:geometry ?geom .
>         FILTER( bif:st_intersects ( ?geom, bif:st_geomfromtext("BOX(12.31
> 45.41, 12.38 45.48)") ) )
> }
>
> Are you able to reproduce the problem ?
>
> Thanks !
>
> Olivier Dalang
> ---
> Digital Humanities Lab (DHLAB) - http://dhlab.epfl.ch
> EPFL CDH DHLAB  / CM 2 271
> Station 10 / CH-1015 Lausanne
> Tel. +41 21 693 02 46
>
>
>
>
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to