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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Matriculation

Sigma KEE - Matriculation
Matriculation(被大学录取)

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


(documentation Matriculation ChineseLanguage "这是学生加入一个 EducationalOrganizationOrganizationalProcess。") chinese_format.kif 2953-2954
(documentation Matriculation EnglishLanguage "The OrganizationalProcess of joining an EducationalOrganization as a student.") Merge.kif 10710-10711
(documentation Matriculation JapaneseLanguage "学生として EducationalOrganization に参加 する OrganizationalProcess 。") japanese_format.kif 1708-1709
(externalImage Matriculation "http://upload.wikimedia.org/wikipedia/commons/ 1/ 1f/ Oxford_Matriculation_2003.jpg") pictureList.kif 4929-4929
(subclass Matriculation JoiningAnOrganization) Merge.kif 10708-10708 被大学录取加入一个机构subclass

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


(termFormat ChineseLanguage Matriculation "被大学录取") chinese_format.kif 1100-1100
(termFormat EnglishLanguage Matriculation "matriculation") english_format.kif 1417-1417
(termFormat FrenchLanguage Matriculation "inscription") french_format.kif 778-778
(termFormat Hindi Matriculation "praveshikaa-pariikshaa") terms-hindi.txt 310-310
(termFormat ItalianLanguage Matriculation "Iscrizione") terms-it.txt 313-313
(termFormat JapaneseLanguage Matriculation "入学") japanese_format.kif 2462-2462
(termFormat PortugueseLanguage Matriculation "Matricula") portuguese_format.kif 730-730
(termFormat cz Matriculation "matriculation") terms-cz.txt 349-349
(termFormat ro Matriculation "înmatriculare") relations-ro.kif 799-799
(termFormat tg Matriculation "Matrikula") terms-tg.txt 314-314

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


(=>
    (and
        (instance ?E Matriculation)
        (agent ?E ?C)
        (patient ?E ?P)
        (instance ?C College))
    (exists (?G ?S)
        (and
            (instance ?G Graduation)
            (agent ?G ?S)
            (patient ?G ?P)
            (instance ?S SecondarySchool)
            (earlier
                (WhenFn ?G)
                (WhenFn ?E)))))
Mid-level-ontology.kif 16690-16702
(=>
    (and
        (instance ?ENTER Matriculation)
        (agent ?ENTER ?COLLEGE)
        (patient ?ENTER ?STUDENT)
        (instance ?COLLEGE College))
    (exists (?GRAD ?SCHOOL)
        (and
            (instance ?GRAD Graduation)
            (agent ?GRAD ?SCHOOL)
            (patient ?GRAD ?STUDENT)
            (instance ?SCHOOL HighSchool)
            (earlier
                (WhenFn ?GRAD)
                (WhenFn ?ENTER)))))
Mid-level-ontology.kif 16671-16683
(=>
    (and
        (instance ?MAT Matriculation)
        (agent ?MAT ?ORG))
    (instance ?ORG EducationalOrganization))
Merge.kif 10713-10717


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