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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 24739-24742
(domainSubclass typicalPart 1 Object) Mid-level-ontology.kif 24743-24743 The number 1 argument of typical part is a subclass of object
(domainSubclass typicalPart 2 Object) Mid-level-ontology.kif 24744-24744 The number 2 argument of typical part is a subclass of object
(instance typicalPart BinaryPredicate) Mid-level-ontology.kif 24736-24736 typical part is an instance of binary predicate
(instance typicalPart SpatialRelation) Mid-level-ontology.kif 24737-24737 typical part is an instance of spatial relation
(relatedInternalConcept typicalPart part) Mid-level-ontology.kif 24738-24738 typical part is internally related to part

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


(format ChineseLanguage typicalPart "%1 typically 是 %2 的 part ") domainEnglishFormat.kif 4856-4856
(format ChineseTraditionalLanguage typicalPart "%1 typically 是 %2 的 part ") domainEnglishFormat.kif 4855-4855
(format EnglishLanguage typicalPart "a %1 is typically a part of a %2") domainEnglishFormat.kif 4854-4854
(relatedInternalConcept typicalTemporalPart typicalPart) Cars.kif 1434-1434 typical temporal part is internally related to typical part
(relatedInternalConcept typicallyContainsPart typicalPart) Cars.kif 347-347 typically contains part is internally related to typical part
(subrelation partTypes typicalPart) Mid-level-ontology.kif 24869-24869 part types is a subrelation of typical part
(termFormat ChineseLanguage typicalPart "典型的部分") domainEnglishFormat.kif 59777-59777 part types is a subrelation of typical part
(termFormat ChineseTraditionalLanguage typicalPart "典型的部分") domainEnglishFormat.kif 59776-59776 part types is a subrelation of typical part
(termFormat EnglishLanguage typicalPart "typical part") domainEnglishFormat.kif 59775-59775 part types is a subrelation of typical part

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 24754-24771
(=>
    (typicalPart ?PART ?WHOLE)
    (exists (?X ?Y)
        (and
            (instance ?X ?WHOLE)
            (instance ?Y ?PART)
            (part ?Y ?X))))
Mid-level-ontology.kif 24746-24752

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 1990-1990 A air conditioning compressor is typically a part of a air conditioner
(typicalPart AirConditioningCondenser AirConditioner) Cars.kif 2034-2034 A air conditioning condenser is typically a part of a air conditioner
(typicalPart AirConditioningEvaporator AirConditioner) Cars.kif 2058-2058 A air conditioning evaporator is typically a part of a air conditioner
(typicalPart Alternator Vehicle) Cars.kif 1211-1211 A alternator is typically a part of a vehicle
(typicalPart AutoSuspensionSystem Automobile) Cars.kif 727-727 A auto suspension system is typically a part of a automobile
(typicalPart AutomobileShock AutoSuspensionSystem) Cars.kif 840-840 A shock is typically a part of a auto suspension system
(typicalPart AutomobileShock Automobile) Cars.kif 868-868 A shock is typically a part of a automobile
(typicalPart Base BjtTransistor) engineering.kif 1383-1383 A base is typically a part of a bjt transistor
(typicalPart Bicep Arm) Mid-level-ontology.kif 11678-11678 A bicep is typically a part of a arm
(typicalPart BrakeCaliper BrakeSystem) Cars.kif 1565-1565 A brake caliper is typically a part of a brake system
(typicalPart BrakeCaliper VehicleBrake) Cars.kif 675-675 A brake caliper is typically a part of a vehicle brake
(typicalPart BrakeDrum DrumBrake) Cars.kif 669-669 A brake drum is typically a part of a drum brake
(typicalPart BrakeMasterCylinder BrakeSystem) Cars.kif 1638-1638 A master cylinder is typically a part of a brake system
(typicalPart BrakePad DiscBrake) Cars.kif 655-655 A brake pad is typically a part of a disc brake
(typicalPart BrakeRotor DiscBrake) Cars.kif 663-663 A brake rotor is typically a part of a disc brake
(typicalPart BrakeShoe DrumBrake) Cars.kif 600-600 A brake shoe is typically a part of a drum brake
(typicalPart BrakeSystem Automobile) Cars.kif 1237-1237 A brake system is typically a part of a automobile
(typicalPart CalfMuscle Leg) Mid-level-ontology.kif 11696-11696 A gastrocnemius is typically a part of a leg
(typicalPart CarAlarm SelfPoweredRoadVehicle) Cars.kif 3770-3770 A car alarm is typically a part of a self powered road vehicle
(typicalPart CatalyticConverter AutomobileExhaustSystem) Cars.kif 1721-1721 A catalytic converter is typically a part of a exhaust system
(typicalPart ChevroletEngine ChevroletAutomobile) Cars.kif 5031-5031 A Chevrolet engine is typically a part of a Chevrolet automobile
(typicalPart Collector BjtTransistor) engineering.kif 1388-1388 A collector is typically a part of a bjt transistor
(typicalPart ComputerKeyboardKey ComputerKeyboard_Generic) ComputerInput.kif 247-247 A computer keyboard key is typically a part of a generic computer keyboard
(typicalPart Crankshaft Crankcase) Cars.kif 341-341 A crankshaft is typically a part of a crankcase
(typicalPart Crankshaft IntermittentCombustionEngine) Cars.kif 338-338 A crankshaft is typically a part of a intermittent combustion engine

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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



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