![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| CollegeJunior(college junior) | junior |
| appearance as argument number 1 |
|
|
| (instance CollegeJunior CollegeStudentPosition) | Mid-level-ontology.kif 20661-20661 | College junior is an instance of college student position |
| (documentation CollegeJunior EnglishLanguage "The Positions of a student at a PostSecondarySchool who has completed at least two years and less than three years at the school.") | Mid-level-ontology.kif 20662-20663 | College junior is an instance of college student position |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (attribute ?P CollegeJunior) (occupiesPosition ?H ?P ?ORG)) (exists (?T) (and (holdsDuring (MeasureFn ?T YearDuration) (student ?H ?ORG)) (greaterThanOrEqualTo ?T 2) (lessThan ?T 3)))) |
Mid-level-ontology.kif 20665-20675 | If college junior is an attribute of X and Y holds the position of X in Z, then there exists W such that Y is a student of Z holds during W year duration(s) and W is greater than or equal to 2 and W is less than 3 |