pwin opened a new issue, #3988:
URL: https://github.com/apache/jena/issues/3988

   ### Version
   
   6.1
   
   ### Question
   
   related to an earlier question, I have a simple installation of Fuseki 6.1 
and there is an assembler that sets up the spatial index.  
   
   The following GeoSPARQL query returns 'false', and I don't know why.  Help 
appreciated.
   
   ```
   PREFIX geo: <http://www.opengis.net/ont/geosparql#>
   PREFIX geof: <http://www.opengis.net/def/function/geosparql/>
   
   SELECT ?same
   WHERE {
     BIND(geof:sfEquals(
       "POINT(-0.1278 51.5074)"^^geo:wktLiteral,
       "POINT(-0.1278 51.5074)"^^geo:wktLiteral
     ) AS ?same)
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to