![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
CondominiumBuilding(condominium building)
| condominium |
| appearance as argument number 1 |
|
|
| (subclass CondominiumBuilding ResidentialBuilding) | Mid-level-ontology.kif 8267-8267 | Condominium building is a subclass of residential building |
| (disjoint CondominiumBuilding SingleFamilyResidence) | Mid-level-ontology.kif 8268-8268 | Condominium building is disjoint from single family residence |
| (documentation CondominiumBuilding EnglishLanguage "A ResidentialBuilding containing CondominiumUnits.") | Mid-level-ontology.kif 8269-8270 | Condominium building is disjoint from single family residence |
| (externalImage CondominiumBuilding "http://upload.wikimedia.org/wikipedia/ en/ d/ d1/ Aqualbview.jpg") | pictureList.kif 1710-1710 | Condominium building is disjoint from single family residence |
| (externalImage CondominiumBuilding "http://upload.wikimedia.org/wikipedia/ en/ 5/ 55/ Flooring.jpg") | pictureList.kif 2142-2142 | Condominium building is disjoint from single family residence |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (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 |
| consequent |
|
|
| (=> (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 |