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

Formal Language: 



KB Term:  Term intersection
English Word: 

  classmate

Sigma KEE - classmate
classmate

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


(documentation classmate EnglishLanguage "(classmate ?A1 ?A2 ?COURSE) means that both ?A1 and ?A2 were a GroupOfPeople who were taught under the same EducationalCourse (?COURSE).") Mid-level-ontology.kif 16840-16841
(domain classmate 1 Human) Mid-level-ontology.kif 16837-16837 O argumento numero 1 de classmate e' uma instancia de Humano
(domain classmate 2 Human) Mid-level-ontology.kif 16838-16838 O argumento numero 2 de classmate e' uma instancia de Humano
(domain classmate 3 EducationalCourse) Mid-level-ontology.kif 16839-16839 O argumento numero 3 de classmate e' uma instancia de EducationalCourse
(instance classmate IrreflexiveRelation) Mid-level-ontology.kif 16836-16836 classmate e' uma instancia de Relacao Irreflexiva
(instance classmate TernaryPredicate) Mid-level-ontology.kif 16835-16835 classmate e' uma instancia de Predicado Ternario

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


(format ChineseTraditionalLanguage classmate "%1 和 %2 曾經一起參與同一學習過程 %3 ") domainEnglishFormat.kif 64308-64308
(format EnglishLanguage classmate "%1 and %2 were taught in the same EducationalProcess %3 together") domainEnglishFormat.kif 64307-64307
(termFormat ChineseTraditionalLanguage classmate "同學關係") domainEnglishFormat.kif 64306-64306
(termFormat EnglishLanguage classmate "classmate") domainEnglishFormat.kif 64305-64305

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


(=>
    (classmate ?A1 ?A2 ?COURSE)
    (exists (?CLASS ?EDU ?TIME)
        (and
            (instance ?CLASS GroupOfPeople)
            (instance ?EDU EducationalProcess)
            (realization ?EDU ?COURSE)
            (patient ?EDU ?CLASS)
            (temporalPart ?TIME
                (WhenFn ?EDU))
            (memberAtTime ?A1 ?CLASS ?TIME)
            (memberAtTime ?A1 ?CLASS ?TIME))))
Mid-level-ontology.kif 16843-16854


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