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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SetOrClass
SetOrClass(set or class)subgroup, subpopulation

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


(documentation SetOrClass ChineseLanguage "这是 SetClassSetOrClass,也就是说 任何 Abstractelementinstance的实例。") chinese_format.kif 1804-1805
(documentation SetOrClass EnglishLanguage "The SetOrClass of Sets and Classes, i.e. any instance of Abstract that has elements or instances.") Merge.kif 2127-2129
(documentation SetOrClass JapaneseLanguage "Sets の SetOrClassClasses。 例: elements または instances がある Abstract の任意のインスタンス。") japanese_format.kif 419-420
(partition SetOrClass Set Class) Merge.kif 2125-2125 Set or class is exhaustively partitioned into set and class
(subclass SetOrClass Abstract) Merge.kif 2124-2124 Set or class is a subclass of abstract

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


(range ComplementFn SetOrClass) Merge.kif 5488-5488 The range of complement is an instance of set or class
(range GeneralizedIntersectionFn SetOrClass) Merge.kif 5509-5509 The range of generalized intersection is an instance of set or class
(range GeneralizedUnionFn SetOrClass) Merge.kif 5498-5498 The range of generalized union is an instance of set or class
(range IntersectionFn SetOrClass) Merge.kif 5467-5467 The range of intersection is an instance of set or class
(range RelativeComplementFn SetOrClass) Merge.kif 5478-5478 The range of relative complement is an instance of set or class
(range UnionFn SetOrClass) Merge.kif 5441-5441 The range of union is an instance of set or class
(rangeSubclass PowerSetFn SetOrClass) Merge.kif 791-791 The values returned by power set are subclasses of set or class
(subclass Class SetOrClass) Merge.kif 2132-2132 Class is a subclass of set or class
(subclass Set SetOrClass) Merge.kif 2144-2144 Set is a subclass of set or class
(termFormat ChineseLanguage SetOrClass "集或类") chinese_format.kif 885-885 Set is a subclass of set or class
(termFormat EnglishLanguage SetOrClass "set or class") english_format.kif 972-972 Set is a subclass of set or class
(termFormat FrenchLanguage SetOrClass "ensemble ou classe") french_format.kif 561-561 Set is a subclass of set or class
(termFormat Hindi SetOrClass "samUha yaa varga") terms-hindi.txt 91-91 Set is a subclass of set or class
(termFormat ItalianLanguage SetOrClass "InsiemeOClasse") terms-it.txt 94-94 Set is a subclass of set or class
(termFormat JapaneseLanguage SetOrClass "同じセットまたはクラス") japanese_format.kif 2246-2246 Set is a subclass of set or class
(termFormat PortugueseLanguage SetOrClass "Conjunto ou Classe") portuguese_format.kif 513-513 Set is a subclass of set or class
(termFormat cz SetOrClass "set or class") terms-cz.txt 128-128 Set is a subclass of set or class
(termFormat de SetOrClass "Menge oder Kategorie") terms-de.txt 387-387 Set is a subclass of set or class
(termFormat ro SetOrClass "mulþime sau clasã") relations-ro.kif 582-582 Set is a subclass of set or class
(termFormat tg SetOrClass "isang huwego o klase") terms-tg.txt 95-95 Set is a subclass of set or class

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


(domain CardinalityFn 1 SetOrClass) Merge.kif 5518-5518 The number 1 argument of cardinality is an instance of set or class
(domain ComplementFn 1 SetOrClass) Merge.kif 5487-5487 The number 1 argument of complement is an instance of set or class
(domain IntersectionFn 1 SetOrClass) Merge.kif 5465-5465 The number 1 argument of intersection is an instance of set or class
(domain IntersectionFn 2 SetOrClass) Merge.kif 5466-5466 The number 2 argument of intersection is an instance of set or class
(domain PowerSetFn 1 SetOrClass) Merge.kif 790-790 The number 1 argument of power set is an instance of set or class
(domain RelativeComplementFn 1 SetOrClass) Merge.kif 5476-5476 The number 1 argument of relative complement is an instance of set or class
(domain RelativeComplementFn 2 SetOrClass) Merge.kif 5477-5477 The number 2 argument of relative complement is an instance of set or class
(domain UnionFn 1 SetOrClass) Merge.kif 5439-5439 The number 1 argument of union is an instance of set or class
(domain UnionFn 2 SetOrClass) Merge.kif 5440-5440 The number 2 argument of union is an instance of set or class
(domain adjacentOrientation 2 SetOrClass) Hotel.kif 945-945 The number 2 argument of adjacent orientation is an instance of set or class
(domain cardinality 1 SetOrClass) Government.kif 400-400 The number 1 argument of cardinality is an instance of set or class
(domain lexicon 1 SetOrClass) engineering.kif 39-39 The number 1 argument of lexicon is an instance of set or class
(domainSubclass GeneralizedIntersectionFn 1 SetOrClass) Merge.kif 5508-5508 The number 1 argument of generalized intersection is a subclass of set or class
(domainSubclass GeneralizedUnionFn 1 SetOrClass) Merge.kif 5497-5497 The number 1 argument of generalized union is a subclass of set or class

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


(=>
    (and
        (instance ?SET SetOrClass)
        (equal
            (CardinalityFn ?SET) ?COUNT))
    (cardinality ?SET ?COUNT))
Government.kif 410-414

consequent
-------------------------


(=>
    (and
        (exactCardinality ?REL ?ARG ?COUNT)
        (instance ?REL Predicate))
    (exists (?S ?EL @ARGS)
        (and
            (instance ?S SetOrClass)
            (=>
                (and
                    (?REL @ARGS)
                    (equal ?EL
                        (ListOrderFn
                            (ListFn @ARGS) ?ARG)))
                (and
                    (instance ?EL ?S)
                    (equal
                        (CardinalityFn ?S) ?COUNT))))))
Media.kif 2139-2152
(=>
    (and
        (maxCardinality ?REL ?ARG ?COUNT)
        (instance ?REL Predicate))
    (exists (?S ?EL @ARGS)
        (and
            (instance ?S SetOrClass)
            (=>
                (and
                    (?REL @ARGS)
                    (equal ?EL
                        (ListOrderFn
                            (ListFn @ARGS) ?ARG)))
                (and
                    (instance ?EL ?S)
                    (lessThanOrEqualTo
                        (CardinalityFn ?S) ?COUNT))))))
Media.kif 2212-2225
(=>
    (and
        (minCardinality ?REL ?ARG ?COUNT)
        (instance ?REL Predicate))
    (exists (?S ?EL @ARGS)
        (and
            (instance ?S SetOrClass)
            (=>
                (and
                    (?REL @ARGS)
                    (equal ?EL
                        (ListOrderFn
                            (ListFn @ARGS) ?ARG)))
                (and
                    (instance ?EL ?S)
                    (greaterThanOrEqualTo
                        (CardinalityFn ?S) ?COUNT))))))
Media.kif 2176-2189


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