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

Property type not supported #113

Open MalikGitHub opened 5 years ago

MalikGitHub commented 5 years ago

http://35.205.241.27:8080/odata2sparql/NHS360/Account?$top=3 Error Message: The type of the property 'Account_AnnualRevenue' is not yet supported.

For Account_AnnualRevenue Odata : Type is "Edm.Double" RDF Graph : Type is an integer A possible solution would be to change the type of Account_AnnualRevenue to Type : "xs:integer"