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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - states
states

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


(documentation states EnglishLanguage "(holdsDuring ?T1 (states ?AGENT ?SENTENCE)) means that at time ?T1, ?AGENT is the agent of a LinguisticCommunication in which the patient is ?SENTENCE. Note that ?SENTENCE could be a Formula.") Media.kif 1832-1836
(domain states 1 CognitiveAgent) Media.kif 1830-1830 Le nombre 1 argument de states est une instance de agent cognitif
(domain states 2 Sentence) Media.kif 1831-1831 Le nombre 2 argument de states est une instance de phrase
(instance states AsymmetricRelation) Media.kif 1829-1829 states est une instance de relation asym�trique
(instance states BinaryPredicate) Media.kif 1828-1828 states est une instance de pr�dicat binaire

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


(format ChineseLanguage states "%1 states %2 ") domainEnglishFormat.kif 4630-4630
(format ChineseTraditionalLanguage states "%1 states %2 ") domainEnglishFormat.kif 4629-4629
(format EnglishLanguage states "%1 states %2") domainEnglishFormat.kif 4628-4628
(termFormat EnglishLanguage states "states") domainEnglishFormat.kif 65967-65967

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


(=>
    (holdsDuring ?T1
        (states ?AGENT ?SENTENCE))
    (exists (?COMM)
        (and
            (instance ?COMM LinguisticCommunication)
            (agent ?COMM ?AGENT)
            (patient ?COMM ?SENTENCE)
            (temporalPart ?T1
                (WhenFn ?COMM)))))
Media.kif 1846-1853

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


(=>
    (and
        (instance ?COMM LinguisticCommunication)
        (agent ?COMM ?AGENT)
        (patient ?COMM ?SENTENCE)
        (instance ?SENTENCE Sentence))
    (holdsDuring
        (WhenFn ?COMM)
        (states ?AGENT ?SENTENCE)))
Media.kif 1838-1844


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