Hi Thomas,

Thanks for the information, the cause of this issue is already being looked into by development and we should have a resolution soon at which point a post will be made to the mailing list notifying everyone ...

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support

On 2 Sep 2008, at 14:07, Thomas Schandl wrote:

Hello!

MacTed asked me on #semsol to submit my dbpedia SPARQL queries here, because maybe they are somehow connected to the problem of dbpedia going down very often after your recent upgrade.

I use your web interface for some very harmless queries, but maybe there is a problem with virtuoso's full text indexing extension, as every time I use bif:contains in a query, dbpedia is immediately gone afterwards.
The query in question is always like this:

prefix dbpedia2: <http://dbpedia.org/property/>
prefix foaf: <http://xmlns.com/foaf/0.1/>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>

SELECT ?entity ?abstract WHERE {
?entity dbpedia2:abstract ?abstract .
?entity rdfs:label ?label .
?label bif:contains "'Ludwig Wittgenstein*'" .
FILTER (lang(?abstract )='de') .
}
LIMIT 20

Best regards,
Thomas
---------------------------------------------------------------------- --- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to