Hi Hugh,

Thanks.  Is it fixed?   I dont get the error anymore but the query doesnt 
return any results.  The query used to return results.

Thanks,
Durai



________________________________
 From: Hugh Williams <hwilli...@openlinksw.com>
To: balus...@yahoo.com 
Cc: "dbpedia-discussion@lists.sourceforge.net" 
<dbpedia-discussion@lists.sourceforge.net> 
Sent: Wednesday, January 15, 2014 6:22 AM
Subject: Re: [Dbpedia-discussion] bif:st_point() doesnt work on 
dbpedia.org/sparql
 


Hi Durai,

We are looking into this and it will be fixed ...


Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers 

On 15 Jan 2014, at 05:26, balus...@yahoo.com wrote:

Not sure if this is the right forum to post this question.  If not, please 
delete this.
>
>The following sparql query used to work before at dbpedia.org/sparql but it 
>doesnt work since last week (I think).
>
>SELECT ?page ?lat ?long (bif:st_distance(?geo, 
>bif:st_point(-122.419420,37.774930))) ?abstract
>WHERE{
>?m foaf:page ?page.
>?m geo:geometry ?geo.
>?m geo:lat ?lat.
>?m geo:long ?long.
>?m <http://dbpedia.org/ontology/abstract> ?abstract.
>FILTER (bif:st_intersects (?geo, bif:st_point(-122.419420,37.774930), 75))
>FILTER (LANG(?abstract) = "en")
>}
>ORDER BY ASC 4 LIMIT 5
>
>
>It reports the following error:
>Virtuoso 37000 Error SP031: SPARQL compiler: bif:st_intersects() special 
>predicate is used with wrong number of arguments SPARQL query:
define sql:big-data-const 0 
#output-format:text/html
define sql:signal-void-variables 1 define input:default-graph-uri 
<http://dbpedia.org> SELECT ?page ?lat ?long (bif:st_distance(?geo, 
bif:st_point(-122.419420,37.774930))) ?abstract
WHERE{ ?m foaf:page ?page. ?m geo:geometry ?geo. ?m geo:lat ?lat. ?m geo:long 
?long. ?m <http://dbpedia.org/ontology/abstract> ?abstract. FILTER 
(bif:st_intersects (?geo, bif:st_point(-122.419420,37.774930), 75)) FILTER 
(LANG(?abstract) = "en")
}
ORDER BY ASC 4 LIMIT 5
>
>It seems like bif:st_point() is not working at the FILTER line
>
>Will it get fixed on dbpedia.org/sparql? or Is there a workaround this query?
>
>Thanks,
>Durai------------------------------------------------------------------------------
>CenturyLink Cloud: The Leader in Enterprise Cloud Services.
>Learn Why More Businesses Are Choosing CenturyLink Cloud For
>Critical Workloads, Development Environments & Everything In Between.
>Get a Quote or Start a Free Trial Today. 
>http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk_______________________________________________
>Dbpedia-discussion mailing list
>Dbpedia-discussion@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
>
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to