Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

  PhysicalSystem

Sigma KEE - PhysicalSystem
PhysicalSystem

appearance as argument number 1
-------------------------


(documentation PhysicalSystem ChineseLanguage "PhysicalSystem 是一类复杂的 Physical 物体, 一个 PhysicalSystem 可以有一个或一个以上的对应抽象 Graph 的代表。") chinese_format.kif 2385-2386
(documentation PhysicalSystem EnglishLanguage "PhysicalSystem is the class of complex Physical things. A PhysicalSystem may have one or more corresponding abstract Graph representations.") Merge.kif 6123-6125
(documentation PhysicalSystem JapaneseLanguage "PhysicalSystem は、複雑な Physical のク ラスである。 PhysicalSystem は、1つ以上の対応する抽象 Graph 表現があるかもしれない。") japanese_format.kif 1065-1066
(externalImage PhysicalSystem "http://upload.wikimedia.org/wikipedia/en/ 7/ 7c/ Physical_systems.gif") pictureList.kif 6766-6766
(subclass PhysicalSystem Physical) Merge.kif 6121-6121 PhysicalSystem物理subclass では %n

appearance as argument number 2
-------------------------


(subclass AutoSuspensionSystem PhysicalSystem) Cars.kif 717-717 AutoSuspensionSystemPhysicalSystemsubclass では %n
(subclass Automobile PhysicalSystem) Cars.kif 836-836 AutomobilePhysicalSystemsubclass では %n
(subclass AutomobileExhaustSystem PhysicalSystem) Cars.kif 2605-2605 AutomobileExhaustSystemPhysicalSystemsubclass では %n
(subclass AutomobileIgnitionSystem PhysicalSystem) Cars.kif 3195-3195 AutomobileIgnitionSystemPhysicalSystemsubclass では %n
(subclass BrakeSystem PhysicalSystem) Cars.kif 1230-1230 BrakeSystemPhysicalSystemsubclass では %n
(subclass EngineCoolingSystem PhysicalSystem) Cars.kif 2135-2135 EngineCoolingSystemPhysicalSystemsubclass では %n
(subclass HydraulicCylinder PhysicalSystem) Cars.kif 1598-1598 HydraulicCylinderPhysicalSystemsubclass では %n
(subclass TransitSystem PhysicalSystem) Transportation.kif 2821-2821 TransitSystemPhysicalSystemsubclass では %n
(termFormat ChineseLanguage PhysicalSystem "物理系统") domainEnglishFormat.kif 45738-45738
(termFormat ChineseTraditionalLanguage PhysicalSystem "物理系統") domainEnglishFormat.kif 45737-45737
(termFormat EnglishLanguage PhysicalSystem "physical system") domainEnglishFormat.kif 45736-45736

appearance as argument number 3
-------------------------


(domain dampingRatio 1 PhysicalSystem) Cars.kif 795-795 dampingRatio の数値 1 引数は PhysicalSysteminstance では %n
(domain resonantFrequency 1 PhysicalSystem) Cars.kif 828-828 resonantFrequency の数値 1 引数は PhysicalSysteminstance では %n
(domain subSystem 1 PhysicalSystem) Merge.kif 6128-6128 subSystem の数値 1 引数は PhysicalSysteminstance では %n
(domain subSystem 2 PhysicalSystem) Merge.kif 6129-6129 subSystem の数値 2 引数は PhysicalSysteminstance では %n
(domain systemPart 2 PhysicalSystem) Merge.kif 6136-6136 systemPart の数値 2 引数は PhysicalSysteminstance では %n

consequent
-------------------------


(=>
    (instance ?MJ MechanicalJoint)
    (hasPurpose ?MJ
        (exists (?S ?P1 ?P2 ?M)
            (and
                (instance ?M Motion)
                (instance ?S PhysicalSystem)
                (instance ?P1 EngineeringComponent)
                (instance ?P2 EngineeringComponent)
                (part ?P1 PhysicalSystem)
                (part ?MJ PhysicalSystem)
                (part ?P2 PhysicalSystem)
                (not
                    (patient ?M ?P1))
                (patient ?M ?P2)
                (connectedEngineeringComponents ?P1 ?MJ)
                (connectedEngineeringComponents ?P2 ?MJ)))))
Cars.kif 1381-1397


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners