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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - originalExpressedInLanguage
originalExpressedInLanguage

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


(documentation originalExpressedInLanguage EnglishLanguage "(originalExpressedInLanguage ?PROP ?LANG) means that Proposition ?PROP, the first time it was ever realized in a LinguisticExpression, was first expressed in Language ?LANG.") Music.kif 1451-1453
(domain originalExpressedInLanguage 1 Proposition) Music.kif 1456-1456 Le nombre 1 argument de originalExpressedInLanguage est une instance de proposition
(domain originalExpressedInLanguage 2 Language) Music.kif 1457-1457 Le nombre 2 argument de originalExpressedInLanguage est une instance de langage
(instance originalExpressedInLanguage BinaryPredicate) Music.kif 1450-1450 originalExpressedInLanguage est une instance de pr�dicat binaire

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


(format ChineseLanguage originalExpressedInLanguage "%1 之前是第一个 expressed 如同 %2 ") domainEnglishFormat.kif 4054-4054
(format ChineseTraditionalLanguage originalExpressedInLanguage "%1 之前是第一個 expressed 如同 %2 ") domainEnglishFormat.kif 4053-4053
(format EnglishLanguage originalExpressedInLanguage "%1 was first expressed as %2") domainEnglishFormat.kif 4052-4052
(termFormat EnglishLanguage originalExpressedInLanguage "original expressed in language") Music.kif 1454-1454

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


(=>
    (originalExpressedInLanguage ?PROP ?LANG)
    (exists (?PHYS ?TIME)
        (and
            (instance ?PHYS LinguisticExpression)
            (representsInLanguage ?PHYS ?PROP ?LANG)
            (equal ?TIME
                (WhenFn ?PHYS))
            (not
                (exists (?BEFORE ?OTHER)
                    (and
                        (instance ?OTHER LinguisticExpression)
                        (represents ?OTHER ?PROP)
                        (equal ?BEFORE
                            (WhenFn ?OTHER))
                        (before ?BEFORE ?TIME)))))))
Music.kif 1459-1472


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