- From: Olivier Corby <olivier.corby@inria.fr>
- Date: Sat, 30 Apr 2011 17:26:55 +0200
- To: public-sparql-dev@w3.org
- CC: listas@alphamatrix.org
Received on Saturday, 30 April 2011 15:27:24 UTC
> Do you know a way to get the superclass label on the same query?
select * where {
?class rdfs:label "trident" ;
rdfs:subClassOf ?super .
?super rdfs:label ?label
}
Olivier
Received on Saturday, 30 April 2011 15:27:24 UTC