> What is the version of the iSPARQL VAD you have installed
1.29.29/ 2014-05-07

> as with version 1.29.28   the default query expands to the following for me ?
> 
> query=
> select distinct ?Concept where {[] a ?Concept} LIMIT 100
> format=application/rdf+xml
Yes, this should be equivalent to mine:

> maxrows=50
> query=
> SELECT DISTINCT ?Concept
> WHERE {
>  [] rdf:type ?Concept .
> }
> format=application/rdf+xml

If you switch to the response tab, do your queries also return a
document with root element

<rdf:RDF xmlns:res="http://www.w3.org/2005/sparql-results#";>

or is it

<sparql xmlns="http://www.w3.org/2005/sparql-results#";>

As I've already mentioned, isparql seems to expect the <sparql>-document
and does not work with the <rdf>-result I'm getting.

Best regards
Sebastian


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

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; 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