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



KB Term:  Term intersection
English Word: 

  completelyFills

Sigma KEE - completelyFills
completelyFills

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


(instance completelyFills BinaryPredicate) Merge.kif 10226-10226 completely fills is an instance of binary predicate
(domain completelyFills 1 Object) Merge.kif 10227-10227 The number 1 argument of completely fills is an instance of object
(domain completelyFills 2 HoleRegion) Merge.kif 10228-10228 The number 2 argument of completely fills is an instance of hole
(subrelation completelyFills partiallyFills) Merge.kif 10229-10229 completely fills is a subrelation of partially fills
(documentation completelyFills EnglishLanguage "(completelyFills ?OBJ ?HOLE) means that some part of the Object ?OBJ fills the HoleRegion ?HOLE. Note that if (completelyFills ?OBJ1 ?HOLE) and (part ?OBJ1 ?OBJ2), then (completelyFills ?OBJ2 ?HOLE). A complete filler of (a part of) a hole is connected with everything with which (that part of) the hole itself is connected. A perfect filler of (a part of) a hole completely fills every proper part of (that part of) that hole.") Merge.kif 10231-10238 completely fills is a subrelation of partially fills

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


(subrelation fills completelyFills) Merge.kif 10248-10248 fills is a subrelation of completely fills
(termFormat EnglishLanguage completelyFills "completely fills") domainEnglishFormat.kif 16176-16176 fills is a subrelation of completely fills
(termFormat ChineseTraditionalLanguage completelyFills "完全填滿") domainEnglishFormat.kif 16177-16177 fills is a subrelation of completely fills
(termFormat ChineseLanguage completelyFills "完全填满") domainEnglishFormat.kif 16178-16178 fills is a subrelation of completely fills
(format EnglishLanguage completelyFills "%1 %n{doesn't} completely fill%p{s} %2") english_format.kif 387-387 fills is a subrelation of completely fills

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


(=>
    (completelyFills ?OBJ1 ?HOLE)
    (exists (?OBJ2)
        (and
            (part ?OBJ2 ?OBJ1)
            (fills ?OBJ2 ?HOLE))))
Merge.kif 10240-10245 If X completely fills Y, then there exists Z such that Z is a part of X and Z fills Y
(=>
    (completelyFills ?OBJ1 ?HOLE)
    (forall (?OBJ2)
        (=>
            (connected ?OBJ2 ?HOLE)
            (connected ?OBJ2 ?OBJ1))))
Merge.kif 10266-10271 If X completely fills Y, then For all Object Z: if Z is connected to Y, then Z is connected to X
(=>
    (and
        (instance ?PLUG ElectricalPlug)
        (instance ?DEVICE ElectricDevice)
        (instance ?OUTLET ElectricalOutlet)
        (connectedEngineeringComponents ?DEVICE ?PLUG)
        (completelyFills ?PLUG ?OUTLET)
        (instance ?POWER PowerSource)
        (connectedEngineeringComponents ?POWER ?OUTLET))
    (exists (?RE)
        (and
            (instance ?RE RadiatingElectromagnetic)
            (origin ?RE ?POWER)
            (destination ?RE ?DEVICE))))
Mid-level-ontology.kif 28519-28532 If All of the following hold: (1) X is an instance of electrical plug (2) Y is an instance of electric device (3) Z is an instance of electrical outlet (4) Y is connected to X (5) X completely fills Z (6) W is an instance of power source (7) W is connected to Z, then there exists V such that V is an instance of radiating electromagnetic, V originates at W, and V ends up at Y

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


(=>
    (partiallyFills ?OBJ ?HOLE1)
    (exists (?HOLE2)
        (and
            (part ?HOLE2 ?HOLE1)
            (completelyFills ?OBJ ?HOLE2))))
Merge.kif 10212-10217 If X partially fills Y, then there exists Z such that Z is a part of Y and X completely fills Z
(=>
    (and
        (fills ?OBJ ?HOLE1)
        (properPart ?HOLE2 ?HOLE1))
    (completelyFills ?OBJ ?HOLE2))
Merge.kif 10279-10283 If X fills Y and Z is a proper part of Y, then X completely fills Z
(=>
    (instance ?R
        (OperatingFn InternalCombustionEngine))
    (exists (?E ?C ?F)
        (and
            (instance ?E InternalCombustionEngine)
            (instrument ?R ?E)
            (hole ?C ?E)
            (instance ?F Combustion)
            (completelyFills ?F ?C))))
Mid-level-ontology.kif 2340-2348 If X is an instance of the operating of internal combustion engine, then there exist Y, Z, W such that Y is an instance of internal combustion engine, Y is an instrument for X, Z is a hole in Y, W is an instance of burning, and W completely fills Z
(=>
    (instance ?PLUG Plug)
    (exists (?HOLE)
        (completelyFills ?PLUG ?HOLE)))
Mid-level-ontology.kif 4309-4312 If X is an instance of plug, then there exists Y such that X completely fills Y
(=>
    (instance ?X ElectricalPlug)
    (hasPurpose ?X
        (exists (?OUTLET)
            (and
                (instance ?OUTLET ElectricalOutlet)
                (completelyFills ?X ?OUTLET)))))
Mid-level-ontology.kif 28511-28517 If X is an instance of electrical plug, then X has the purpose there exists Y such that Y is an instance of electrical outlet and X completely fills Y
(=>
    (instance ?ADAPT OutletAdapter)
    (hasPurpose ?ADAPT
        (exists (?OUTLET ?PLUG)
            (and
                (instance ?PLUG ElectricalPlug)
                (instance ?OUTLET ElectricalOutlet)
                (completelyFills ?PLUG ?ADAPT)
                (completelyFills ?ADAPT ?OUTLET)
                (connectsEngineeringComponents ?ADAPT ?PLUG ?OUTLET)))))
Mid-level-ontology.kif 28549-28558 If X is an instance of outlet adapter, then All of the following hold: (1) X has the purpose there exist Y (2) Z such that Z is an instance of electrical plug (3) Y is an instance of electrical outlet (4) Z completely fills X (5) X completely fills Y (6) X connects Z (7) Y


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners