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

Reply via email to