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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Spam
Spam(spam)

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


(documentation Spam EnglishLanguage "An unsolicited message that is the result of Spamming.") ComputingBrands.kif 4218-4218
(subclass Spam Text) ComputingBrands.kif 4217-4217 Spam is a subclass of text

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


(termFormat EnglishLanguage Spam "spam") ComputingBrands.kif 4219-4219

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


(=>
    (and
        (instance ?S Spamming)
        (result ?S ?SPAM)
        (instance ?S Spam)
        (instance ?H Human)
        (destination ?S ?H))
    (not
        (exists (?R)
            (and
                (instance ?R Requesting)
                (patient ?R ?SPAM)))))
ComputingBrands.kif 4192-4203
(=>
    (and
        (instance ?S Spamming)
        (result ?S ?SPAM)
        (instance ?S Spam)
        (instance ?H Human)
        (destination ?S ?H))
    (not
        (modalAttribute
            (wants ?H ?SPAM) Likely)))
ComputingBrands.kif 4205-4215


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