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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Crossposting
Crossposting(crossposting)

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


(documentation Crossposting EnglishLanguage "Posting the same information to different WebSites, social media sites or email lists. This is generally considered bad etiquette.") ComputingBrands.kif 4633-4635
(subclass Crossposting Posting) ComputingBrands.kif 4632-4632 Crossposting is a subclass of Posting

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


(termFormat EnglishLanguage Crossposting "crossposting") ComputingBrands.kif 4636-4636

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


(=>
    (instance ?C Crossposting)
    (exists (?I ?P1 ?P2 ?D1 ?D2)
        (and
            (instance ?P1 Posting)
            (instance ?P2 Posting)
            (containsInformation ?P1 ?I)
            (containsInformation ?P1 ?I)
            (destination ?P1 ?D1)
            (destination ?P2 ?D2)
            (not
                (equal ?P1 ?P2))
            (not
                (equal ?D1 ?D2))
            (subProcess ?P1 ?C)
            (subProcess ?P2 ?C))))
ComputingBrands.kif 4638-4653


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