![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
AcademicDegree(academic degree)
| academic_degree, degree |
| appearance as argument number 1 |
|
|
| (subclass AcademicDegree Certificate) | Mid-level-ontology.kif 18124-18124 | Academic degree is a subclass of certificate |
| (documentation AcademicDegree EnglishLanguage "A Certificate that demonstrates that the holder of the Certificate has successfully completed an EducationalProgram.") | Mid-level-ontology.kif 18125-18126 | Academic degree is a subclass of certificate |
| (externalImage AcademicDegree "http://upload.wikimedia.org/wikipedia/en/ b/ b7/ SheepskinDiploma.jpg") | pictureList.kif 2740-2740 | Academic degree is a subclass of certificate |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (domainSubclass expectedDegree 2 AcademicDegree) | LinkedInDegrees.kif 63-63 | The number 2 argument of expected degree is a subclass of academic degree |
| antecedent |
|
|
| (=> (and (instance ?DEGREE AcademicDegree) (possesses ?AGENT ?DEGREE)) (exists (?PROGRAM ?STUDY) (and (instance ?PROGRAM EducationalProgram) (realization ?STUDY ?PROGRAM) (experiencer ?STUDY ?AGENT)))) |
Mid-level-ontology.kif 18128-18136 | If X is an instance of academic degree and Y possesses X, then there exist Z, W such that Z is an instance of educational program, W expresses the content of Z, and Y experiences W |
| consequent |
|
|
| (=> (and (instance ?AWARD AwardingADegree) (instance ?PERSON Human) (instance ?SCHOOL PostSecondarySchool) (patient ?AWARD ?PERSON) (agent ?AWARD ?SCHOOL)) (and (holdsDuring (BeginFn (WhenFn ?AWARD)) (attribute ?PERSON Student)) (holdsDuring (EndFn (WhenFn ?AWARD)) (possesses ?PERSON AcademicDegree)) (equal (WhenFn ?AWARD) Graduation))) |
LinkedInDegrees.kif 37-53 | If X is an instance of awarding a degree, Y is an instance of human, Z is an instance of post secondary school, Y is a patient of X, and Z is an agent of X, then student is an attribute of Y holds during the beginning of the time of existence of X, Y possesses academic degree holds during the end of the time of existence of X, and equal the time of existence of X and graduation |