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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - PolyphonicMusic
PolyphonicMusic(polyphonic music)contrapuntal, polyphonic, symphonic

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 Polyphonic music is an instance of relational attribute

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 Polyphonic music is an attribute of an object if and only if there exist a process and another process such that the object is an instance of making music and the process is an instance of making music and the other process is an instance of making music and the process is a subprocess of the object and the other process is a subprocess of the object and the process is not equal to the other process and the process occurs at the same time as the object and the other process occurs at the same time as the object


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