![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| PowerSource(power source) | electric_main |
| appearance as argument number 1 |
|
|
| (documentation PowerSource EnglishLanguage "A source of electrical power.") | Mid-level-ontology.kif 3162-3162 | |
| (subclass PowerSource Device) | Mid-level-ontology.kif 3164-3164 | Power source is a subclass of device |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (domain voltageMeasure 1 PowerSource) | Mid-level-ontology.kif 28925-28925 | The number 1 argument of voltage measure is an instance of power source |
| antecedent |
|
|
| consequent |
|
|
| (=> (instance ?X ElectricalOutlet) (hasPurpose ?X (exists (?POWER ?WIRE) (and (instance ?POWER PowerSource) (instance ?WIRE CollectionOfObjects) (memberType ?WIRE WireLine) (connectsEngineeringComponents ?WIRE ?X ?POWER))))) |
Mid-level-ontology.kif 28491-28499 | If X is an instance of electrical outlet, then X has the purpose there exist Y, Z such that Y is an instance of power source, Z is an instance of collection, wire line is a member type of Z, Z connects X, and Y |
| (=> (instance ?TRANS TransferSwitch) (hasPurpose ?TRANS (exists (?PROC ?POWER1 ?POWER2 ?E) (and (instance ?PROC Process) (instance ?POWER1 PowerSource) (instance ?POWER2 PowerSource) (instance ?E Electricity) (instrument ?PROC ?TRANS) (holdsDuring (BeginFn (WhenFn ?PROC)) (origin ?E ?POWER1)) (holdsDuring (EndFn (WhenFn ?PROC)) (origin ?E ?POWER1)) (not (equal ?POWER1 ?POWER2)))))) |
engineering.kif 1289-1308 | If X is an instance of transfer switch, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W (2) V such that Y is an instance of process (3) Z is an instance of power source (4) W is an instance of power source (5) V is an instance of electricity (6) X is an instrument for Y (7) V originates at Z holds during the beginning of the time of existence of Y (8) V originates at Z holds during the end of the time of existence of Y (9) equal Z (10) W |