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


KB Term:  Term intersection
English Word: 

Sigma KEE - musicGenre
musicGenre

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


(subrelation musicGenre attribute) Music.kif 341-341 music genre is a subrelation of attribute
(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
(documentation musicGenre EnglishLanguage "(musicGenre ?MR ?ATTR) relates the MusicGenre ?ATTR to the MusicRecording ?MR") Music.kif 345-346 music genre is an instance of binary predicate

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


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

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


(=>
    (and
        (musicGenre ?MR Acapella)
        (record ?MR ?MM))
    (not
        (exists (?MI)
            (and
                (instance ?MI MakingInstrumentalMusic)
                (subProcess ?MI ?MM)))))
Music.kif 526-534 If acapella is in the genre X and X is a record of Y, then there doesn't exist Z such that Z is an instance of instrumental music and Z is a subprocess of Y
(=>
    (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 If acoustic is in the genre X and X is a record of Y, then there don't exist Z, W such that Z is an instance of musical instrument, Z is an instrument for Y, W is an instance of electric device, and W is a part of Z
(=>
    (musicGenre ?MR ReligiousMusic)
    (exists (?ATTR ?X)
        (and
            (instance ?ATTR ReligiousAttribute)
            (attribute ?X ?ATTR)
            (refers ?MR ?X))))
Music.kif 635-641 If religious music is in the genre X, then there exist Y, Z such that Y is an instance of religious attribute, Y is an attribute of Z, and X includes a reference to Z
(=>
    (musicGenre ?MR ChristianMusic)
    (exists (?X)
        (and
            (attribute ?X Christian)
            (refers ?MR ?X))))
Music.kif 649-654 If christian music is in the genre X, then there exists Y such that christian is an attribute of Y and X includes a reference to Y
(=>
    (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 If electronic dance music is in the genre X, then X has the purpose there exist Y, Z such that Y is an instance of night club, Z is an instance of making music, X is a patient of Z, and Z is located at Y
(=>
    (musicGenre ?MR ElectronicMusic)
    (exists (?DV ?MM)
        (and
            (instance ?DV ElectricDevice)
            (record ?MR ?MM)
            (instrument ?MM ?DV))))
Music.kif 691-697 If electronic music is in the genre X, then there exist Y, Z such that Y is an instance of electric device, X is a record of Z, and Y is an instrument for Z


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners