![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| Partnership(partnership) | partnership |
| appearance as argument number 1 |
|
|
| (subclass Partnership Business) | Mid-level-ontology.kif 8509-8509 | Partnership is a subclass of business |
| (documentation Partnership EnglishLanguage "A Business that is owned by more than one person.") | Mid-level-ontology.kif 8510-8511 | Partnership is a subclass of business |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?C Partnership) (exists (?H1 ?H2) (and (instance ?H1 Human) (instance ?H2 Human) (not (equal ?H1 ?H2)) (possesses ?H1 ?C) (possesses ?H2 ?C)))) |
Mid-level-ontology.kif 8513-8521 | If X is an instance of partnership, then All of the following hold: (1) there exist Y (2) Z such that Y is an instance of human (3) Z is an instance of human (4) equal Y (5) Z (6) Y possesses X (7) Z possesses X |