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
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