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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Spamming
Spamming(spamming)

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


(documentation Spamming EnglishLanguage "The Processing of sending unsolicited messages to a large number of recipients. Some recipients may decide, for example, they want the mail and buy a product advertised in the mail so it need not be unwanted by all. The mail need not sell a product, as it could be a political advertisement.") ComputingBrands.kif 4181-4184
(subclass Spamming NetworkMessaging) ComputingBrands.kif 4180-4180 Spamming is a subclass of network messaging

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


(termFormat EnglishLanguage Spamming "spamming") ComputingBrands.kif 4185-4185

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


(=>
    (and
        (instance ?S Spamming)
        (instance ?G GroupOfPeople)
        (memberCount ?G ?N)
        (destination ?S ?G))
    (modalAttribute
        (greaterThan ?N 100) Likely))
ComputingBrands.kif 4187-4195
(=>
    (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 4197-4208
(=>
    (and
        (instance ?S Spamming)
        (result ?S ?SPAM)
        (instance ?S Spam)
        (instance ?H Human)
        (destination ?S ?H))
    (not
        (modalAttribute
            (wants ?H ?SPAM) Likely)))
ComputingBrands.kif 4210-4220


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