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 物理系统物理subclass

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


(subclass AutoSuspensionSystem PhysicalSystem) Cars.kif 717-717 AutoSuspensionSystem物理系统subclass
(subclass Automobile PhysicalSystem) Cars.kif 836-836 汽车物理系统subclass
(subclass AutomobileExhaustSystem PhysicalSystem) Cars.kif 2605-2605 AutomobileExhaustSystem物理系统subclass
(subclass AutomobileIgnitionSystem PhysicalSystem) Cars.kif 3195-3195 AutomobileIgnitionSystem物理系统subclass
(subclass BrakeSystem PhysicalSystem) Cars.kif 1230-1230 BrakeSystem物理系统subclass
(subclass EngineCoolingSystem PhysicalSystem) Cars.kif 2135-2135 EngineCoolingSystem物理系统subclass
(subclass HydraulicCylinder PhysicalSystem) Cars.kif 1598-1598 HydraulicCylinder物理系统subclass
(subclass TransitSystem PhysicalSystem) Transportation.kif 2821-2821 运输系统物理系统subclass
(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 数量 是 物理系统instance
(domain resonantFrequency 1 PhysicalSystem) Cars.kif 828-828 resonantFrequency 的 1 数量 是 物理系统instance
(domain subSystem 1 PhysicalSystem) Merge.kif 6128-6128 子系统 的 1 数量 是 物理系统instance
(domain subSystem 2 PhysicalSystem) Merge.kif 6129-6129 子系统 的 2 数量 是 物理系统instance
(domain systemPart 2 PhysicalSystem) Merge.kif 6136-6136 系统部分 的 2 数量 是 物理系统instance

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