Hi Jon,

What is the version of the Virtuoso Server you are attempting to run your query 
against as the query you provide runs successfully for me, returning one row, 
against one of our demo server:

        
http://demo.openlinksw.com/sparql?default-graph-uri=&query=PREFIX+foaf%3A+%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0D%0APREFIX+skos%3A%3Chttp%3A%2F%2Fwww.w3.org%2F2004%2F02%2Fskos%2Fcore%23%3E%0D%0ASELECT+%3Fs%0D%0AWHERE+%7B%0D%0ASERVICE+%3Chttp%3A%2F%2Fpoolparty.reegle.info%2FPoolParty%2Fsparql%2Fglossary%3E%7B%0D%0A+%3Fs+foaf%3Apage+%3Chttp%3A%2F%2Fen.wikipedia.org%2Fwiki%2FFuel_cell%3E+.%0D%0A+%3Fs+skos%3Adefinition+%3Fv+.%0D%0A%7D%0D%0A%7D&should-sponge=&format=text%2Fhtml&CXML_redir_for_subjs=121&CXML_redir_for_hrefs=&timeout=0&debug=on

Short URL:

        http://tinyurl.com/c26ovv6

So I assume you are running a Virtuoso version before full SPARQL-FED support 
was available. I would recommend you upgrade to the latest 6.1.4 open source 
release available from:

        http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload

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

On 1 Dec 2011, at 15:22, Weers, Jon wrote:

> Hey Kingsley,
> 
> Thanks for responding.  Yes, this an attempt to access Reegle's PoolParty
> endpoint from the OpenEI Virtuoso endpoint.
> 
> Here is the query in question:
> 
> PREFIX foaf: <http://xmlns.com/foaf/0.1/>
> PREFIX skos:<http://www.w3.org/2004/02/skos/core#>
> SELECT ?s
> WHERE {
> SERVICE <http://poolparty.reegle.info/PoolParty/sparql/glossary>{
>  ?s foaf:page <http://en.wikipedia.org/wiki/Fuel_cell> .
>  ?s skos:definition ?v .
> }
> }
> 
> 
> Here's an almost identical query to fetch the similar information from
> DBPedia, this one works fine:
> 
> PREFIX dbpedia-owl: <http://dbpedia.org/ontology/>
> PREFIX foaf: <http://xmlns.com/foaf/0.1/>
> SELECT ?v
> WHERE {
> SERVICE <http://dbpedia.org/sparql> {
>  ?s dbpedia-owl:abstract ?v .
>  ?s foaf:page <http://en.wikipedia.org/wiki/Fuel_cell> .
> }FILTER (lang(?v)="en")
> }
> 
> 
> Much thanks!
> 
> Jon
> 
> On 11/30/11 11:18 AM, "Kingsley Idehen" <[email protected]> wrote:
> 
>> On 11/30/11 11:49 AM, Weers, Jon wrote:
>>> Hi all,
>>> 
>>> Hoping you can help me out with something.  I'm running a sparql query
>>> against an external PoolParty server from a Virtuoso sparql endpoint and
>>> am getting the following error:
>>> 
>>> RDFZZ Error 
>>> DB.DBA.SPARQL_REXEC('http://poolparty.reegle.info/PoolParty/sparql/glossa
>>> ry', ...) returned unsupported Content-Type
>>> 'application/sparql-results+xml'
>>> 
>>> As far as I can tell, Virtuoso should support this content type.
>>> Also, the query works when run from non-virtuoso sparql endpoints, so I
>>> don't think anything's wrong there.
>>> 
>>> Any insight would be greatly appreciated.
>>> 
>>> Thanks!
>>> 
>>> Jon
>>> 
>>> 
>>> -------------------------------------------------------------------------
>>> -----
>>> All the data continuously generated in your IT infrastructure
>>> contains a definitive record of customers, application performance,
>>> security threats, fraudulent activity, and more. Splunk takes this
>>> data and makes sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-novd2d
>>> _______________________________________________
>>> Virtuoso-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>>> 
>> Jon,
>> 
>> Could have the actual query? I assume this is the OpenEI endpoint?
>> 
>> -- 
>> 
>> Regards,
>> 
>> Kingsley Idehen      
>> Founder&  CEO
>> OpenLink Software
>> Company Web: http://www.openlinksw.com
>> Personal Weblog: http://www.openlinksw.com/blog/~kidehen
>> Twitter/Identi.ca handle: @kidehen
>> Google+ Profile: https://plus.google.com/112399767740508618350/about
>> LinkedIn Profile: http://www.linkedin.com/in/kidehen
>> 
>> 
>> 
>> 
>> 
>> 
> 
> 
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure 
> contains a definitive record of customers, application performance, 
> security threats, fraudulent activity, and more. Splunk takes this 
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Virtuoso-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to