- From: Olivier Corby <olivier.corby@inria.fr>
- Date: Wed, 30 Mar 2011 14:34:23 +0200
- To: public-sparql-dev@w3.org
Received on Wednesday, 30 March 2011 12:34:56 UTC
> create a query to tell me what
> is the superclass of a class class with a specific label
You may try this:
select * where {
?class rdfs:label "trident" ;
rdfs:subClassOf ?super
}
Olivier
Received on Wednesday, 30 March 2011 12:34:56 UTC