Re: help with superclass query

A Quarta, 30 de Março de 2011 13:34:23, você escreveu:
> > 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

thx. i found a whay to do it before your answear but yours looks better...
Do you know a way to get the superclass label on the same query?
thx
Diogo

Received on Saturday, 30 April 2011 14:05:35 UTC