Hello,

when i put the query
----------------------------------------------------
PREFIX dbpc: <http://dbpedia.org/resource/Category:>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
SELECT DISTINCT ?y
WHERE { ?x skos:broader dbpc:Logic .
?x rdfs:label ?y .
FILTER (lang(?y) = "en") .
}
ORDER BY ?y
-----------------------------------------------------
into

http://dbpedia.org/sparql

ORDER BY is ignored. (OpenLink Virtuoso version 06.02.3128)

To get the the result in expected order i have to remove DISTINCT.

Baran.

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to