![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
ApartmentBuilding(apartment building)
| apartment_building, apartment_house, tenement, tenement_house |
| appearance as argument number 1 |
|
|
| (subclass ApartmentBuilding ResidentialBuilding) | Mid-level-ontology.kif 8252-8252 | Apartment building is a subclass of residential building |
| (disjoint ApartmentBuilding SingleFamilyResidence) | Mid-level-ontology.kif 8253-8253 | Apartment building is disjoint from single family residence |
| (documentation ApartmentBuilding EnglishLanguage "A ResidentialBuilding containing ApartmentUnits.") | Mid-level-ontology.kif 8254-8255 | Apartment building is disjoint from single family residence |
| (externalImage ApartmentBuilding "http://upload.wikimedia.org/wikipedia/ commons/ c/ ce/ Alye_Parusa.jpg") | pictureList.kif 1642-1642 | Apartment building is disjoint from single family residence |
| (externalImage ApartmentBuilding "http://upload.wikimedia.org/wikipedia/ commons/ 0/ 08/ Apartmentingurgaon.JPG") | pictureList.kif 2105-2105 | Apartment building is disjoint from single family residence |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?BUILDING ApartmentBuilding) (exists (?UNIT1 ?UNIT2) (and (instance ?UNIT1 ApartmentUnit) (instance ?UNIT2 ApartmentUnit) (part ?UNIT1 ?BUILDING) (part ?UNIT2 ?BUILDING) (not (equal ?UNIT1 ?UNIT2))))) |
Mid-level-ontology.kif 8257-8265 | If X is an instance of apartment building, then All of the following hold: (1) there exist Y (2) Z such that Y is an instance of apartment unit (3) Z is an instance of apartment unit (4) Y is a part of X (5) Z is a part of X (6) equal Y (7) Z |
| consequent |
|
|
| (=> (instance ?UNIT ApartmentUnit) (exists (?BUILDING) (and (instance ?BUILDING ApartmentBuilding) (part ?UNIT ?BUILDING)))) |
Mid-level-ontology.kif 8193-8198 | If X is an instance of apartment unit, then there exists Y such that Y is an instance of apartment building and X is a part of Y |