![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
TabletComputer
|
|
|
| appearance as argument number 1 |
|
|
| (subclass TabletComputer PortableComputer) | Mid-level-ontology.kif 32166-32166 | Tablet computer is a subclass of portable computer |
| (documentation TabletComputer EnglishLanguage "A PortableComputer lacking a physical ComputerKeyboard, but having a touch-sensitive screen.") | Mid-level-ontology.kif 32167-32168 | Tablet computer is a subclass of portable computer |
| appearance as argument number 2 |
|
|
| (subclass AppleIPad TabletComputer) | ComputingBrands.kif 612-612 | IPad is a subclass of tablet computer |
| (termFormat EnglishLanguage TabletComputer "tablet computer") | domainEnglishFormat.kif 65579-65579 | IPad is a subclass of tablet computer |
| antecedent |
|
|
| (=> (instance ?T TabletComputer) (exists (?K) (and (instance ?K ComputerTouchscreen) (part ?K ?T)))) |
Mid-level-ontology.kif 32170-32175 | If X is an instance of tablet computer, then there exists Y such that Y is an instance of computer touchscreen and Y is a part of X |
| (=> (instance ?T TabletComputer) (not (exists (?K) (and (instance ?K ComputerKeyboard) (part ?K ?T))))) |
ComputerInput.kif 178-184 | If X is an instance of tablet computer, then there doesn't exist Y such that Y is an instance of computer keyboard and Y is a part of X |