Hi,

bif:contains is a Virtuoso Server specific build in function (bif) . Maybe you just need to deactivate the "is virtuoso" checkbox in the RelFinder settings.
all the best,

Sebastian

Am 06.06.2013 16:23, schrieb Garg, Manish:
SELECT ?s ?l count(?s) as ?count WHERE {?someobj ?p ?s .  ?s <
http://www.w3.org/2000/01/rdf-schema#label> ?l .?l bif:contains "'india'" .
FILTER (!regex(str(?s), 
^http://dbpedia.org/resource/ategory:')<http://dbpedia.org/resource/Category:')>
 ).
FILTER (!regex(str(?s), '^http://dbpedia.org/resource/List')).FILTER
(!regex(str(?s), '^http://sw.opencyc.org/')).FILTER (lang(?l) = '' ||
langMatches(lang(?l), en')).FILTER (!isLiteral(?someobj)). }ORDER BY
DESC(?count) LIMIT 20


but when i remove count function then it executes.

Any help in this regard will be appreciated.




--
Dipl. Inf. Sebastian Hellmann
Department of Computer Science, University of Leipzig
Events: NLP & DBpedia 2013 (http://nlp-dbpedia2013.blogs.aksw.org, Deadline: *July 8th*)
Venha para a Alemanha como PhD: http://bis.informatik.uni-leipzig.de/csf
Projects: http://nlp2rdf.org , http://linguistics.okfn.org , http://dbpedia.org/Wiktionary , http://dbpedia.org
Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann
Research Group: http://aksw.org

Reply via email to