LS,

So if I use rdfs:label to name a class, TBC shows the label in the class 
hierarchy. If I choose to use skos:prefLabel instead of rdfs:Label, TBC 
correctly shows the prefLabel in the Class hierarchy. This is because 
skos:prefLabel is a subProperty of redfs:Label. TBC interprets this 
correctly.

Now if I make a subProperty of rdfs:subClassOf 
called qualificationOfConcept TBC correctly shows it as a subProperty of 
rdfs:subClassOf.
[image: subClass_Property.JPG]

But if I use qualificationOfConcept to subType one Class to an other, it is 
not shown as a subClass in the Class hierarchy. So TBC does recognize that 
qualificationOfConcept is a subProperty of rdfs:subClassOf, but it does not 
treat it as such. It does not have the behavior of rdfs:subClass.[image: 
FormView.JPG]
TBC shows that the class GL:C2843 (Plural) is a subclass of Thing instead 
of GL:C790244 (Plurality)


What can I do to let TBC show the class correctly in the Class hierarchy 
using a subProperty of rdfs:subClassOf?

Kind regards,

Bart Bink.

GL:P1726
  rdf:type owl:ObjectProperty ;
  rdfs:domain owl:Thing ;
  rdfs:label "qualification of concept"@en-gb ;
  rdfs:range owl:Thing ;
  rdfs:subPropertyOf rdfs:subClassOf ;
.

GL:C2843
  rdf:type owl:Class ;
  GL:P1726 GL:C790244 ;
  rdfs:label "plural"@en-gb ;
.





-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to