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


KB Term:  Term intersection
English Word: 

Sigma KEE - QueenInsect
QueenInsect(queen insect)queen

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


(subclass QueenInsect Insect) Mid-level-ontology.kif 14259-14259 Queen insect is a subclass of insect
(disjoint QueenInsect WorkerInsect) Mid-level-ontology.kif 14260-14260 Queen insect is disjoint from worker insect
(documentation QueenInsect EnglishLanguage "A Female Insect which is the sole member of her colony with the capability to reproduce.") Mid-level-ontology.kif 14261-14262 Queen insect is disjoint from worker insect

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


(termFormat EnglishLanguage QueenInsect "queen insect") domainEnglishFormat.kif 48325-48325
(termFormat ChineseTraditionalLanguage QueenInsect "女王崑蟲") domainEnglishFormat.kif 48326-48326
(termFormat ChineseLanguage QueenInsect "女王昆虫") domainEnglishFormat.kif 48327-48327

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


(=>
    (instance ?INSECT QueenInsect)
    (and
        (attribute ?INSECT Female)
        (capability Replication agent ?INSECT)))
Mid-level-ontology.kif 14264-14268 If X is an instance of queen insect, then female is an attribute of X and X is capable of doing replication as a agent
(=>
    (instance ?INSECT QueenInsect)
    (exists (?GROUP)
        (and
            (instance ?GROUP Group)
            (member ?INSECT ?GROUP)
            (not
                (exists (?MEMBER)
                    (and
                        (member ?MEMBER ?GROUP)
                        (capability Replication agent ?MEMBER)
                        (not
                            (equal ?MEMBER ?INSECT))))))))
Mid-level-ontology.kif 14270-14282 If X is an instance of queen insect, then there exists Y such that Y is an instance of group, X is a member of Y, there doesn't exist Z such that Z is a member of Y, Z is capable of doing replication as a agent, equal Z, and X


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