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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - musicGenre
musicGenre

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


(documentation musicGenre EnglishLanguage "(musicGenre ?MR ?ATTR) relates the MusicGenre ?ATTR to the MusicRecording ?MR") Music.kif 345-346
(domain musicGenre 1 Object) Music.kif 342-342 The number 1 argument of music genre is an instance of object
(domain musicGenre 2 Attribute) Music.kif 343-343 The number 2 argument of music genre is an instance of attribute
(instance musicGenre BinaryPredicate) Music.kif 344-344 music genre is an instance of binary predicate
(subrelation musicGenre attribute) Music.kif 341-341 music genre is a subrelation of attribute

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


(format ChineseLanguage musicGenre "%2 是在 genre %1 ") domainEnglishFormat.kif 3928-3928
(format ChineseTraditionalLanguage musicGenre "%2 是在 genre %1 ") domainEnglishFormat.kif 3927-3927
(format EnglishLanguage musicGenre "%2 is in the genre %1") domainEnglishFormat.kif 3926-3926
(termFormat EnglishLanguage musicGenre "music genre") Music.kif 347-347

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


(=>
    (and
        (musicGenre ?MR Acapella)
        (record ?MR ?MM))
    (not
        (exists (?MI)
            (and
                (instance ?MI MakingInstrumentalMusic)
                (subProcess ?MI ?MM)))))
Music.kif 526-534
(=>
    (and
        (musicGenre ?MR AcousticMusic)
        (record ?MR ?MM))
    (not
        (exists (?I ?ED)
            (and
                (instance ?I MusicalInstrument)
                (instrument ?MM ?I)
                (instance ?ED ElectricDevice)
                (part ?ED ?I)))))
Music.kif 561-571
(=>
    (musicGenre ?MR ChristianMusic)
    (exists (?X)
        (and
            (attribute ?X Christian)
            (refers ?MR ?X))))
Music.kif 649-654
(=>
    (musicGenre ?MR ElectronicDanceMusic)
    (hasPurpose ?MR
        (exists (?NC ?MM)
            (and
                (instance ?NC NightClub)
                (instance ?MM MakingMusic)
                (patient ?MM ?MR)
                (eventLocated ?MM ?NC)))))
Music.kif 675-683
(=>
    (musicGenre ?MR ElectronicMusic)
    (exists (?DV ?MM)
        (and
            (instance ?DV ElectricDevice)
            (record ?MR ?MM)
            (instrument ?MM ?DV))))
Music.kif 691-697
(=>
    (musicGenre ?MR ReligiousMusic)
    (exists (?ATTR ?X)
        (and
            (instance ?ATTR ReligiousAttribute)
            (attribute ?X ?ATTR)
            (refers ?MR ?X))))
Music.kif 635-641


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