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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Stating
Stating(stating)Annunciation, abjuration, abnegation, account, accounting, accurse, accusal, accusation, accuse, acknowledge, acquaint, acrophony, add, admission, admit, admonish, admonishment, admonition, adumbrate, advance, advise, advisory, affidavit, affirm, affirmation, affirmative, aforementioned, aforesaid, alibi, allegation, alleged, allegedly, allegement, amendment, anathematise, anathematize, anathemise, anathemize, anecdote, animatism, announcement, annunciatory, apologia, apology, append, appointment, apprisal, apprise, apprize, approbate...

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


(documentation Stating ChineseLanguage "这个 Class 的实例,它要求 agent 相信自己讲的话。 例如:约翰声称月亮是由奶酪制成的。") chinese_format.kif 3258-3259
(documentation Stating EnglishLanguage "Instances of this Class commit the agent to some truth.For example, John claimed that the moon is made of green cheese.") Merge.kif 13199-13200
(subclass Stating LinguisticCommunication) Merge.kif 13198-13198 Stating is a subclass of linguistic communication

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


(partition Communication Stating Supposing Directing Committing Expressing Declaring) Merge.kif 13096-13096 Communication is exhaustively partitioned into stating, supposing, directing, committing, expressing, and declaring
(subclass Answering Stating) Mid-level-ontology.kif 887-887 Answering is a subclass of stating
(subclass Apologizing Stating) Mid-level-ontology.kif 29931-29931 Apologizing is a subclass of stating
(subclass Arguing Stating) Mid-level-ontology.kif 899-899 Arguing is a subclass of stating
(subclass Confirming Stating) Mid-level-ontology.kif 29950-29950 Confirming is a subclass of stating
(subclass Correcting Stating) Mid-level-ontology.kif 30002-30002 Correcting is a subclass of stating
(subclass Disagreeing Stating) Merge.kif 13210-13210 Disagreeing is a subclass of stating
(subclass Misdiagnosing Stating) Medicine.kif 4180-4180 Misdiagnosing is a subclass of stating
(subclass Pleading Stating) Mid-level-ontology.kif 16374-16374 Pleading is a subclass of stating
(subclass ReachingAgreement Stating) Media.kif 125-125 Reaching agreement is a subclass of stating
(subclass Registering Stating) Mid-level-ontology.kif 875-875 Registering is a subclass of stating
(subclass SITREP Stating) MilitaryProcesses.kif 2744-2744 SITuation REPort is a subclass of stating
(subclass TerminalAttackControl Stating) MilitaryProcesses.kif 450-450 Terminal attack control is a subclass of stating
(subclass TerminalGuidance Stating) MilitaryProcesses.kif 502-502 Terminal guidance is a subclass of stating
(subclass Testifying Stating) Mid-level-ontology.kif 16412-16412 Testifying is a subclass of stating
(termFormat ChineseLanguage Stating "陈述") chinese_format.kif 1198-1198 Testifying is a subclass of stating
(termFormat EnglishLanguage Stating "stating") english_format.kif 1613-1613 Testifying is a subclass of stating
(termFormat FrenchLanguage Stating "d�clarer") french_format.kif 876-876 Testifying is a subclass of stating
(termFormat Hindi Stating "kathana") terms-hindi.txt 409-409 Testifying is a subclass of stating
(termFormat ItalianLanguage Stating "Affermare") terms-it.txt 412-412 Testifying is a subclass of stating
(termFormat JapaneseLanguage Stating "記載") japanese_format.kif 2560-2560 Testifying is a subclass of stating
(termFormat PortugueseLanguage Stating "Declarar") portuguese_format.kif 828-828 Testifying is a subclass of stating
(termFormat cb Stating "pagsaysay") terms-cb.txt 414-414 Testifying is a subclass of stating
(termFormat cz Stating "stating") terms-cz.txt 448-448 Testifying is a subclass of stating

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(=>
    (and
        (instance ?STATE Stating)
        (agent ?STATE ?AGENT)
        (patient ?STATE ?FORMULA)
        (instance ?FORMULA Formula))
    (holdsDuring
        (WhenFn ?STATE)
        (believes ?AGENT ?FORMULA)))
Merge.kif 13202-13208
(=>
    (and
        (instance ?STATE Stating)
        (result ?STATE ?SENTENCE)
        (instance ?SENTENCE Sentence))
    (instance ?SENTENCE Statement))
Mid-level-ontology.kif 14486-14491

consequent
-------------------------


(=>
    (and
        (instance ?C Confirming)
        (agent ?C ?A)
        (containsInformation ?C ?P))
    (exists (?S ?RA ?A2)
        (and
            (instance ?S Stating)
            (earlier ?S ?C)
            (instance ?RA ReachingAgreement)
            (agent ?S ?A2)
            (containsInformation ?RA ?P)
            (containsInformation ?S ?P)
            (partyToAgreement ?RA ?A)
            (partyToAgreement ?RA ?A2))))
Mid-level-ontology.kif 29955-29969
(=>
    (and
        (instance ?CAB GovernmentCabinet)
        (subOrganization ?CAB
            (GovernmentFn ?AREA))
        (instance ?AREA GeopoliticalArea))
    (hasPurpose ?CAB
        (exists (?ADVICE ?LEADER)
            (and
                (instance ?ADVICE Stating)
                (agent ?ADVICE ?CAB)
                (patient ?ADVICE ?LEADER)
                (leader ?LEADER
                    (GovernmentFn ?AREA))))))
Government.kif 1475-1486
(=>
    (and
        (instance ?PAGE ViewItemPage)
        (instance ?ADVERTISING WebListing)
        (component ?ADVERTISING ?PAGE)
        (patient ?ADVERTISING ?ITEM)
        (instance ?ITEM Physical))
    (exists (?DESCRIPTION ?STATING ?DESCRIPTIONCONTENT)
        (and
            (instance ?STATING Stating)
            (patient ?STATING ?DESCRIPTION)
            (refers ?DESCRIPTION ?ITEM)
            (result ?DESCRIPTION ?DESCRIPTIONCONTENT)
            (part ?DESCRIPTIONCONTENT ?PAGE))))
UXExperimentalTerms.kif 2078-2091
(=>
    (describes ?FORMULA ?OBJECT)
    (exists (?STATING ?AGENT)
        (and
            (instance ?STATING Stating)
            (agent ?STATING ?AGENT)
            (patient ?STATING ?FORMULA)
            (refers ?STATING ?OBJECT))))
Mid-level-ontology.kif 16403-16410
(=>
    (holdsDuring ?T1
        (prohibits ?A ?F))
    (exists (?S ?B ?P)
        (and
            (instance ?S Stating)
            (during
                (WhenFn ?S) ?T1)
            (agent ?S ?A)
            (containsFormula ?S
                (=>
                    (causes
                        (agent ?P ?B)
                        (truth ?F True))
                    (punishes ?A ?B))))))
Law.kif 65-78
(=>
    (instance ?C Correcting)
    (exists (?D ?S ?SP ?CP)
        (and
            (instance ?D Disagreeing)
            (subProcess ?C ?D)
            (instance ?S Stating)
            (subProcess ?S ?D)
            (containsInformation ?S ?SP)
            (containsInformation ?C ?CP)
            (refers ?CP ?SP)
            (not
                (consistent ?CP ?SP)))))
Mid-level-ontology.kif 30007-30019
(=>
    (instance ?DESCRIPTIONPAGE ProductDescriptionPage)
    (exists (?PRODUCT ?DESCRIPTION ?STATING ?DESCRIPTIONCONTENT)
        (and
            (instance ?PRODUCT Class)
            (instance ?STATING Stating)
            (patient ?STATING ?DESCRIPTION)
            (refers ?DESCRIPTION ?PRODUCT)
            (result ?DESCRIPTION ?DESCRIPTIONCONTENT)
            (part ?DESCRIPTIONCONTENT ?DESCRIPTIONPAGE))))
UXExperimentalTerms.kif 2043-2052
(=>
    (trusts ?A1 ?A2 ?P)
    (believes ?A1
        (=>
            (exists (?S ?PI ?P)
                (and
                    (instance ?S Stating)
                    (containsFormula ?S
                        (and
                            (instance ?PI ?P)
                            (agent ?PI ?A2)))))
            (modalAttribute
                (and
                    (instance ?PI ?P)
                    (agent ?PI ?A2)) Likely))))
Law.kif 400-415


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