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 6148-6150
(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 6765-6765
(subclass PhysicalSystem Physical) Merge.kif 6146-6146 物理系统物理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 2589-2589 AutomobileExhaustSystem物理系统subclass
(subclass AutomobileIgnitionSystem PhysicalSystem) Cars.kif 3256-3256 AutomobileIgnitionSystem物理系统subclass
(subclass BrakeSystem PhysicalSystem) Cars.kif 1230-1230 BrakeSystem物理系统subclass
(subclass EngineCoolingSystem PhysicalSystem) Cars.kif 2119-2119 EngineCoolingSystem物理系统subclass
(subclass HydraulicCylinder PhysicalSystem) Cars.kif 1604-1604 HydraulicCylinder物理系统subclass
(subclass TransitSystem PhysicalSystem) Transportation.kif 3419-3419 运输系统物理系统subclass
(termFormat ChineseLanguage PhysicalSystem "物理系统") domainEnglishFormat.kif 45740-45740 运输系统物理系统subclass
(termFormat ChineseTraditionalLanguage PhysicalSystem "物理系統") domainEnglishFormat.kif 45739-45739 运输系统物理系统subclass
(termFormat EnglishLanguage PhysicalSystem "physical system") domainEnglishFormat.kif 45738-45738 运输系统物理系统subclass

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 6153-6153 子系统 的 1 数量 是 物理系统instance
(domain subSystem 2 PhysicalSystem) Merge.kif 6154-6154 子系统 的 2 数量 是 物理系统instance
(domain systemPart 2 PhysicalSystem) Merge.kif 6161-6161 系统部分 的 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