peterjohnlawrence / com.inova8.odata2sparql.v4

Part of the overall odata2sparql solution, this odata2sparql.v4 module containing the olingo4 dependencies. In other words specifically for odata v4
http://inova8.com/bg_inova8.com/offerings/odata2sparql/
Apache License 2.0
5 stars 5 forks source link

RDF numeric precision exceeds default OData2SPARQL precision. #119

Closed peterjohnlawrence closed 5 years ago

peterjohnlawrence commented 5 years ago

The RDF has some data (avgDuration) such as 165.878787878787878787878787. The precision that I am using is 10, which is exceeded by this number, so the Java is failing to convert it. Might have to truncate the data