-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Entity an instance of SetOrClass? #179
Comments
I believe that [1,2] help us to understand that this type system of SUMO works just fine. Copying here for references: [1] I. Horrocks, “Three Theses of Representation in the Semantic Web,” pp. 1–9, May 2003. |
BiologicalSpecies is the only symbol subclass of From
From
Note that the axiom
But we also have the rule
So from (1) and (2) we also have
and from (10) and (11) and the
considering the
Possible problems:
|
and I can see how to derive |
Related to it: Class is a 'concept' isolated in SUMO, it is not a subclass of SetOrClass and it contains one single subclass: BiologicalSpecies. Does it make sense? Why BiologicalSpecies is so different to be disconnected from the other classes? |
Commit a8f343f is one step for this issue. |
Whenever I write
(instance X Entity)
it implies, by the definition ofdomain
and the axiom(domain instance 2 SetOrClass)
that(instance Entity SetOrClass)
.One can also writes
(instance X SetOrClass)
and this implies the axiom(instance SetOrClass SetOrClass)
by the same reason. Double-checking if that makes sense.The text was updated successfully, but these errors were encountered: