![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| EducationalCourse(educational course) |
| appearance as argument number 1 |
|
|
| (subclass EducationalCourse EducationalProgram) | Mid-level-ontology.kif 18241-18241 | Educational course is a subclass of educational program |
| (documentation EducationalCourse EnglishLanguage "A schedule of class meetings offered by an EducationalOrganization.") | Mid-level-ontology.kif 18242-18243 | Educational course is a subclass of educational program |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (domain classmate 3 EducationalCourse) | Mid-level-ontology.kif 18425-18425 | The number 3 argument of classmate is an instance of educational course |
| antecedent |
|
|
| (=> (instance ?COURSE EducationalCourse) (exists (?CLASS ?ORG) (and (realization ?CLASS ?COURSE) (instance ?CLASS EducationalProcess) (eventLocated ?CLASS ?ORG) (instance ?ORG EducationalOrganization)))) |
Mid-level-ontology.kif 18245-18252 | If X is an instance of educational course, then there exist Y, Z such that Y expresses the content of X, Y is an instance of educational process, Y is located at Z, and Z is an instance of educational organization |
| consequent |
|
|
| (=> (instance ?PROGRAM EducationalProgram) (exists (?COURSE1 ?COURSE2) (and (instance ?COURSE1 EducationalCourse) (instance ?COURSE2 EducationalCourse) (not (equal ?COURSE1 ?COURSE2)) (subPlan ?COURSE1 ?PROGRAM) (subPlan ?COURSE2 ?PROGRAM)))) |
Mid-level-ontology.kif 18231-18239 | If X is an instance of educational program, then All of the following hold: (1) there exist Y (2) Z such that Y is an instance of educational course (3) Z is an instance of educational course (4) equal Y (5) Z (6) Y is a sub-plan of X (7) Z is a sub-plan of X |