- From: xpete <listas@alphamatrix.org>
- Date: Fri, 6 May 2011 03:46:23 +0100
- To: public-sparql-dev@w3.org
A Sábado, 30 de Abril de 2011 16:26:55 Olivier Corby você escreveu:
> > 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
It worked. Thanks.
Received on Friday, 6 May 2011 02:37:56 UTC