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# 
> <http://www.opengis.net/ont/geosparql#>> 
> PREFIX virtrdf: <http://www.openlinksw.com/schemas/virtrdf# 
> <http://www.openlinksw.com/schemas/virtrdf#>>
> PREFIX : <http://test/# <http://test/#>>
> INSERT DATA{
>       GRAPH <http://test/ <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# 
> <http://www.opengis.net/ont/geosparql#>> 
> PREFIX : <http://test/# <http://test/#>>
>  
> SELECT  ?subject ?geom
> FROM    <http://test/ <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 <http://dhlab.epfl.ch/>
> EPFL CDH DHLAB  / CM 2 271
> Station 10 / CH-1015 Lausanne
> Tel. +41 21 693 02 46 <tel:%2B41%2021%20693%2002%2046>
> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to