Re: help with superclass query

> 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