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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Student
Student(學生)

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


(documentation Student EnglishLanguage "A person who participates in an EducationalProcess in order to learn something.") Mid-level-ontology.kif 24246-24247
(externalImage Student "http://articulatesoftware.com/SUMOpictures/education/ kids/ students/ student.png") pictureList.kif 757-757
(instance Student SocialRole) Mid-level-ontology.kif 24245-24245 學生 and SocialRole

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


(termFormat ChineseLanguage Student "学生") domainEnglishFormat.kif 55719-55719
(termFormat ChineseTraditionalLanguage Student "學生") domainEnglishFormat.kif 55718-55718
(termFormat EnglishLanguage Student "student") domainEnglishFormat.kif 55717-55717

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


(=>
    (attribute ?X Student)
    (exists (?EV)
        (and
            (instance ?EV EducationalProcess)
            (patient ?EV ?X))))
Mid-level-ontology.kif 24248-24253

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


(=>
    (almaMater ?PERSON ?SCHOOL)
    (exists (?EV)
        (and
            (instance ?EV EducationalProcess)
            (destination ?EV ?PERSON)
            (eventLocated ?EV ?SCHOOL)
            (holdsDuring
                (WhenFn ?EV)
                (attribute ?PERSON Student)))))
Mid-level-ontology.kif 18249-18258
(=>
    (instance ?X SchoolBuilding)
    (exists (?L ?P)
        (and
            (instance ?L Learning)
            (patient ?L ?P)
            (attribute ?P Student)
            (eventLocated ?L ?X))))
Mid-level-ontology.kif 24142-24149


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