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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Stressed
Stressed(stressed)accent, accentuation, emphasis, intonation, modulation, pitch_contour, stress, unstressed

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


(documentation Stressed EnglishLanguage "A SoundAttribute of Syllables. It denotes the quality of being emphasized over the other Syllables in the same Word.") Mid-level-ontology.kif 20524-20526
(instance Stressed SoundAttribute) Mid-level-ontology.kif 20523-20523 Stressed is an instance of sound attribute

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


(termFormat ChineseLanguage Stressed "强调") domainEnglishFormat.kif 55647-55647
(termFormat ChineseTraditionalLanguage Stressed "強調") domainEnglishFormat.kif 55646-55646
(termFormat EnglishLanguage Stressed "stressed") domainEnglishFormat.kif 55645-55645

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


(=>
    (and
        (attribute ?SYLLABLE Stressed)
        (instance ?WORD Word)
        (part ?SYLLABLE ?WORD))
    (not
        (exists (?SYLLABLE2)
            (and
                (instance ?SYLLABLE2 Syllable)
                (part ?SYLLABLE2 ?WORD)
                (attribute ?SYLLABLE2 Stressed)
                (not
                    (equal ?SYLLABLE2 ?SYLLABLE))))))
Mid-level-ontology.kif 20532-20542
(=>
    (attribute ?SYLLABLE Stressed)
    (instance ?SYLLABLE Syllable))
Mid-level-ontology.kif 20528-20530

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


(=>
    (and
        (attribute ?SYLLABLE Stressed)
        (instance ?WORD Word)
        (part ?SYLLABLE ?WORD))
    (not
        (exists (?SYLLABLE2)
            (and
                (instance ?SYLLABLE2 Syllable)
                (part ?SYLLABLE2 ?WORD)
                (attribute ?SYLLABLE2 Stressed)
                (not
                    (equal ?SYLLABLE2 ?SYLLABLE))))))
Mid-level-ontology.kif 20532-20542


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