I am trying to execute the following query against the SPARQL endpoint
behind http://sadiframework.org/registry/sparql/
select distinct ?service
where {
?service a <http://www.mygrid.org.uk/mygrid-moby-
service#serviceDescription>
}
Unfortunately, it defaults to HTML and ignores requests for the
standard format of "application/sparql-results+xml" [1]:
curl -H "Accept: application/sparql-results+xml" 'http://
sadiframework.org/registry/sparql/?query=select%20distinct%20%3Fservice
%0Awhere%20%7B%0A%20%20%3Fservice%20a%20%3Chttp%3A%2F
%2Fwww.mygrid.org.uk%2Fmygrid-moby-service%23serviceDescription%3E%0A
%7D%0A'
Do I need to do something extra to get standard SPARQL Protocol [2]
behavior?
Thank you for your consideration.
Regards,
Tim Lebo
[1] http://www.w3.org/TR/rdf-sparql-XMLres/
[2] http://www.w3.org/TR/rdf-sparql-protocol/
Cheers,
Luke
Thanks for pointing me to the source endpoint. I can work from that,
though it'd be nice to have that exposed and/or having
sadiframework.org/registry/sparql/ behave like a normal endpoint.
Regards,
Tim