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

Formal Language: 



KB Term:  Term intersection
English Word: 

  PolyphonicMusic

Sigma KEE - PolyphonicMusic
PolyphonicMusic

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


(documentation PolyphonicMusic EnglishLanguage "MakingMusic which has two or more parts, i.e. MakingMusic which can be divided into two or more contemporaneous subProcesses which are also instances of MakingMusic.") Mid-level-ontology.kif 739-742
(instance PolyphonicMusic RelationalAttribute) Mid-level-ontology.kif 738-738

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


(termFormat ChineseLanguage PolyphonicMusic "和弦音乐") domainEnglishFormat.kif 46599-46599
(termFormat ChineseTraditionalLanguage PolyphonicMusic "和弦音樂") domainEnglishFormat.kif 46598-46598
(termFormat EnglishLanguage PolyphonicMusic "polyphonic music") domainEnglishFormat.kif 46597-46597

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


(<=>
    (attribute ?MUSIC PolyphonicMusic)
    (exists (?PART1 ?PART2)
        (and
            (instance ?MUSIC MakingMusic)
            (instance ?PART1 MakingMusic)
            (instance ?PART2 MakingMusic)
            (subProcess ?PART1 ?MUSIC)
            (subProcess ?PART2 ?MUSIC)
            (not
                (equal ?PART1 ?PART2))
            (cooccur ?PART1 ?MUSIC)
            (cooccur ?PART2 ?MUSIC))))
Mid-level-ontology.kif 744-755


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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