I have an OWL ontologyin Protege 5. When trying to ask some DL queries
DropOff exactly 1
This should return all classes that are related by means of exactly to-one cardinality by objectProperty DropOff.
Using Pellet reasoner, an exception raises "This reasoner doesn't support named classes". While when using Hermit reasoner, things are OK.
I know that a named class is a class with a referent URL. Here are my points:
- What is the semantic behind using unnamed classes?
- Why named classes are not supported in Pellet?
- can my query be expressed in such a way that is acceptable for Pellet?
Thanks.