dlquery

in owl "Dl query" how to use advanced valu query in protege

I am developing an ontology and I have a problem with my Dl query there is a class called "flower" and this class has subclasses which are some flowers names and also there is another class called "flowersColor" and it has these values ("red","green" and "blue") as individuals-not subclass- every flower has one color or more I wan...

Strange query behaviour in OWL!!

Hello In OWL this query works fine "person and hasChild min 3" it works fine and it gives me all persons who have more than 3 children but this one does not work "person and hasChild max 3" it should give me all persons who have less than 3 children however it does not work does any one have an idea about this?? why "min" works...

Sub query in Protege 4

Hi, I am new to Protege and need some help How can I create a sub-query in Protege 4? e.g. isCityOf value (Business and (hasBusiness value "cars")) I want to know the City name by tracking back from "cars" I want to use the value of sub-query (hasBusiness value "cars") as an input to: isCityOf value "" please help! regards, ...

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

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

Reading DLQ from WCF Service with MSMQ 4.0

Hi folks, i want to write the web service that will be read messages from DLQ. As i understand if the message can not be delivered(there are other cases such as timeout, authentication etc.) from Client to Service, then message will be placed to DLQ(in this case i use custom DLQ), and DLQ Service will be called automatically. I wrote t...