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



KB Term:  Term intersection
English Word: 

Sigma KEE - originalExpressedInLanguage
originalExpressedInLanguage

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


(instance originalExpressedInLanguage BinaryPredicate) Music.kif 1452-1452 original expressed in language is an instance of binary predicate
(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 1453-1455 original expressed in language is an instance of binary predicate
(domain originalExpressedInLanguage 1 Proposition) Music.kif 1458-1458 The number 1 argument of original expressed in language is an instance of proposition
(domain originalExpressedInLanguage 2 Language) Music.kif 1459-1459 The number 2 argument of original expressed in language is an instance of language

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


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

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 1461-1474 If X was first expressed as Y, then All of the following hold: (1) there exist Z (2) W such that Z is an instance of linguistic expression (3) Z represents X in the language Y (4) equal W (5) the time of existence of Z (6) there don't exist V (7) U such that U is an instance of linguistic expression (8) U expresses X (9) equal V (10) the time of existence of U (11) V happens before W


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners