You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the example SPARQL query at http://eurostat.linked-statistics.org/#usage doesn't have corrext SPARQL syntax, i.e.
a) xsd: prefix is missing
b) "xsd:decimal(?ghgtotal)_1000/(xsd:decimal(?population)) AS ?percapita"
should be in parentheses, i.e.
"(xsd:decimal(?ghgtotal)_1000/(xsd:decimal(?population)) AS ?percapita)"