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



KB Term:  Term intersection
English Word: 

  AbsoluteFilter

Sigma KEE - AbsoluteFilter
AbsoluteFilter(absolute filter)

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


(subclass AbsoluteFilter Filter) MilitaryDevices.kif 1520-1520 Absolute filter is a subclass of filter
(documentation AbsoluteFilter EnglishLanguage "A filter capable of cutting off 100% by weight of solid particles greater than a stated micron size.") MilitaryDevices.kif 1521-1522 Absolute filter is a subclass of filter

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


(termFormat EnglishLanguage AbsoluteFilter "absolute filter") domainEnglishFormat.kif 5143-5143
(termFormat ChineseTraditionalLanguage AbsoluteFilter "絕對過濾器") domainEnglishFormat.kif 5144-5144
(termFormat ChineseLanguage AbsoluteFilter "绝对过滤器") domainEnglishFormat.kif 5145-5145

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


(=>
    (instance ?FILTER AbsoluteFilter)
    (hasPurpose ?FILTER
        (exists (?REMOVE ?GAS)
            (and
                (instance ?REMOVE Removing)
                (origin ?REMOVE ?GAS)
                (instance ?GAS GasMixture)
                (instrument ?REMOVE ?FILTER)))))
MilitaryDevices.kif 1525-1533 If X is an instance of absolute filter, then X has the purpose there exist Y, Z such that Y is an instance of removing, Y originates at Z, Z is an instance of gas mixture, and X is an instrument for Y
(=>
    (and
        (instance ?FILTER AbsoluteFilter)
        (instance ?REMOVE Removing)
        (origin ?REMOVE ?GAS)
        (instance ?GAS GasMixture)
        (patient ?REMOVE ?PARTICLE)
        (attribute ?PARTICLE Solid)
        (instrument ?REMOVE ?FILTER))
    (not
        (part ?PARTICLE ?GAS)))
MilitaryDevices.kif 1536-1546 If All of the following hold: (1) X is an instance of absolute filter (2) Y is an instance of removing (3) Y originates at Z (4) Z is an instance of gas mixture (5) W is a patient of Y (6) solid is an attribute of W (7) X is an instrument for Y, then W is not a part of Z


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