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

Formal Language: 



KB Term:  Term intersection
English Word: 

  albumRelease

Sigma KEE - albumRelease
albumRelease

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


(documentation albumRelease EnglishLanguage "(albumRelease ?A ?T) means that by TimePoint ?T, (AlbumCopiesFn ?A ?DS) was releaseForSale in some location. ") Music.kif 254-255
(domain albumRelease 1 Album) Music.kif 258-258
(domain albumRelease 2 TimePoint) Music.kif 259-259
(instance albumRelease BinaryPredicate) Music.kif 253-253

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


(format ChineseLanguage albumRelease "%1 之前是在 %2 被 released ") domainEnglishFormat.kif 2762-2762
(format ChineseTraditionalLanguage albumRelease "%1 之前是在 %2 被 released ") domainEnglishFormat.kif 2761-2761
(format EnglishLanguage albumRelease "%1 was released on %2") domainEnglishFormat.kif 2760-2760
(termFormat EnglishLanguage albumRelease "album release") Music.kif 256-256

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


(=>
    (albumRelease ?A ?T)
    (and
        (exists (?R1 ?DS1)
            (releaseForSale
                (AlbumCopiesFn ?A ?DS1) ?R1 ?T))
        (not
            (exists (?B ?R2 ?DS2)
                (and
                    (before ?B ?T)
                    (releaseForSale
                        (AlbumCopiesFn ?A ?DS2) ?R2 ?B))))))
Music.kif 261-270


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