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

Formal Language: 



KB Term:  Term intersection
English Word: 

  typicalPart

Sigma KEE - typicalPart
typicalPart

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


(documentation typicalPart EnglishLanguage "An instance of the first argument is typically found as part of an instance of the second argument. This is a class-level relation roughly corresponding to part. Note that this does not imply that such wholes typically have such parts.") Mid-level-ontology.kif 23625-23628
(domainSubclass typicalPart 1 Object) Mid-level-ontology.kif 23629-23629
(domainSubclass typicalPart 2 Object) Mid-level-ontology.kif 23630-23630
(instance typicalPart BinaryPredicate) Mid-level-ontology.kif 23622-23622
(instance typicalPart SpatialRelation) Mid-level-ontology.kif 23623-23623
(relatedInternalConcept typicalPart part) Mid-level-ontology.kif 23624-23624

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


(format ChineseLanguage typicalPart "%1 typically 是 %2 的 part ") domainEnglishFormat.kif 4850-4850
(format ChineseTraditionalLanguage typicalPart "%1 typically 是 %2 的 part ") domainEnglishFormat.kif 4849-4849
(format EnglishLanguage typicalPart "a %1 is typically a part of a %2") domainEnglishFormat.kif 4848-4848
(relatedInternalConcept typicalTemporalPart typicalPart) Cars.kif 1434-1434
(relatedInternalConcept typicallyContainsPart typicalPart) Cars.kif 347-347
(subrelation partTypes typicalPart) Mid-level-ontology.kif 23750-23750
(termFormat ChineseLanguage typicalPart "典型的部分") domainEnglishFormat.kif 59756-59756
(termFormat ChineseTraditionalLanguage typicalPart "典型的部分") domainEnglishFormat.kif 59755-59755
(termFormat EnglishLanguage typicalPart "typical part") domainEnglishFormat.kif 59754-59754

antecedent
-------------------------


(=>
    (and
        (typicalPart ?PART ?WHOLE)
        (instance ?X ?PART)
        (equal ?PARTPROB
            (ProbabilityFn
                (exists (?Y)
                    (and
                        (instance ?Y ?WHOLE)
                        (part ?X ?Y)))))
        (equal ?NOTPARTPROB
            (ProbabilityFn
                (not
                    (exists (?Z)
                        (and
                            (instance ?Z ?WHOLE)
                            (part ?X ?Z)))))))
    (greaterThan ?PARTPROB ?NOTPARTPROB))
Mid-level-ontology.kif 23640-23657
(=>
    (typicalPart ?PART ?WHOLE)
    (exists (?X ?Y)
        (and
            (instance ?X ?WHOLE)
            (instance ?Y ?PART)
            (part ?Y ?X))))
Mid-level-ontology.kif 23632-23638

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


(=>
    (attribute ?X AeronauticalEngineer)
    (exists (?SKILL)
        (and
            (hasSkill ?SKILL ?X)
            (forall (?P)
                (=>
                    (instance ?P ?SKILL)
                    (or
                        (exists (?CONS ?OBJ ?PT)
                            (and
                                (instance ?CONS Making)
                                (or
                                    (instance ?OBJ Aircraft)
                                    (and
                                        (instance ?OBJ ?PT)
                                        (typicalPart ?PT Aircraft)))
                                (result ?CONS ?OBJ)
                                (subProcess ?P ?CONS)))
                        (exists (?DESIGN ?PLAN ?OBJ ?PT)
                            (and
                                (instance ?DESIGN Designing)
                                (or
                                    (instance ?OBJ Aircraft)
                                    (and
                                        (instance ?OBJ ?PT)
                                        (typicalPart ?PT Aircraft)))
                                (result ?DESIGN ?PLAN)
                                (represents ?PLAN ?OBJ)
                                (subProcess ?P ?DESIGN)))))))))
Biography.kif 436-465

appearance as argument number 0
-------------------------


(typicalPart AirConditioningCompressor AirConditioner) Cars.kif 2006-2006
(typicalPart AirConditioningCondenser AirConditioner) Cars.kif 2050-2050
(typicalPart AirConditioningEvaporator AirConditioner) Cars.kif 2074-2074
(typicalPart Alternator Vehicle) Cars.kif 1211-1211
(typicalPart AutoSuspensionSystem Automobile) Cars.kif 727-727
(typicalPart AutomobileShock AutoSuspensionSystem) Cars.kif 840-840
(typicalPart AutomobileShock Automobile) Cars.kif 868-868
(typicalPart Base BjtTransistor) engineering.kif 1070-1070
(typicalPart Bicep Arm) Mid-level-ontology.kif 10782-10782
(typicalPart BrakeCaliper BrakeSystem) Cars.kif 1559-1559
(typicalPart BrakeCaliper VehicleBrake) Cars.kif 675-675
(typicalPart BrakeDrum DrumBrake) Cars.kif 669-669
(typicalPart BrakeMasterCylinder BrakeSystem) Cars.kif 1631-1631
(typicalPart BrakePad DiscBrake) Cars.kif 655-655
(typicalPart BrakeRotor DiscBrake) Cars.kif 663-663
(typicalPart BrakeShoe DrumBrake) Cars.kif 600-600
(typicalPart BrakeSystem Automobile) Cars.kif 1237-1237
(typicalPart CalfMuscle Leg) Mid-level-ontology.kif 10800-10800
(typicalPart CarAlarm SelfPoweredRoadVehicle) Cars.kif 3709-3709
(typicalPart CatalyticConverter AutomobileExhaustSystem) Cars.kif 1714-1714
(typicalPart ChevroletEngine ChevroletAutomobile) Cars.kif 4970-4970
(typicalPart Collector BjtTransistor) engineering.kif 1075-1075
(typicalPart ComputerKeyboardKey ComputerKeyboard_Generic) ComputerInput.kif 247-247
(typicalPart Crankshaft Crankcase) Cars.kif 341-341
(typicalPart Crankshaft IntermittentCombustionEngine) Cars.kif 338-338

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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