Hello

When I try this request with virtuoso 7.2,

SELECT *
     WHERE {
?Parametre owl:sameAs ?dbparametre.
SERVICE <http://dbpedia.org/sparql> {
?dbparametre dbo:thumbnail ?cas}
}

I've got this error:

Virtuoso RDFZZ Error DB.DBA.SPARQL_REXEC('http://dbpedia.org/sparql', ...) 
returned Content-Type 'text/html' status 'HTTP/1.1 503 Service Temporarily 
Unavailable




but this request works and i've got a little resultat:

SELECT *
        WHERE {

SERVICE <http://dbpedia.org/sparql> {
?dbparametre dbo:thumbnail ?cas}
?Parametre owl:sameAs ?dbparametre
}


Thank you very much for your help










------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to