uli3480
unread,Jun 30, 2009, 5:17:35 AM6/30/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OntoWiki User Discussion
Hi,
in the SPARQL Query Editor I made same queries and tried to order the
results using ORDER BY. Here is an example:
SELECT DISTINCT ?label ?classlabel
WHERE
{
?s mwmkis:stammtAus mwmkis:UKLeipzig2005.
?s rdfs:label ?label.
?s a ?class.
?class rdfs:label ?classlabel.
}
ORDER BY ?s LIMIT 200
When I use this query I get results. But when I say "ORDER BY ?label"
I get no results. Can anybody say me, why?
Thanks,
Uli