Re: help with superclass query

> 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