![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Formula
|
|
|
| appearance as argument number 1 |
|
|
| (subclass Auditorium Building) | Mid-level-ontology.kif 8617-8617 | Auditorium is a subclass of building |
| (documentation Auditorium EnglishLanguage "Any Building whose purpose is to hold concerts, sports events, plays, etc. before an audience. This class includes theaters, sports stadiums, university auditoriums, etc.") | Mid-level-ontology.kif 8618-8620 | Auditorium is a subclass of building |
| (externalImage Auditorium "http://upload.wikimedia.org/wikipedia/commons/ 6/ 60/ Regensburg_Stadttheater_Zuschauerraum_2004.jpg") | pictureList.kif 1649-1649 | Auditorium is a subclass of building |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?AUDITORIUM Auditorium) (hasPurpose ?AUDITORIUM (exists (?DEMO) (and (instance ?DEMO Demonstrating) (eventLocated ?DEMO ?AUDITORIUM))))) |
Mid-level-ontology.kif 8622-8628 | If X is an instance of auditorium, then X has the purpose there exists Y such that Y is an instance of demonstrating and Y is located at X |
| (=> (instance ?AUDITORIUM Auditorium) (exists (?STAGE) (and (instance ?STAGE PerformanceStage) (part ?STAGE ?AUDITORIUM)))) |
Mid-level-ontology.kif 8630-8635 | If X is an instance of auditorium, then there exists Y such that Y is an instance of performance stage and Y is a part of X |
| (=> (and (instance ?SEAT AuditoriumSeat) (part ?SEAT ?AUDITORIUM) (part ?STAGE ?AUDITORIUM) (instance ?AUDITORIUM Auditorium) (instance ?STAGE PerformanceStage) (located ?PERSON ?SEAT) (instance ?PERSON Human)) (capability (KappaFn ?SEEING (and (instance ?SEEING Seeing) (patient ?SEEING ?STAGE))) agent ?PERSON)) |
Mid-level-ontology.kif 8648-8661 | If All of the following hold: (1) X is an instance of auditorium seat (2) X is a part of Y (3) Z is a part of Y (4) Y is an instance of auditorium (5) Z is an instance of performance stage (6) W is located at X (7) W is an instance of human, then W is capable of doing the class described by V as a agent |
| consequent |
|
|
| (=> (instance ?SEAT AuditoriumSeat) (exists (?AUDITORIUM) (and (instance ?AUDITORIUM Auditorium) (part ?SEAT ?AUDITORIUM)))) |
Mid-level-ontology.kif 8641-8646 | If X is an instance of auditorium seat, then there exists Y such that Y is an instance of auditorium and X is a part of Y |
| (=> (instance ?STAGE PerformanceStage) (exists (?AUDITORIUM) (and (instance ?AUDITORIUM Auditorium) (part ?STAGE ?AUDITORIUM)))) |
Mid-level-ontology.kif 17359-17364 | If X is an instance of performance stage, then there exists Y such that Y is an instance of auditorium and X is a part of Y |