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


KB Term:  Term intersection
English Word: 

Sigma KEE - Entity
Entity(entity)Jim_Crow, Moloch, actuality, adversative_conjunction, aftermath, aim, albatross, allocation, allotment, allowance, antecedent, antitype, apology, appearance, articulation, assets, bag, balance, bamboo_curtain, barrier, base, be, beginning, being, beingness, bind, bit, bourn, bourne, brace, brainchild, breed, business, case, case_in_point, circumstances, clew, clue, cogent_evidence, color_bar, color_line, colour_bar, colour_line, complementarity, component, component_part, concentrate, consequence, constituent, contour...

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


(documentation Entity EnglishLanguage "The universal class of individuals. This is the root node of the ontology.") Merge.kif 810-811
(partition Entity Physical Abstract) Merge.kif 809-809 Entity is exhaustively partitioned into physical and abstract

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


(range AssignmentFn Entity) Merge.kif 781-781 The range of assignment is an instance of entity
(range FirstFn Entity) Merge.kif 3265-3265 The range of first is an instance of entity
(range LastFn Entity) Merge.kif 3245-3245 The range of last is an instance of entity
(range ListOrderFn Entity) Merge.kif 3017-3017 The range of list order is an instance of entity
(range ShortageFn Entity) Geography.kif 4343-4343 The range of shortage is an instance of entity
(subclass Abstract Entity) Merge.kif 1704-1704 Abstract is a subclass of entity
(subclass Physical Entity) Merge.kif 825-825 Physical is a subclass of entity
(termFormat EnglishLanguage Entity "entity") english_format.kif 828-828 Physical is a subclass of entity

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


(domain AssignmentFn 2 Entity) Merge.kif 780-780 The number 2 argument of assignment is an instance of entity
(domain ListFn 1 Entity) Merge.kif 2971-2971 The number 1 argument of list is an instance of entity
(domain abbreviation 2 Entity) Mid-level-ontology.kif 29662-29662 The number 2 argument of abbreviation is an instance of entity
(domain acronym 2 Entity) Mid-level-ontology.kif 29673-29673 The number 2 argument of acronym is an instance of entity
(domain buys 3 Entity) Mid-level-ontology.kif 32382-32382 The number 3 argument of buys is an instance of entity
(domain codeMapping 3 Entity) Media.kif 2268-2268 The number 3 argument of code mapping is an instance of entity
(domain comment 1 Entity) Merge.kif 18582-18582 The number 1 argument of comment is an instance of entity
(domain confersNorm 1 Entity) Merge.kif 4033-4033 The number 1 argument of confers norm is an instance of entity
(domain confersObligation 2 Entity) Merge.kif 17652-17652 The number 2 argument of confers obligation is an instance of entity
(domain confersRight 2 Entity) Merge.kif 17631-17631 The number 2 argument of confers right is an instance of entity
(domain contestEntry 1 Entity) Music.kif 1082-1082 The number 1 argument of contest entry is an instance of entity
(domain conventionalLongName 2 Entity) Mid-level-ontology.kif 29645-29645 The number 2 argument of conventional long name is an instance of entity
(domain conventionalShortName 2 Entity) Mid-level-ontology.kif 29657-29657 The number 2 argument of conventional short name is an instance of entity
(domain creator 2 Entity) Mid-level-ontology.kif 15164-15164 The number 2 argument of creator is an instance of entity
(domain crossFunctionalTeamFocus 1 Entity) UXExperimentalTerms.kif 2655-2655 The number 1 argument of BinaryPredicate is an instance of entity
(domain defenseLawyer 2 Entity) Law.kif 287-287 The number 2 argument of defense lawyer is an instance of entity
(domain deprivesNorm 1 Entity) Merge.kif 4055-4055 The number 1 argument of deprives norm is an instance of entity
(domain destination 2 Entity) Merge.kif 2481-2481 The number 2 argument of destination is an instance of entity
(domain documentation 1 Entity) Merge.kif 362-362 The number 1 argument of documentation is an instance of entity
(domain element 1 Entity) Merge.kif 5464-5464 The number 1 argument of element is an instance of entity
(domain externalImage 1 Entity) Merge.kif 670-670 The number 1 argument of external image is an instance of entity
(domain format 2 Entity) Merge.kif 374-374 The number 2 argument of format is an instance of entity
(domain formerName 2 Entity) Mid-level-ontology.kif 16169-16169 The number 2 argument of former name is an instance of entity
(domain fullName 2 Entity) Media.kif 3273-3273 The number 2 argument of full name is an instance of entity
(domain fullNameIndexOrder 2 Entity) Media.kif 3287-3287 The number 2 argument of full name index order is an instance of entity

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(=>
    (businessUnit ?BU ?ORG)
    (exists (?INTEREST)
        (and
            (instance ?INTEREST Entity)
            (inScopeOfInterest ?BU ?INTEREST))))
UXExperimentalTerms.kif 2572-2577
(=>
    (instance ?CLASS Class)
    (subclass ?CLASS Entity))
Merge.kif 821-823
(=>
    (instance ?TEAM CrossFunctionalTeam)
    (exists (?INTEREST)
        (and
            (instance ?INTEREST Entity)
            (forall (?MEMBER)
                (=>
                    (and
                        (instance ?MEMBER Human)
                        (member ?MEMBER ?TEAM))
                    (inScopeOfInterest ?MEMBER ?INTEREST))))))
UXExperimentalTerms.kif 2618-2628