![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
SocialDevelopment
|
|
|
| appearance as argument number 1 |
|
|
| (subclass CondominiumUnit SingleFamilyResidence) | Mid-level-ontology.kif 8233-8233 | Condominium unit is a subclass of single family residence |
| (documentation CondominiumUnit EnglishLanguage "A SingleFamilyResidence that may be owned by a member of the SocialUnit that lives there.") | Mid-level-ontology.kif 8234-8235 | Condominium unit is a subclass of single family residence |
| (externalImage CondominiumUnit "http://upload.wikimedia.org/wikipedia/en/ d/ d1/ Aqualbview.jpg") | pictureList.kif 8433-8433 | Condominium unit is a subclass of single family residence |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?UNIT CondominiumUnit) (exists (?BUILDING) (and (instance ?BUILDING CondominiumBuilding) (part ?UNIT ?BUILDING)))) |
Mid-level-ontology.kif 8245-8250 | If X is an instance of condominium unit, then there exists Y such that Y is an instance of condominium building and X is a part of Y |
| consequent |
|
|
| (=> (and (instance ?UNIT SingleFamilyResidence) (home ?PERSON ?UNIT) (possesses ?PERSON ?UNIT) (not (instance ?UNIT Building))) (instance ?UNIT CondominiumUnit)) |
Mid-level-ontology.kif 8237-8243 | If X is an instance of single family residence, the home of Y is X, Y possesses X, and X is not an instance of building, then X is an instance of condominium unit |
| (=> (instance ?BUILDING CondominiumBuilding) (exists (?UNIT1 ?UNIT2) (and (instance ?UNIT1 CondominiumUnit) (instance ?UNIT2 CondominiumUnit) (part ?UNIT1 ?BUILDING) (part ?UNIT2 ?BUILDING) (not (equal ?UNIT1 ?UNIT2))))) |
Mid-level-ontology.kif 8272-8280 | If X is an instance of condominium building, then All of the following hold: (1) there exist Y (2) Z such that Y is an instance of condominium unit (3) Z is an instance of condominium unit (4) Y is a part of X (5) Z is a part of X (6) equal Y (7) Z |