How to Query Individuals using OWL DL Query in Protege 4?

Posted by Hala on Stack Overflow See other posts from Stack Overflow or by Hala
Published on 2009-12-02T11:25:02Z Indexed on 2010/06/02 21:04 UTC
Read the original article Hit count: 535

Filed under:
|
|

Hello,

How do I qery individulas in my ontology, here is a description of what I would like to do (similar to SQL queries):

I have three classes (components, features, and polarity). The polarity value can be positive_polarity or negative_polarity, both are subclasses of polarity.

a_component hasFeature a_Feature

a_Feautre hasPolarity a_Polarity

I would like to list all components which have a positive_polarity value.

How can this be achieved using the DL Query tab in protege 4?

Thanks for your help in advance,

Hala

© Stack Overflow or respective owner

Related posts about ontologies

Related posts about protege4