Hi Hugh,
Since I first encountered this error some months ago, I have in the
meantime tried out at least 5 increasingly newer versions of VOS so
far - including 7.2.0_p1 from source forge and the latest is
develop/7 from today (2015 March 31) - and i get "no table rdf_obj"
with all of them on many queries (mostly generated by Facete2)
On the LOD cache it seems it was indeed fixed,
So please make the fix available in the open source version as well
:)
For example, this query fails on
http://linkedgeodata.org/sparql
(its not running the version I compiled today; but as I said, it
doesn't make a difference)
Select Distinct ?s {?cc_s
<http://geovocab.org/geometry#geometry> ?s . ?cc_s
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?fv_1 . ?s
<http://www.opengis.net/ont/geosparql#asWKT> ?w .
Filter(<bif:st_intersects>(?w,
<bif:st_geomFromText>("POLYGON((0 45,90 45,90 90,0 90,0
45))"))) .}
As mentioned below, some queries from
http://linkedgeodata.org/OSM
still fail and I know that at some point in the past (before
upgrading to develop/7) they actually all worked.
Thanks and Cheers,
Claus