Hi,

I am using Virtuoso Opensource 7.2.4  with a dataset which consists of some
data, for example:

forola:1 a ap:PuntoDeAlumbrado ;
    geo:long "-17.774237421604201614"^^xsd:double ;
    geo:lat "28.60580329136699973"^^xsd:double .

and when I do a simple SPARQL query:

select ?farola ?lat ?long where {
 ?farola a ap:PuntoDeAlumbrado; geo:lat ?lat; geo:long ?long .
}

I get results with the values of latitude and longitude that are rounded to
a less precise value.

+--------------------------------------------------------------+------------+-------------+
|                     farola                                              |
  lat         |   long       |
+--------------------------------------------------------------+------------+-------------+
| http://linkeddata.es/resource/farolas/lapalma/0  |  28.6058 | -17.7742 |
+-----------------------------------------
---------------------+------------+-------------+

I checked this behavior in the current DBpedia endpoint, and it seems to be
the same. Is there a way to configure virtuoso to return the same values
when asked for "application/sparql-results+xml" or
"application/sparql-results+json"?

Best Regards,
Nandana Mihindukulasooriya
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to