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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Syllable
Syllable

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


(documentation Syllable EnglishLanguage "A sequence of Characters from the same Word that denote a single sound.") Mid-level-ontology.kif 19714-19715
(externalImage Syllable "http://upload.wikimedia.org/wikipedia/commons/4/ 49/ Yunjing.jpg") pictureList.kif 8027-8027
(externalImage Syllable "http://upload.wikimedia.org/wikipedia/commons/a/ a7/ Syllable_structure.png") pictureList.kif 6910-6910
(externalImage Syllable "http://upload.wikimedia.org/wikipedia/commons/c/ c4/ Hangeul.png") pictureList.kif 8028-8028
(subclass Syllable SymbolicString) Mid-level-ontology.kif 19713-19713

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


(termFormat ChineseLanguage Syllable "音节") domainEnglishFormat.kif 56622-56622
(termFormat ChineseTraditionalLanguage Syllable "音節") domainEnglishFormat.kif 56621-56621
(termFormat EnglishLanguage Syllable "syllable") domainEnglishFormat.kif 56620-56620

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 19701-19711
(=>
    (attribute ?SYLLABLE Stressed)
    (instance ?SYLLABLE Syllable))
Mid-level-ontology.kif 19697-19699
(=>
    (instance ?WORD Word)
    (exists (?SYLLABLE)
        (and
            (instance ?SYLLABLE Syllable)
            (part ?SYLLABLE ?WORD))))
Mid-level-ontology.kif 19717-19722


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