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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - NSFW
NSFW(not safe for work)

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


(documentation NSFW EnglishLanguage "Some sort of messaging, such as a Facebook or Twitter post that if sent by an employee of an Organization and seen by another employee, would have some negative repercussions for the posting employee. Even intentionally Seeing such a post could have negative repercussions.") Medicine.kif 3004-3008
(instance NSFW ObjectiveNorm) Medicine.kif 3001-3001 Not safe for work is an instance of objective norm

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


(termFormat EnglishLanguage NSFW "NSFW") Medicine.kif 3002-3002
(termFormat EnglishLanguage NSFW "not safe for work") Medicine.kif 3003-3003

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


(=>
    (and
        (employs ?ORG ?CO)
        (instance ?D DoNetworkMessaging)
        (result ?D ?MSG)
        (attribute ?MSG NSFW)
        (instance ?S Seeing)
        (patient ?S ?MSG)
        (agent ?S ?CO))
    (modalAttribute
        (exists (?PROC)
            (and
                (causes ?S ?PROC)
                (suffers ?PROC ?CO))) Possibility))
Medicine.kif 3028-3042
(=>
    (and
        (employs ?ORG ?P)
        (employs ?ORG ?CO)
        (instance ?D DoNetworkMessaging)
        (result ?D ?MSG)
        (attribute ?MSG NSFW)
        (agent ?D ?P)
        (instance ?S Seeing)
        (patient ?S ?MSG)
        (agent ?S ?CO))
    (modalAttribute
        (exists (?PROC)
            (and
                (causes ?D ?PROC)
                (suffers ?PROC ?P))) Likely))
Medicine.kif 3010-3026


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