Tagged Questions
0
votes
1answer
62 views
Handling data value restrictions in dl query
I am trying to run a DL Query using the OWL API, using the DL Query ...
0
votes
1answer
175 views
no inferences with DL queries in OWL - API
I am trying to write a query
Hospitals and hasNameWithWords value "center"^^string
This query returns me the instances that has the hospitals that has "center" in its name in Protege 4.2 with ...
0
votes
1answer
144 views
DL Query and OWL
I have created an ontology in protege.
I have a class called AlcoholicBeverage, under this class there are subclasses Beer, Wine. These subclasses are disjoint.
I have a class called Person (no ...
1
vote
1answer
88 views
DL Query to get the Individual has object relation with given individual - not some (OWL)
Please explain how to get the set of individuals that has a relation ship the given set of individuals along some object property in DL query (not using the some quantifier)
1
vote
2answers
155 views
Strange query behaviour in OWL!
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 ...
0
votes
2answers
3k views
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 ...