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 1830-1834
(domain states 1 CognitiveAgent) Media.kif 1828-1828
(domain states 2 Sentence) Media.kif 1829-1829
(instance states AsymmetricRelation) Media.kif 1827-1827
(instance states BinaryPredicate) Media.kif 1826-1826

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


(format ChineseLanguage states "%1 states %2 ") domainEnglishFormat.kif 4626-4626
(format ChineseTraditionalLanguage states "%1 states %2 ") domainEnglishFormat.kif 4625-4625
(format EnglishLanguage states "%1 states %2") domainEnglishFormat.kif 4624-4624
(termFormat EnglishLanguage states "states") domainEnglishFormat.kif 65940-65940

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


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

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


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


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