Hi,

I tried to install Virtuoso 7.1 (stable) on Ubuntu 14.04, but due to
issue #160 [1], I had to switch to the development-branch, which
compiled without any errors.

Now, when I run SPARQL queries via HTTP or the basic sparql
webinterface, everything works as expected, but when using isparql, I'm
getting strange results.

For example, isparql expands the default Concepts-query to

"""
maxrows=50
query=
SELECT DISTINCT ?Concept
WHERE {
  [] rdf:type ?Concept .
}

format=application/rdf+xml
"""

which, on 7.1 stable, would return a document of content type
application/sparql-results+xml (even though application/rdf+xml is
requested).

on the development branch (Version: 07.10.3208, Build: May 7 2014)
however, the same query does actually return a document of type
application/rdf+xml, which does not seem to be expected by isparql,
therefore causing these strange results.

So, am I right with my assumption? Can I configure isparql to request
application/sparql-results+xml?

Best regards
Sebastian


[1] https://github.com/openlink/virtuoso-opensource/issues/160


-- 
Sebastian Straub
Avantgarde Labs GmbH
www.avantgarde-labs.de

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to