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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - WebListingCategory
WebListingCategory

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


(documentation WebListingCategory EnglishLanguage "a collection of WebListings where all the items being advertised in those listings are of the same class.") UXExperimentalTerms.kif 136-137
(subclass WebListingCategory Collection) UXExperimentalTerms.kif 133-133 WebListingCategoryコレクションsubclass では %n

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


(termFormat EnglishLanguage WebListingCategory "web listing category") UXExperimentalTerms.kif 134-134

appearance as argument number 3
-------------------------


(domain categoryID 2 WebListingCategory) UXExperimentalTerms.kif 164-164 categoryID の数値 2 引数は WebListingCategoryinstance では %n
(domain categoryOf 1 WebListingCategory) UXExperimentalTerms.kif 176-176 categoryOf の数値 1 引数は WebListingCategoryinstance では %n

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


(=>
    (and
        (instance ?CATEG WebListingCategory)
        (instance ?LISTING1 WebListing)
        (instance ?LISTING2 WebListing)
        (instance ?ITEM1 Object)
        (instance ?ITEM2 Object)
        (member ?LISTING1 ?CATEG)
        (member ?LISTING2 ?CATEG)
        (patient ?ITEM1 ?LISTING1)
        (patient ?ITEM2 ?LISTING2))
    (exists (?CLASS)
        (and
            (instance ?CLASS Class)
            (instance ?ITEM1 ?CLASS)
            (instance ?ITEM2 ?CLASS))))
UXExperimentalTerms.kif 145-160
(=>
    (and
        (instance ?CATEG WebListingCategory)
        (member ?LISTING ?CATEG))
    (instance ?LISTING WebListing))
UXExperimentalTerms.kif 139-143


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